@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
|
@@ -64072,9 +64072,9 @@ function ResourceViewerPage({ resource, rUri, locale, Link, routes, ToolbarPanel
|
|
|
64072
64072
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
64073
64073
|
|
|
64074
64074
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
64075
|
-
/* harmony export */ rv: () => (/* reexport safe */
|
|
64075
|
+
/* harmony export */ rv: () => (/* reexport safe */ _home_runner_work_semiont_semiont_packages_api_client_dist_index_js__WEBPACK_IMPORTED_MODULE_0__.rv)
|
|
64076
64076
|
/* harmony export */ });
|
|
64077
|
-
/* harmony import */ var
|
|
64077
|
+
/* harmony import */ var _home_runner_work_semiont_semiont_packages_api_client_dist_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19208);
|
|
64078
64078
|
|
|
64079
64079
|
|
|
64080
64080
|
|
|
@@ -66475,9 +66475,9 @@ var SDK_VERSION = "0.1.0";
|
|
|
66475
66475
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
66476
66476
|
|
|
66477
66477
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
66478
|
-
/* harmony export */ YZ: () => (/* reexport safe */
|
|
66478
|
+
/* harmony export */ YZ: () => (/* reexport safe */ _home_runner_work_semiont_semiont_packages_api_client_dist_index_js__WEBPACK_IMPORTED_MODULE_0__.YZ)
|
|
66479
66479
|
/* harmony export */ });
|
|
66480
|
-
/* harmony import */ var
|
|
66480
|
+
/* harmony import */ var _home_runner_work_semiont_semiont_packages_api_client_dist_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19208);
|
|
66481
66481
|
|
|
66482
66482
|
|
|
66483
66483
|
|
|
@@ -66682,755 +66682,755 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
66682
66682
|
|
|
66683
66683
|
const ANNOTATORS = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66684
66684
|
function() { throw new Error("Attempted to call ANNOTATORS() from the server but ANNOTATORS is 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."); },
|
|
66685
|
-
"/
|
|
66685
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66686
66686
|
"ANNOTATORS",
|
|
66687
66687
|
);const AUTH_EVENTS = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66688
66688
|
function() { throw new Error("Attempted to call AUTH_EVENTS() from the server but AUTH_EVENTS is 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."); },
|
|
66689
|
-
"/
|
|
66689
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66690
66690
|
"AUTH_EVENTS",
|
|
66691
66691
|
);const AVAILABLE_LOCALES = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66692
66692
|
function() { throw new Error("Attempted to call AVAILABLE_LOCALES() from the server but AVAILABLE_LOCALES is 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."); },
|
|
66693
|
-
"/
|
|
66693
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66694
66694
|
"AVAILABLE_LOCALES",
|
|
66695
66695
|
);const AdminDevOpsPage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66696
66696
|
function() { throw new Error("Attempted to call AdminDevOpsPage() from the server but AdminDevOpsPage is 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."); },
|
|
66697
|
-
"/
|
|
66697
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66698
66698
|
"AdminDevOpsPage",
|
|
66699
66699
|
);const AdminSecurityPage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66700
66700
|
function() { throw new Error("Attempted to call AdminSecurityPage() from the server but AdminSecurityPage is 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."); },
|
|
66701
|
-
"/
|
|
66701
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66702
66702
|
"AdminSecurityPage",
|
|
66703
66703
|
);const AdminUsersPage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66704
66704
|
function() { throw new Error("Attempted to call AdminUsersPage() from the server but AdminUsersPage is 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."); },
|
|
66705
|
-
"/
|
|
66705
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66706
66706
|
"AdminUsersPage",
|
|
66707
66707
|
);const AnnotateReferencesProgressWidget = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66708
66708
|
function() { throw new Error("Attempted to call AnnotateReferencesProgressWidget() from the server but AnnotateReferencesProgressWidget is 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."); },
|
|
66709
|
-
"/
|
|
66709
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66710
66710
|
"AnnotateReferencesProgressWidget",
|
|
66711
66711
|
);const AnnotateToolbar = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66712
66712
|
function() { throw new Error("Attempted to call AnnotateToolbar() from the server but AnnotateToolbar is 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."); },
|
|
66713
|
-
"/
|
|
66713
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66714
66714
|
"AnnotateToolbar",
|
|
66715
66715
|
);const AnnotateView = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66716
66716
|
function() { throw new Error("Attempted to call AnnotateView() from the server but AnnotateView is 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."); },
|
|
66717
|
-
"/
|
|
66717
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66718
66718
|
"AnnotateView",
|
|
66719
66719
|
);const AnnotationHistory = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66720
66720
|
function() { throw new Error("Attempted to call AnnotationHistory() from the server but AnnotationHistory is 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."); },
|
|
66721
|
-
"/
|
|
66721
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66722
66722
|
"AnnotationHistory",
|
|
66723
66723
|
);const AnnotationOverlay = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66724
66724
|
function() { throw new Error("Attempted to call AnnotationOverlay() from the server but AnnotationOverlay is 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."); },
|
|
66725
|
-
"/
|
|
66725
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66726
66726
|
"AnnotationOverlay",
|
|
66727
66727
|
);const AnnotationProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66728
66728
|
function() { throw new Error("Attempted to call AnnotationProvider() from the server but AnnotationProvider is 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."); },
|
|
66729
|
-
"/
|
|
66729
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66730
66730
|
"AnnotationProvider",
|
|
66731
66731
|
);const ApiClientProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66732
66732
|
function() { throw new Error("Attempted to call ApiClientProvider() from the server but ApiClientProvider is 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."); },
|
|
66733
|
-
"/
|
|
66733
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66734
66734
|
"ApiClientProvider",
|
|
66735
66735
|
);const AssessmentEntry = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66736
66736
|
function() { throw new Error("Attempted to call AssessmentEntry() from the server but AssessmentEntry is 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."); },
|
|
66737
|
-
"/
|
|
66737
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66738
66738
|
"AssessmentEntry",
|
|
66739
66739
|
);const AssessmentPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66740
66740
|
function() { throw new Error("Attempted to call AssessmentPanel() from the server but AssessmentPanel is 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."); },
|
|
66741
|
-
"/
|
|
66741
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66742
66742
|
"AssessmentPanel",
|
|
66743
66743
|
);const AssistSection = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66744
66744
|
function() { throw new Error("Attempted to call AssistSection() from the server but AssistSection is 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."); },
|
|
66745
|
-
"/
|
|
66745
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66746
66746
|
"AssistSection",
|
|
66747
66747
|
);const AsyncErrorBoundary = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66748
66748
|
function() { throw new Error("Attempted to call AsyncErrorBoundary() from the server but AsyncErrorBoundary is 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."); },
|
|
66749
|
-
"/
|
|
66749
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66750
66750
|
"AsyncErrorBoundary",
|
|
66751
66751
|
);const AuthErrorDisplay = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66752
66752
|
function() { throw new Error("Attempted to call AuthErrorDisplay() from the server but AuthErrorDisplay is 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."); },
|
|
66753
|
-
"/
|
|
66753
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66754
66754
|
"AuthErrorDisplay",
|
|
66755
66755
|
);const AuthTokenProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66756
66756
|
function() { throw new Error("Attempted to call AuthTokenProvider() from the server but AuthTokenProvider is 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."); },
|
|
66757
|
-
"/
|
|
66757
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66758
66758
|
"AuthTokenProvider",
|
|
66759
66759
|
);const BrowseView = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66760
66760
|
function() { throw new Error("Attempted to call BrowseView() from the server but BrowseView is 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."); },
|
|
66761
|
-
"/
|
|
66761
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66762
66762
|
"BrowseView",
|
|
66763
66763
|
);const Button = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66764
66764
|
function() { throw new Error("Attempted to call Button() from the server but Button is 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."); },
|
|
66765
|
-
"/
|
|
66765
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66766
66766
|
"Button",
|
|
66767
66767
|
);const ButtonGroup = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66768
66768
|
function() { throw new Error("Attempted to call ButtonGroup() from the server but ButtonGroup is 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."); },
|
|
66769
|
-
"/
|
|
66769
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66770
66770
|
"ButtonGroup",
|
|
66771
66771
|
);const COMMON_PANELS = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66772
66772
|
function() { throw new Error("Attempted to call COMMON_PANELS() from the server but COMMON_PANELS is 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."); },
|
|
66773
|
-
"/
|
|
66773
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66774
66774
|
"COMMON_PANELS",
|
|
66775
66775
|
);const CacheProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66776
66776
|
function() { throw new Error("Attempted to call CacheProvider() from the server but CacheProvider is 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."); },
|
|
66777
|
-
"/
|
|
66777
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66778
66778
|
"CacheProvider",
|
|
66779
66779
|
);const CodeMirrorRenderer = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66780
66780
|
function() { throw new Error("Attempted to call CodeMirrorRenderer() from the server but CodeMirrorRenderer is 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."); },
|
|
66781
|
-
"/
|
|
66781
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66782
66782
|
"CodeMirrorRenderer",
|
|
66783
66783
|
);const CollaborationPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66784
66784
|
function() { throw new Error("Attempted to call CollaborationPanel() from the server but CollaborationPanel is 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."); },
|
|
66785
|
-
"/
|
|
66785
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66786
66786
|
"CollaborationPanel",
|
|
66787
66787
|
);const CollapsibleResourceNavigation = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66788
66788
|
function() { throw new Error("Attempted to call CollapsibleResourceNavigation() from the server but CollapsibleResourceNavigation is 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."); },
|
|
66789
|
-
"/
|
|
66789
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66790
66790
|
"CollapsibleResourceNavigation",
|
|
66791
66791
|
);const CommentEntry = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66792
66792
|
function() { throw new Error("Attempted to call CommentEntry() from the server but CommentEntry is 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."); },
|
|
66793
|
-
"/
|
|
66793
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66794
66794
|
"CommentEntry",
|
|
66795
66795
|
);const CommentsPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66796
66796
|
function() { throw new Error("Attempted to call CommentsPanel() from the server but CommentsPanel is 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."); },
|
|
66797
|
-
"/
|
|
66797
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66798
66798
|
"CommentsPanel",
|
|
66799
66799
|
);const ComposeLoadingState = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66800
66800
|
function() { throw new Error("Attempted to call ComposeLoadingState() from the server but ComposeLoadingState is 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."); },
|
|
66801
|
-
"/
|
|
66801
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66802
66802
|
"ComposeLoadingState",
|
|
66803
66803
|
);const EntityTagsPage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66804
66804
|
function() { throw new Error("Attempted to call EntityTagsPage() from the server but EntityTagsPage is 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."); },
|
|
66805
|
-
"/
|
|
66805
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66806
66806
|
"EntityTagsPage",
|
|
66807
66807
|
);const EntityTypeBadges = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66808
66808
|
function() { throw new Error("Attempted to call EntityTypeBadges() from the server but EntityTypeBadges is 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."); },
|
|
66809
|
-
"/
|
|
66809
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66810
66810
|
"EntityTypeBadges",
|
|
66811
66811
|
);const ErrorBoundary = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66812
66812
|
function() { throw new Error("Attempted to call ErrorBoundary() from the server but ErrorBoundary is 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."); },
|
|
66813
|
-
"/
|
|
66813
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66814
66814
|
"ErrorBoundary",
|
|
66815
66815
|
);const EventBusProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66816
66816
|
function() { throw new Error("Attempted to call EventBusProvider() from the server but EventBusProvider is 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."); },
|
|
66817
|
-
"/
|
|
66817
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66818
66818
|
"EventBusProvider",
|
|
66819
66819
|
);const Footer = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66820
66820
|
function() { throw new Error("Attempted to call Footer() from the server but Footer is 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."); },
|
|
66821
|
-
"/
|
|
66821
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66822
66822
|
"Footer",
|
|
66823
66823
|
);const HOVER_DELAY_MS = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66824
66824
|
function() { throw new Error("Attempted to call HOVER_DELAY_MS() from the server but HOVER_DELAY_MS is 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."); },
|
|
66825
|
-
"/
|
|
66825
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66826
66826
|
"HOVER_DELAY_MS",
|
|
66827
66827
|
);const HighlightEntry = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66828
66828
|
function() { throw new Error("Attempted to call HighlightEntry() from the server but HighlightEntry is 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."); },
|
|
66829
|
-
"/
|
|
66829
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66830
66830
|
"HighlightEntry",
|
|
66831
66831
|
);const HighlightPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66832
66832
|
function() { throw new Error("Attempted to call HighlightPanel() from the server but HighlightPanel is 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."); },
|
|
66833
|
-
"/
|
|
66833
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66834
66834
|
"HighlightPanel",
|
|
66835
66835
|
);const HistoryEvent = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66836
66836
|
function() { throw new Error("Attempted to call HistoryEvent() from the server but HistoryEvent is 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."); },
|
|
66837
|
-
"/
|
|
66837
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66838
66838
|
"HistoryEvent",
|
|
66839
66839
|
);const ImageURLSchema = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66840
66840
|
function() { throw new Error("Attempted to call ImageURLSchema() from the server but ImageURLSchema is 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."); },
|
|
66841
|
-
"/
|
|
66841
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66842
66842
|
"ImageURLSchema",
|
|
66843
66843
|
);const ImageViewer = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66844
66844
|
function() { throw new Error("Attempted to call ImageViewer() from the server but ImageViewer is 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."); },
|
|
66845
|
-
"/
|
|
66845
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66846
66846
|
"ImageViewer",
|
|
66847
66847
|
);const JsonLdPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66848
66848
|
function() { throw new Error("Attempted to call JsonLdPanel() from the server but JsonLdPanel is 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."); },
|
|
66849
|
-
"/
|
|
66849
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66850
66850
|
"JsonLdPanel",
|
|
66851
66851
|
);const JsonLdView = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66852
66852
|
function() { throw new Error("Attempted to call JsonLdView() from the server but JsonLdView is 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."); },
|
|
66853
|
-
"/
|
|
66853
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66854
66854
|
"JsonLdView",
|
|
66855
66855
|
);const KeyboardShortcutsHelpModal = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66856
66856
|
function() { throw new Error("Attempted to call KeyboardShortcutsHelpModal() from the server but KeyboardShortcutsHelpModal is 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."); },
|
|
66857
|
-
"/
|
|
66857
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66858
66858
|
"KeyboardShortcutsHelpModal",
|
|
66859
66859
|
);const LeftSidebar = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66860
66860
|
function() { throw new Error("Attempted to call LeftSidebar() from the server but LeftSidebar is 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."); },
|
|
66861
|
-
"/
|
|
66861
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66862
66862
|
"LeftSidebar",
|
|
66863
66863
|
);const LiveRegionProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66864
66864
|
function() { throw new Error("Attempted to call LiveRegionProvider() from the server but LiveRegionProvider is 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."); },
|
|
66865
|
-
"/
|
|
66865
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66866
66866
|
"LiveRegionProvider",
|
|
66867
66867
|
);const NavigationMenu = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66868
66868
|
function() { throw new Error("Attempted to call NavigationMenu() from the server but NavigationMenu is 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."); },
|
|
66869
|
-
"/
|
|
66869
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66870
66870
|
"NavigationMenu",
|
|
66871
66871
|
);const OAuthUserSchema = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66872
66872
|
function() { throw new Error("Attempted to call OAuthUserSchema() from the server but OAuthUserSchema is 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."); },
|
|
66873
|
-
"/
|
|
66873
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66874
66874
|
"OAuthUserSchema",
|
|
66875
66875
|
);const ObservableLink = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66876
66876
|
function() { throw new Error("Attempted to call ObservableLink() from the server but ObservableLink is 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."); },
|
|
66877
|
-
"/
|
|
66877
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66878
66878
|
"ObservableLink",
|
|
66879
66879
|
);const OpenResourcesProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66880
66880
|
function() { throw new Error("Attempted to call OpenResourcesProvider() from the server but OpenResourcesProvider is 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."); },
|
|
66881
|
-
"/
|
|
66881
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66882
66882
|
"OpenResourcesProvider",
|
|
66883
66883
|
);const PageLayout = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66884
66884
|
function() { throw new Error("Attempted to call PageLayout() from the server but PageLayout is 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."); },
|
|
66885
|
-
"/
|
|
66885
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66886
66886
|
"PageLayout",
|
|
66887
66887
|
);const PanelHeader = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66888
66888
|
function() { throw new Error("Attempted to call PanelHeader() from the server but PanelHeader is 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."); },
|
|
66889
|
-
"/
|
|
66889
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66890
66890
|
"PanelHeader",
|
|
66891
66891
|
);const PopupContainer = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66892
66892
|
function() { throw new Error("Attempted to call PopupContainer() from the server but PopupContainer is 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."); },
|
|
66893
|
-
"/
|
|
66893
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66894
66894
|
"PopupContainer",
|
|
66895
66895
|
);const PopupHeader = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66896
66896
|
function() { throw new Error("Attempted to call PopupHeader() from the server but PopupHeader is 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."); },
|
|
66897
|
-
"/
|
|
66897
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66898
66898
|
"PopupHeader",
|
|
66899
66899
|
);const ProposeEntitiesModal = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66900
66900
|
function() { throw new Error("Attempted to call ProposeEntitiesModal() from the server but ProposeEntitiesModal is 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."); },
|
|
66901
|
-
"/
|
|
66901
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66902
66902
|
"ProposeEntitiesModal",
|
|
66903
66903
|
);const QUERY_KEYS = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66904
66904
|
function() { throw new Error("Attempted to call QUERY_KEYS() from the server but QUERY_KEYS is 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."); },
|
|
66905
|
-
"/
|
|
66905
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66906
66906
|
"QUERY_KEYS",
|
|
66907
66907
|
);const RESOURCE_PANELS = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66908
66908
|
function() { throw new Error("Attempted to call RESOURCE_PANELS() from the server but RESOURCE_PANELS is 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."); },
|
|
66909
|
-
"/
|
|
66909
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66910
66910
|
"RESOURCE_PANELS",
|
|
66911
66911
|
);const RecentDocumentsPage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66912
66912
|
function() { throw new Error("Attempted to call RecentDocumentsPage() from the server but RecentDocumentsPage is 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."); },
|
|
66913
|
-
"/
|
|
66913
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66914
66914
|
"RecentDocumentsPage",
|
|
66915
66915
|
);const ReferenceEntry = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66916
66916
|
function() { throw new Error("Attempted to call ReferenceEntry() from the server but ReferenceEntry is 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."); },
|
|
66917
|
-
"/
|
|
66917
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66918
66918
|
"ReferenceEntry",
|
|
66919
66919
|
);const ReferenceResolutionWidget = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66920
66920
|
function() { throw new Error("Attempted to call ReferenceResolutionWidget() from the server but ReferenceResolutionWidget is 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."); },
|
|
66921
|
-
"/
|
|
66921
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66922
66922
|
"ReferenceResolutionWidget",
|
|
66923
66923
|
);const ReferencesPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66924
66924
|
function() { throw new Error("Attempted to call ReferencesPanel() from the server but ReferencesPanel is 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."); },
|
|
66925
|
-
"/
|
|
66925
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66926
66926
|
"ReferencesPanel",
|
|
66927
66927
|
);const ResizeHandle = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66928
66928
|
function() { throw new Error("Attempted to call ResizeHandle() from the server but ResizeHandle is 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."); },
|
|
66929
|
-
"/
|
|
66929
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66930
66930
|
"ResizeHandle",
|
|
66931
66931
|
);const ResourceAnnotationsProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66932
66932
|
function() { throw new Error("Attempted to call ResourceAnnotationsProvider() from the server but ResourceAnnotationsProvider is 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."); },
|
|
66933
|
-
"/
|
|
66933
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66934
66934
|
"ResourceAnnotationsProvider",
|
|
66935
66935
|
);const ResourceCard = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66936
66936
|
function() { throw new Error("Attempted to call ResourceCard() from the server but ResourceCard is 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."); },
|
|
66937
|
-
"/
|
|
66937
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66938
66938
|
"ResourceCard",
|
|
66939
66939
|
);const ResourceComposePage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66940
66940
|
function() { throw new Error("Attempted to call ResourceComposePage() from the server but ResourceComposePage is 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."); },
|
|
66941
|
-
"/
|
|
66941
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66942
66942
|
"ResourceComposePage",
|
|
66943
66943
|
);const ResourceDiscoveryPage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66944
66944
|
function() { throw new Error("Attempted to call ResourceDiscoveryPage() from the server but ResourceDiscoveryPage is 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."); },
|
|
66945
|
-
"/
|
|
66945
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66946
66946
|
"ResourceDiscoveryPage",
|
|
66947
66947
|
);const ResourceErrorState = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66948
66948
|
function() { throw new Error("Attempted to call ResourceErrorState() from the server but ResourceErrorState is 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."); },
|
|
66949
|
-
"/
|
|
66949
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66950
66950
|
"ResourceErrorState",
|
|
66951
66951
|
);const ResourceInfoPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66952
66952
|
function() { throw new Error("Attempted to call ResourceInfoPanel() from the server but ResourceInfoPanel is 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."); },
|
|
66953
|
-
"/
|
|
66953
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66954
66954
|
"ResourceInfoPanel",
|
|
66955
66955
|
);const ResourceLoadingState = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66956
66956
|
function() { throw new Error("Attempted to call ResourceLoadingState() from the server but ResourceLoadingState is 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."); },
|
|
66957
|
-
"/
|
|
66957
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66958
66958
|
"ResourceLoadingState",
|
|
66959
66959
|
);const ResourceSearchModal = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66960
66960
|
function() { throw new Error("Attempted to call ResourceSearchModal() from the server but ResourceSearchModal is 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."); },
|
|
66961
|
-
"/
|
|
66961
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66962
66962
|
"ResourceSearchModal",
|
|
66963
66963
|
);const ResourceTagsInline = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66964
66964
|
function() { throw new Error("Attempted to call ResourceTagsInline() from the server but ResourceTagsInline is 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."); },
|
|
66965
|
-
"/
|
|
66965
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66966
66966
|
"ResourceTagsInline",
|
|
66967
66967
|
);const ResourceViewer = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66968
66968
|
function() { throw new Error("Attempted to call ResourceViewer() from the server but ResourceViewer is 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."); },
|
|
66969
|
-
"/
|
|
66969
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66970
66970
|
"ResourceViewer",
|
|
66971
66971
|
);const ResourceViewerPage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66972
66972
|
function() { throw new Error("Attempted to call ResourceViewerPage() from the server but ResourceViewerPage is 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."); },
|
|
66973
|
-
"/
|
|
66973
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66974
66974
|
"ResourceViewerPage",
|
|
66975
66975
|
);const SearchModal = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66976
66976
|
function() { throw new Error("Attempted to call SearchModal() from the server but SearchModal is 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."); },
|
|
66977
|
-
"/
|
|
66977
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66978
66978
|
"SearchModal",
|
|
66979
66979
|
);const SelectedTextDisplay = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66980
66980
|
function() { throw new Error("Attempted to call SelectedTextDisplay() from the server but SelectedTextDisplay is 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."); },
|
|
66981
|
-
"/
|
|
66981
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66982
66982
|
"SelectedTextDisplay",
|
|
66983
66983
|
);const SemiontBranding = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66984
66984
|
function() { throw new Error("Attempted to call SemiontBranding() from the server but SemiontBranding is 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."); },
|
|
66985
|
-
"/
|
|
66985
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66986
66986
|
"SemiontBranding",
|
|
66987
66987
|
);const SemiontFavicon = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66988
66988
|
function() { throw new Error("Attempted to call SemiontFavicon() from the server but SemiontFavicon is 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."); },
|
|
66989
|
-
"/
|
|
66989
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66990
66990
|
"SemiontFavicon",
|
|
66991
66991
|
);const SessionExpiryBanner = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66992
66992
|
function() { throw new Error("Attempted to call SessionExpiryBanner() from the server but SessionExpiryBanner is 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."); },
|
|
66993
|
-
"/
|
|
66993
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66994
66994
|
"SessionExpiryBanner",
|
|
66995
66995
|
);const SessionProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
66996
66996
|
function() { throw new Error("Attempted to call SessionProvider() from the server but SessionProvider is 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."); },
|
|
66997
|
-
"/
|
|
66997
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
66998
66998
|
"SessionProvider",
|
|
66999
66999
|
);const SessionTimer = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67000
67000
|
function() { throw new Error("Attempted to call SessionTimer() from the server but SessionTimer is 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."); },
|
|
67001
|
-
"/
|
|
67001
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67002
67002
|
"SessionTimer",
|
|
67003
67003
|
);const SettingsPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67004
67004
|
function() { throw new Error("Attempted to call SettingsPanel() from the server but SettingsPanel is 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."); },
|
|
67005
|
-
"/
|
|
67005
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67006
67006
|
"SettingsPanel",
|
|
67007
67007
|
);const SignInForm = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67008
67008
|
function() { throw new Error("Attempted to call SignInForm() from the server but SignInForm is 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."); },
|
|
67009
|
-
"/
|
|
67009
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67010
67010
|
"SignInForm",
|
|
67011
67011
|
);const SignUpForm = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67012
67012
|
function() { throw new Error("Attempted to call SignUpForm() from the server but SignUpForm is 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."); },
|
|
67013
|
-
"/
|
|
67013
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67014
67014
|
"SignUpForm",
|
|
67015
67015
|
);const SimpleNavigation = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67016
67016
|
function() { throw new Error("Attempted to call SimpleNavigation() from the server but SimpleNavigation is 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."); },
|
|
67017
|
-
"/
|
|
67017
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67018
67018
|
"SimpleNavigation",
|
|
67019
67019
|
);const SkipLinks = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67020
67020
|
function() { throw new Error("Attempted to call SkipLinks() from the server but SkipLinks is 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."); },
|
|
67021
|
-
"/
|
|
67021
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67022
67022
|
"SkipLinks",
|
|
67023
67023
|
);const SortableResourceTab = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67024
67024
|
function() { throw new Error("Attempted to call SortableResourceTab() from the server but SortableResourceTab is 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."); },
|
|
67025
|
-
"/
|
|
67025
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67026
67026
|
"SortableResourceTab",
|
|
67027
67027
|
);const StatisticsPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67028
67028
|
function() { throw new Error("Attempted to call StatisticsPanel() from the server but StatisticsPanel is 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."); },
|
|
67029
|
-
"/
|
|
67029
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67030
67030
|
"StatisticsPanel",
|
|
67031
67031
|
);const StatusDisplay = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67032
67032
|
function() { throw new Error("Attempted to call StatusDisplay() from the server but StatusDisplay is 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."); },
|
|
67033
|
-
"/
|
|
67033
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67034
67034
|
"StatusDisplay",
|
|
67035
67035
|
);const SvgDrawingCanvas = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67036
67036
|
function() { throw new Error("Attempted to call SvgDrawingCanvas() from the server but SvgDrawingCanvas is 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."); },
|
|
67037
|
-
"/
|
|
67037
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67038
67038
|
"SvgDrawingCanvas",
|
|
67039
67039
|
);const TAG_SCHEMAS = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67040
67040
|
function() { throw new Error("Attempted to call TAG_SCHEMAS() from the server but TAG_SCHEMAS is 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."); },
|
|
67041
|
-
"/
|
|
67041
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67042
67042
|
"TAG_SCHEMAS",
|
|
67043
67043
|
);const TagEntry = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67044
67044
|
function() { throw new Error("Attempted to call TagEntry() from the server but TagEntry is 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."); },
|
|
67045
|
-
"/
|
|
67045
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67046
67046
|
"TagEntry",
|
|
67047
67047
|
);const TagSchemasPage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67048
67048
|
function() { throw new Error("Attempted to call TagSchemasPage() from the server but TagSchemasPage is 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."); },
|
|
67049
|
-
"/
|
|
67049
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67050
67050
|
"TagSchemasPage",
|
|
67051
67051
|
);const TaggingPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67052
67052
|
function() { throw new Error("Attempted to call TaggingPanel() from the server but TaggingPanel is 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."); },
|
|
67053
|
-
"/
|
|
67053
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67054
67054
|
"TaggingPanel",
|
|
67055
67055
|
);const ThemeProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67056
67056
|
function() { throw new Error("Attempted to call ThemeProvider() from the server but ThemeProvider is 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."); },
|
|
67057
|
-
"/
|
|
67057
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67058
67058
|
"ThemeProvider",
|
|
67059
67059
|
);const ToastContainer = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67060
67060
|
function() { throw new Error("Attempted to call ToastContainer() from the server but ToastContainer is 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."); },
|
|
67061
|
-
"/
|
|
67061
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67062
67062
|
"ToastContainer",
|
|
67063
67063
|
);const ToastProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67064
67064
|
function() { throw new Error("Attempted to call ToastProvider() from the server but ToastProvider is 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."); },
|
|
67065
|
-
"/
|
|
67065
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67066
67066
|
"ToastProvider",
|
|
67067
67067
|
);const Toolbar = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67068
67068
|
function() { throw new Error("Attempted to call Toolbar() from the server but Toolbar is 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."); },
|
|
67069
|
-
"/
|
|
67069
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67070
67070
|
"Toolbar",
|
|
67071
67071
|
);const TranslationProvider = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67072
67072
|
function() { throw new Error("Attempted to call TranslationProvider() from the server but TranslationProvider is 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."); },
|
|
67073
|
-
"/
|
|
67073
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67074
67074
|
"TranslationProvider",
|
|
67075
67075
|
);const UnifiedAnnotationsPanel = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67076
67076
|
function() { throw new Error("Attempted to call UnifiedAnnotationsPanel() from the server but UnifiedAnnotationsPanel is 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."); },
|
|
67077
|
-
"/
|
|
67077
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67078
67078
|
"UnifiedAnnotationsPanel",
|
|
67079
67079
|
);const UnifiedHeader = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67080
67080
|
function() { throw new Error("Attempted to call UnifiedHeader() from the server but UnifiedHeader is 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."); },
|
|
67081
|
-
"/
|
|
67081
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67082
67082
|
"UnifiedHeader",
|
|
67083
67083
|
);const UserMenuSkeleton = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67084
67084
|
function() { throw new Error("Attempted to call UserMenuSkeleton() from the server but UserMenuSkeleton is 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."); },
|
|
67085
|
-
"/
|
|
67085
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67086
67086
|
"UserMenuSkeleton",
|
|
67087
67087
|
);const WelcomePage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67088
67088
|
function() { throw new Error("Attempted to call WelcomePage() from the server but WelcomePage is 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."); },
|
|
67089
|
-
"/
|
|
67089
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67090
67090
|
"WelcomePage",
|
|
67091
67091
|
);const applyHighlights = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67092
67092
|
function() { throw new Error("Attempted to call applyHighlights() from the server but applyHighlights is 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."); },
|
|
67093
|
-
"/
|
|
67093
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67094
67094
|
"applyHighlights",
|
|
67095
67095
|
);const buildSourceToRenderedMap = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67096
67096
|
function() { throw new Error("Attempted to call buildSourceToRenderedMap() from the server but buildSourceToRenderedMap is 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."); },
|
|
67097
|
-
"/
|
|
67097
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67098
67098
|
"buildSourceToRenderedMap",
|
|
67099
67099
|
);const buildTextNodeIndex = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67100
67100
|
function() { throw new Error("Attempted to call buildTextNodeIndex() from the server but buildTextNodeIndex is 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."); },
|
|
67101
|
-
"/
|
|
67101
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67102
67102
|
"buildTextNodeIndex",
|
|
67103
67103
|
);const buttonStyles = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67104
67104
|
function() { throw new Error("Attempted to call buttonStyles() from the server but buttonStyles is 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."); },
|
|
67105
|
-
"/
|
|
67105
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67106
67106
|
"buttonStyles",
|
|
67107
67107
|
);const clearHighlights = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67108
67108
|
function() { throw new Error("Attempted to call clearHighlights() from the server but clearHighlights is 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."); },
|
|
67109
|
-
"/
|
|
67109
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67110
67110
|
"clearHighlights",
|
|
67111
67111
|
);const createHoverHandlers = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67112
67112
|
function() { throw new Error("Attempted to call createHoverHandlers() from the server but createHoverHandlers is 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."); },
|
|
67113
|
-
"/
|
|
67113
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67114
67114
|
"createHoverHandlers",
|
|
67115
67115
|
);const cssVariables = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67116
67116
|
function() { throw new Error("Attempted to call cssVariables() from the server but cssVariables is 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."); },
|
|
67117
|
-
"/
|
|
67117
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67118
67118
|
"cssVariables",
|
|
67119
67119
|
);const dispatch401Error = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67120
67120
|
function() { throw new Error("Attempted to call dispatch401Error() from the server but dispatch401Error is 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."); },
|
|
67121
|
-
"/
|
|
67121
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67122
67122
|
"dispatch401Error",
|
|
67123
67123
|
);const dispatch403Error = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67124
67124
|
function() { throw new Error("Attempted to call dispatch403Error() from the server but dispatch403Error is 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."); },
|
|
67125
|
-
"/
|
|
67125
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67126
67126
|
"dispatch403Error",
|
|
67127
67127
|
);const dispatchAuthEvent = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67128
67128
|
function() { throw new Error("Attempted to call dispatchAuthEvent() from the server but dispatchAuthEvent is 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."); },
|
|
67129
|
-
"/
|
|
67129
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67130
67130
|
"dispatchAuthEvent",
|
|
67131
67131
|
);const faviconPaths = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67132
67132
|
function() { throw new Error("Attempted to call faviconPaths() from the server but faviconPaths is 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."); },
|
|
67133
|
-
"/
|
|
67133
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67134
67134
|
"faviconPaths",
|
|
67135
67135
|
);const formatTime = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67136
67136
|
function() { throw new Error("Attempted to call formatTime() from the server but formatTime is 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."); },
|
|
67137
|
-
"/
|
|
67137
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67138
67138
|
"formatTime",
|
|
67139
67139
|
);const generateCSSVariables = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67140
67140
|
function() { throw new Error("Attempted to call generateCSSVariables() from the server but generateCSSVariables is 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."); },
|
|
67141
|
-
"/
|
|
67141
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67142
67142
|
"generateCSSVariables",
|
|
67143
67143
|
);const getAllTagSchemas = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67144
67144
|
function() { throw new Error("Attempted to call getAllTagSchemas() from the server but getAllTagSchemas is 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."); },
|
|
67145
|
-
"/
|
|
67145
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67146
67146
|
"getAllTagSchemas",
|
|
67147
67147
|
);const getResourceIcon = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67148
67148
|
function() { throw new Error("Attempted to call getResourceIcon() from the server but getResourceIcon is 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."); },
|
|
67149
|
-
"/
|
|
67149
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67150
67150
|
"getResourceIcon",
|
|
67151
67151
|
);const getSelectedShapeForSelectorType = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67152
67152
|
function() { throw new Error("Attempted to call getSelectedShapeForSelectorType() from the server but getSelectedShapeForSelectorType is 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."); },
|
|
67153
|
-
"/
|
|
67153
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67154
67154
|
"getSelectedShapeForSelectorType",
|
|
67155
67155
|
);const getSelectorType = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67156
67156
|
function() { throw new Error("Attempted to call getSelectorType() from the server but getSelectorType is 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."); },
|
|
67157
|
-
"/
|
|
67157
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67158
67158
|
"getSelectorType",
|
|
67159
67159
|
);const getShortcutDisplay = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67160
67160
|
function() { throw new Error("Attempted to call getShortcutDisplay() from the server but getShortcutDisplay is 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."); },
|
|
67161
|
-
"/
|
|
67161
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67162
67162
|
"getShortcutDisplay",
|
|
67163
67163
|
);const getSupportedShapes = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67164
67164
|
function() { throw new Error("Attempted to call getSupportedShapes() from the server but getSupportedShapes is 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."); },
|
|
67165
|
-
"/
|
|
67165
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67166
67166
|
"getSupportedShapes",
|
|
67167
67167
|
);const getTagCategory = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67168
67168
|
function() { throw new Error("Attempted to call getTagCategory() from the server but getTagCategory is 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."); },
|
|
67169
|
-
"/
|
|
67169
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67170
67170
|
"getTagCategory",
|
|
67171
67171
|
);const getTagSchema = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67172
67172
|
function() { throw new Error("Attempted to call getTagSchema() from the server but getTagSchema is 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."); },
|
|
67173
|
-
"/
|
|
67173
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67174
67174
|
"getTagSchema",
|
|
67175
67175
|
);const getTagSchemasByDomain = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67176
67176
|
function() { throw new Error("Attempted to call getTagSchemasByDomain() from the server but getTagSchemasByDomain is 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."); },
|
|
67177
|
-
"/
|
|
67177
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67178
67178
|
"getTagSchemasByDomain",
|
|
67179
67179
|
);const hideWidgetPreview = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67180
67180
|
function() { throw new Error("Attempted to call hideWidgetPreview() from the server but hideWidgetPreview is 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."); },
|
|
67181
|
-
"/
|
|
67181
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67182
67182
|
"hideWidgetPreview",
|
|
67183
67183
|
);const isShapeSupported = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67184
67184
|
function() { throw new Error("Attempted to call isShapeSupported() from the server but isShapeSupported is 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."); },
|
|
67185
|
-
"/
|
|
67185
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67186
67186
|
"isShapeSupported",
|
|
67187
67187
|
);const isValidCategory = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67188
67188
|
function() { throw new Error("Attempted to call isValidCategory() from the server but isValidCategory is 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."); },
|
|
67189
|
-
"/
|
|
67189
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67190
67190
|
"isValidCategory",
|
|
67191
67191
|
);const jsonLightHighlightStyle = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67192
67192
|
function() { throw new Error("Attempted to call jsonLightHighlightStyle() from the server but jsonLightHighlightStyle is 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."); },
|
|
67193
|
-
"/
|
|
67193
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67194
67194
|
"jsonLightHighlightStyle",
|
|
67195
67195
|
);const jsonLightTheme = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67196
67196
|
function() { throw new Error("Attempted to call jsonLightTheme() from the server but jsonLightTheme is 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."); },
|
|
67197
|
-
"/
|
|
67197
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67198
67198
|
"jsonLightTheme",
|
|
67199
67199
|
);const onAuthEvent = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67200
67200
|
function() { throw new Error("Attempted to call onAuthEvent() from the server but onAuthEvent is 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."); },
|
|
67201
|
-
"/
|
|
67201
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67202
67202
|
"onAuthEvent",
|
|
67203
67203
|
);const resetEventBusForTesting = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67204
67204
|
function() { throw new Error("Attempted to call resetEventBusForTesting() from the server but resetEventBusForTesting is 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."); },
|
|
67205
|
-
"/
|
|
67205
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67206
67206
|
"resetEventBusForTesting",
|
|
67207
67207
|
);const resolveAnnotationRanges = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67208
67208
|
function() { throw new Error("Attempted to call resolveAnnotationRanges() from the server but resolveAnnotationRanges is 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."); },
|
|
67209
|
-
"/
|
|
67209
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67210
67210
|
"resolveAnnotationRanges",
|
|
67211
67211
|
);const sanitizeImageURL = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67212
67212
|
function() { throw new Error("Attempted to call sanitizeImageURL() from the server but sanitizeImageURL is 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."); },
|
|
67213
|
-
"/
|
|
67213
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67214
67214
|
"sanitizeImageURL",
|
|
67215
67215
|
);const saveSelectedShapeForSelectorType = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67216
67216
|
function() { throw new Error("Attempted to call saveSelectedShapeForSelectorType() from the server but saveSelectedShapeForSelectorType is 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."); },
|
|
67217
|
-
"/
|
|
67217
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67218
67218
|
"saveSelectedShapeForSelectorType",
|
|
67219
67219
|
);const showWidgetPreview = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67220
67220
|
function() { throw new Error("Attempted to call showWidgetPreview() from the server but showWidgetPreview is 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."); },
|
|
67221
|
-
"/
|
|
67221
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67222
67222
|
"showWidgetPreview",
|
|
67223
67223
|
);const supportsDetection = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67224
67224
|
function() { throw new Error("Attempted to call supportsDetection() from the server but supportsDetection is 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."); },
|
|
67225
|
-
"/
|
|
67225
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67226
67226
|
"supportsDetection",
|
|
67227
67227
|
);const toOverlayAnnotations = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67228
67228
|
function() { throw new Error("Attempted to call toOverlayAnnotations() from the server but toOverlayAnnotations is 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."); },
|
|
67229
|
-
"/
|
|
67229
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67230
67230
|
"toOverlayAnnotations",
|
|
67231
67231
|
);const tokens = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67232
67232
|
function() { throw new Error("Attempted to call tokens() from the server but tokens is 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."); },
|
|
67233
|
-
"/
|
|
67233
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67234
67234
|
"tokens",
|
|
67235
67235
|
);const useAdmin = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67236
67236
|
function() { throw new Error("Attempted to call useAdmin() from the server but useAdmin is 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."); },
|
|
67237
|
-
"/
|
|
67237
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67238
67238
|
"useAdmin",
|
|
67239
67239
|
);const useAnnotationManager = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67240
67240
|
function() { throw new Error("Attempted to call useAnnotationManager() from the server but useAnnotationManager is 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."); },
|
|
67241
|
-
"/
|
|
67241
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67242
67242
|
"useAnnotationManager",
|
|
67243
67243
|
);const useAnnotations = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67244
67244
|
function() { throw new Error("Attempted to call useAnnotations() from the server but useAnnotations is 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."); },
|
|
67245
|
-
"/
|
|
67245
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67246
67246
|
"useAnnotations",
|
|
67247
67247
|
);const useApiClient = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67248
67248
|
function() { throw new Error("Attempted to call useApiClient() from the server but useApiClient is 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."); },
|
|
67249
|
-
"/
|
|
67249
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67250
67250
|
"useApiClient",
|
|
67251
67251
|
);const useAuthApi = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67252
67252
|
function() { throw new Error("Attempted to call useAuthApi() from the server but useAuthApi is 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."); },
|
|
67253
|
-
"/
|
|
67253
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67254
67254
|
"useAuthApi",
|
|
67255
67255
|
);const useAuthToken = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67256
67256
|
function() { throw new Error("Attempted to call useAuthToken() from the server but useAuthToken is 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."); },
|
|
67257
|
-
"/
|
|
67257
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67258
67258
|
"useAuthToken",
|
|
67259
67259
|
);const useBeckonFlow = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67260
67260
|
function() { throw new Error("Attempted to call useBeckonFlow() from the server but useBeckonFlow is 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."); },
|
|
67261
|
-
"/
|
|
67261
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67262
67262
|
"useBeckonFlow",
|
|
67263
67263
|
);const useBindFlow = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67264
67264
|
function() { throw new Error("Attempted to call useBindFlow() from the server but useBindFlow is 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."); },
|
|
67265
|
-
"/
|
|
67265
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67266
67266
|
"useBindFlow",
|
|
67267
67267
|
);const useCacheManager = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67268
67268
|
function() { throw new Error("Attempted to call useCacheManager() from the server but useCacheManager is 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."); },
|
|
67269
|
-
"/
|
|
67269
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67270
67270
|
"useCacheManager",
|
|
67271
67271
|
);const useContextGatherFlow = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67272
67272
|
function() { throw new Error("Attempted to call useContextGatherFlow() from the server but useContextGatherFlow is 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."); },
|
|
67273
|
-
"/
|
|
67273
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67274
67274
|
"useContextGatherFlow",
|
|
67275
67275
|
);const useDebounce = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67276
67276
|
function() { throw new Error("Attempted to call useDebounce() from the server but useDebounce is 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."); },
|
|
67277
|
-
"/
|
|
67277
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67278
67278
|
"useDebounce",
|
|
67279
67279
|
);const useDebouncedCallback = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67280
67280
|
function() { throw new Error("Attempted to call useDebouncedCallback() from the server but useDebouncedCallback is 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."); },
|
|
67281
|
-
"/
|
|
67281
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67282
67282
|
"useDebouncedCallback",
|
|
67283
67283
|
);const useDocumentAnnouncements = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67284
67284
|
function() { throw new Error("Attempted to call useDocumentAnnouncements() from the server but useDocumentAnnouncements is 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."); },
|
|
67285
|
-
"/
|
|
67285
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67286
67286
|
"useDocumentAnnouncements",
|
|
67287
67287
|
);const useDoubleKeyPress = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67288
67288
|
function() { throw new Error("Attempted to call useDoubleKeyPress() from the server but useDoubleKeyPress is 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."); },
|
|
67289
|
-
"/
|
|
67289
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67290
67290
|
"useDoubleKeyPress",
|
|
67291
67291
|
);const useDropdown = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67292
67292
|
function() { throw new Error("Attempted to call useDropdown() from the server but useDropdown is 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."); },
|
|
67293
|
-
"/
|
|
67293
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67294
67294
|
"useDropdown",
|
|
67295
67295
|
);const useEntityTypes = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67296
67296
|
function() { throw new Error("Attempted to call useEntityTypes() from the server but useEntityTypes is 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."); },
|
|
67297
|
-
"/
|
|
67297
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67298
67298
|
"useEntityTypes",
|
|
67299
67299
|
);const useEventBus = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67300
67300
|
function() { throw new Error("Attempted to call useEventBus() from the server but useEventBus is 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."); },
|
|
67301
|
-
"/
|
|
67301
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67302
67302
|
"useEventBus",
|
|
67303
67303
|
);const useEventSubscription = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67304
67304
|
function() { throw new Error("Attempted to call useEventSubscription() from the server but useEventSubscription is 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."); },
|
|
67305
|
-
"/
|
|
67305
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67306
67306
|
"useEventSubscription",
|
|
67307
67307
|
);const useEventSubscriptions = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67308
67308
|
function() { throw new Error("Attempted to call useEventSubscriptions() from the server but useEventSubscriptions is 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."); },
|
|
67309
|
-
"/
|
|
67309
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67310
67310
|
"useEventSubscriptions",
|
|
67311
67311
|
);const useFormAnnouncements = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67312
67312
|
function() { throw new Error("Attempted to call useFormAnnouncements() from the server but useFormAnnouncements is 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."); },
|
|
67313
|
-
"/
|
|
67313
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67314
67314
|
"useFormAnnouncements",
|
|
67315
67315
|
);const useHealth = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67316
67316
|
function() { throw new Error("Attempted to call useHealth() from the server but useHealth is 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."); },
|
|
67317
|
-
"/
|
|
67317
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67318
67318
|
"useHealth",
|
|
67319
67319
|
);const useHoverDelay = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67320
67320
|
function() { throw new Error("Attempted to call useHoverDelay() from the server but useHoverDelay is 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."); },
|
|
67321
|
-
"/
|
|
67321
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67322
67322
|
"useHoverDelay",
|
|
67323
67323
|
);const useHoverEmitter = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67324
67324
|
function() { throw new Error("Attempted to call useHoverEmitter() from the server but useHoverEmitter is 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."); },
|
|
67325
|
-
"/
|
|
67325
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67326
67326
|
"useHoverEmitter",
|
|
67327
67327
|
);const useIsTyping = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67328
67328
|
function() { throw new Error("Attempted to call useIsTyping() from the server but useIsTyping is 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."); },
|
|
67329
|
-
"/
|
|
67329
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67330
67330
|
"useIsTyping",
|
|
67331
67331
|
);const useKeyboardShortcuts = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67332
67332
|
function() { throw new Error("Attempted to call useKeyboardShortcuts() from the server but useKeyboardShortcuts is 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."); },
|
|
67333
|
-
"/
|
|
67333
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67334
67334
|
"useKeyboardShortcuts",
|
|
67335
67335
|
);const useLanguageChangeAnnouncements = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67336
67336
|
function() { throw new Error("Attempted to call useLanguageChangeAnnouncements() from the server but useLanguageChangeAnnouncements is 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."); },
|
|
67337
|
-
"/
|
|
67337
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67338
67338
|
"useLanguageChangeAnnouncements",
|
|
67339
67339
|
);const useLineNumbers = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67340
67340
|
function() { throw new Error("Attempted to call useLineNumbers() from the server but useLineNumbers is 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."); },
|
|
67341
|
-
"/
|
|
67341
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67342
67342
|
"useLineNumbers",
|
|
67343
67343
|
);const useLiveRegion = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67344
67344
|
function() { throw new Error("Attempted to call useLiveRegion() from the server but useLiveRegion is 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."); },
|
|
67345
|
-
"/
|
|
67345
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67346
67346
|
"useLiveRegion",
|
|
67347
67347
|
);const useLoadingState = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67348
67348
|
function() { throw new Error("Attempted to call useLoadingState() from the server but useLoadingState is 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."); },
|
|
67349
|
-
"/
|
|
67349
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67350
67350
|
"useLoadingState",
|
|
67351
67351
|
);const useLocalStorage = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67352
67352
|
function() { throw new Error("Attempted to call useLocalStorage() from the server but useLocalStorage is 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."); },
|
|
67353
|
-
"/
|
|
67353
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67354
67354
|
"useLocalStorage",
|
|
67355
67355
|
);const useMarkFlow = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67356
67356
|
function() { throw new Error("Attempted to call useMarkFlow() from the server but useMarkFlow is 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."); },
|
|
67357
|
-
"/
|
|
67357
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67358
67358
|
"useMarkFlow",
|
|
67359
67359
|
);const useObservableExternalNavigation = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67360
67360
|
function() { throw new Error("Attempted to call useObservableExternalNavigation() from the server but useObservableExternalNavigation is 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."); },
|
|
67361
|
-
"/
|
|
67361
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67362
67362
|
"useObservableExternalNavigation",
|
|
67363
67363
|
);const useObservableRouter = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67364
67364
|
function() { throw new Error("Attempted to call useObservableRouter() from the server but useObservableRouter is 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."); },
|
|
67365
|
-
"/
|
|
67365
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67366
67366
|
"useObservableRouter",
|
|
67367
67367
|
);const useOpenResources = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67368
67368
|
function() { throw new Error("Attempted to call useOpenResources() from the server but useOpenResources is 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."); },
|
|
67369
|
-
"/
|
|
67369
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67370
67370
|
"useOpenResources",
|
|
67371
67371
|
);const usePanelBrowse = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67372
67372
|
function() { throw new Error("Attempted to call usePanelBrowse() from the server but usePanelBrowse is 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."); },
|
|
67373
|
-
"/
|
|
67373
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67374
67374
|
"usePanelBrowse",
|
|
67375
67375
|
);const usePanelWidth = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67376
67376
|
function() { throw new Error("Attempted to call usePanelWidth() from the server but usePanelWidth is 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."); },
|
|
67377
|
-
"/
|
|
67377
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67378
67378
|
"usePanelWidth",
|
|
67379
67379
|
);const usePreloadTranslations = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67380
67380
|
function() { throw new Error("Attempted to call usePreloadTranslations() from the server but usePreloadTranslations is 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."); },
|
|
67381
|
-
"/
|
|
67381
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67382
67382
|
"usePreloadTranslations",
|
|
67383
67383
|
);const useResourceAnnotations = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67384
67384
|
function() { throw new Error("Attempted to call useResourceAnnotations() from the server but useResourceAnnotations is 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."); },
|
|
67385
|
-
"/
|
|
67385
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67386
67386
|
"useResourceAnnotations",
|
|
67387
67387
|
);const useResourceContent = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67388
67388
|
function() { throw new Error("Attempted to call useResourceContent() from the server but useResourceContent is 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."); },
|
|
67389
|
-
"/
|
|
67389
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67390
67390
|
"useResourceContent",
|
|
67391
67391
|
);const useResourceEvents = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67392
67392
|
function() { throw new Error("Attempted to call useResourceEvents() from the server but useResourceEvents is 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."); },
|
|
67393
|
-
"/
|
|
67393
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67394
67394
|
"useResourceEvents",
|
|
67395
67395
|
);const useResourceLoadingAnnouncements = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67396
67396
|
function() { throw new Error("Attempted to call useResourceLoadingAnnouncements() from the server but useResourceLoadingAnnouncements is 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."); },
|
|
67397
|
-
"/
|
|
67397
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67398
67398
|
"useResourceLoadingAnnouncements",
|
|
67399
67399
|
);const useResources = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67400
67400
|
function() { throw new Error("Attempted to call useResources() from the server but useResources is 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."); },
|
|
67401
|
-
"/
|
|
67401
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67402
67402
|
"useResources",
|
|
67403
67403
|
);const useRovingTabIndex = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67404
67404
|
function() { throw new Error("Attempted to call useRovingTabIndex() from the server but useRovingTabIndex is 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."); },
|
|
67405
|
-
"/
|
|
67405
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67406
67406
|
"useRovingTabIndex",
|
|
67407
67407
|
);const useSearchAnnouncements = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67408
67408
|
function() { throw new Error("Attempted to call useSearchAnnouncements() from the server but useSearchAnnouncements is 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."); },
|
|
67409
|
-
"/
|
|
67409
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67410
67410
|
"useSearchAnnouncements",
|
|
67411
67411
|
);const useSessionContext = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67412
67412
|
function() { throw new Error("Attempted to call useSessionContext() from the server but useSessionContext is 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."); },
|
|
67413
|
-
"/
|
|
67413
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67414
67414
|
"useSessionContext",
|
|
67415
67415
|
);const useSessionExpiry = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67416
67416
|
function() { throw new Error("Attempted to call useSessionExpiry() from the server but useSessionExpiry is 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."); },
|
|
67417
|
-
"/
|
|
67417
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67418
67418
|
"useSessionExpiry",
|
|
67419
67419
|
);const useTheme = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67420
67420
|
function() { throw new Error("Attempted to call useTheme() from the server but useTheme is 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."); },
|
|
67421
|
-
"/
|
|
67421
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67422
67422
|
"useTheme",
|
|
67423
67423
|
);const useToast = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67424
67424
|
function() { throw new Error("Attempted to call useToast() from the server but useToast is 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."); },
|
|
67425
|
-
"/
|
|
67425
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67426
67426
|
"useToast",
|
|
67427
67427
|
);const useTranslations = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67428
67428
|
function() { throw new Error("Attempted to call useTranslations() from the server but useTranslations is 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."); },
|
|
67429
|
-
"/
|
|
67429
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67430
67430
|
"useTranslations",
|
|
67431
67431
|
);const useYieldFlow = (0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
67432
67432
|
function() { throw new Error("Attempted to call useYieldFlow() from the server but useYieldFlow is 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."); },
|
|
67433
|
-
"/
|
|
67433
|
+
"/home/runner/work/semiont/semiont/packages/react-ui/dist/index.mjs",
|
|
67434
67434
|
"useYieldFlow",
|
|
67435
67435
|
);
|
|
67436
67436
|
|
|
@@ -67834,12 +67834,12 @@ var en_default = {
|
|
|
67834
67834
|
// Client-side API calls use relative URLs - routing layer handles path-based routing
|
|
67835
67835
|
const SERVER_API_URL = process.env.SERVER_API_URL || '';
|
|
67836
67836
|
// Site Configuration
|
|
67837
|
-
const NEXT_PUBLIC_SITE_NAME =
|
|
67838
|
-
const NEXT_PUBLIC_BASE_URL =
|
|
67837
|
+
const NEXT_PUBLIC_SITE_NAME = process.env.NEXT_PUBLIC_SITE_NAME || 'Semiont';
|
|
67838
|
+
const NEXT_PUBLIC_BASE_URL = process.env.NEXT_PUBLIC_BASE_URL || 'http://localhost:3000';
|
|
67839
67839
|
// OAuth Configuration
|
|
67840
67840
|
const NEXT_PUBLIC_GOOGLE_CLIENT_ID = process.env.NEXT_PUBLIC_GOOGLE_CLIENT_ID;
|
|
67841
67841
|
// OAuth allowed domains (comma-separated list)
|
|
67842
|
-
const NEXT_PUBLIC_OAUTH_ALLOWED_DOMAINS =
|
|
67842
|
+
const NEXT_PUBLIC_OAUTH_ALLOWED_DOMAINS = process.env.NEXT_PUBLIC_OAUTH_ALLOWED_DOMAINS || '';
|
|
67843
67843
|
// Environment helpers
|
|
67844
67844
|
const isDevelopment = (/* unused pure expression or super */ null && ("production" === 'development'));
|
|
67845
67845
|
const isProduction = (/* unused pure expression or super */ null && ("production" === 'production'));
|