wiki-viewer 1.7.2 → 1.8.1
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/.next/standalone/.github/workflows/publish.yml +1 -1
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-path-routes-manifest.json +6 -0
- package/.next/standalone/.next/build-manifest.json +3 -3
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/routes-manifest.json +40 -0
- package/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/api/agent/activity/route.js +6 -6
- package/.next/standalone/.next/server/app/api/agent/activity/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/admin/agents/[agentId]/revoke/route.js +6 -6
- package/.next/standalone/.next/server/app/api/agent/admin/agents/[agentId]/revoke/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/admin/agents/route.js +6 -6
- package/.next/standalone/.next/server/app/api/agent/admin/agents/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/admin/registrations/[regId]/approve/route.js +7 -7
- package/.next/standalone/.next/server/app/api/agent/admin/registrations/[regId]/approve/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/admin/registrations/[regId]/deny/route.js +5 -5
- package/.next/standalone/.next/server/app/api/agent/admin/registrations/[regId]/deny/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/admin/registrations/route.js +5 -5
- package/.next/standalone/.next/server/app/api/agent/admin/registrations/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/events/[...path]/route.js +8 -7
- package/.next/standalone/.next/server/app/api/agent/events/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/files/[...path]/route.js +9 -8
- package/.next/standalone/.next/server/app/api/agent/files/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/fs/file/[...path]/route.js +8 -7
- package/.next/standalone/.next/server/app/api/agent/fs/file/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/fs/ls/[[...path]]/route.js +7 -7
- package/.next/standalone/.next/server/app/api/agent/fs/ls/[[...path]]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/fs/move/route.js +6 -5
- package/.next/standalone/.next/server/app/api/agent/fs/move/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/fs/search/route.js +7 -6
- package/.next/standalone/.next/server/app/api/agent/fs/search/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/internal/span/route.js +6 -5
- package/.next/standalone/.next/server/app/api/agent/internal/span/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/settings/route.js +7 -7
- package/.next/standalone/.next/server/app/api/agent/settings/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agent/sidecar/[...path]/route.js +8 -7
- package/.next/standalone/.next/server/app/api/agent/sidecar/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/app-proxy/[...path]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/app-proxy/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/assets/[...path]/route.js +8 -2
- package/.next/standalone/.next/server/app/api/assets/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/auth/[...all]/route.js +5 -5
- package/.next/standalone/.next/server/app/api/auth/[...all]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/admins/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/system/admins/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/system/admins/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/system/admins/route.js +14 -0
- package/.next/standalone/.next/server/app/api/system/admins/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/system/admins/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/system/admins/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/system/auth-config/route.js +6 -6
- package/.next/standalone/.next/server/app/api/system/auth-config/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/auth-settings/route.js +4 -4
- package/.next/standalone/.next/server/app/api/system/auth-settings/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/browse/route.js +4 -4
- package/.next/standalone/.next/server/app/api/system/browse/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/clear-root/route.js +5 -5
- package/.next/standalone/.next/server/app/api/system/clear-root/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/config/route.js +6 -6
- package/.next/standalone/.next/server/app/api/system/config/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/pins/route.js +4 -4
- package/.next/standalone/.next/server/app/api/system/pins/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/reveal/route.js +6 -6
- package/.next/standalone/.next/server/app/api/system/reveal/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/root-status/route.js +5 -5
- package/.next/standalone/.next/server/app/api/system/root-status/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/set-root/route.js +6 -6
- package/.next/standalone/.next/server/app/api/system/set-root/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/system/users/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/system/users/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/system/users/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/system/users/route.js +14 -0
- package/.next/standalone/.next/server/app/api/system/users/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/system/users/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/system/users/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/open/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/open/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/open/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/open/route.js +14 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/open/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/open/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/open/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/route.js +14 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/[id]/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/route.js +14 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/system/workspaces/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/upload/[...path]/route.js +8 -2
- package/.next/standalone/.next/server/app/api/upload/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/app/route.js +5 -5
- package/.next/standalone/.next/server/app/api/wiki/app/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/content/route.js +6 -6
- package/.next/standalone/.next/server/app/api/wiki/content/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/download/route.js +7 -7
- package/.next/standalone/.next/server/app/api/wiki/download/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/file/route.js +8 -2
- package/.next/standalone/.next/server/app/api/wiki/file/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/folder/route.js +6 -6
- package/.next/standalone/.next/server/app/api/wiki/folder/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/move/route.js +6 -6
- package/.next/standalone/.next/server/app/api/wiki/move/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/new-file/route.js +7 -7
- package/.next/standalone/.next/server/app/api/wiki/new-file/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/page/route.js +7 -7
- package/.next/standalone/.next/server/app/api/wiki/page/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/presence/route.js +7 -7
- package/.next/standalone/.next/server/app/api/wiki/presence/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/route.js +6 -6
- package/.next/standalone/.next/server/app/api/wiki/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/search/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/wiki/search/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/wiki/search/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/wiki/search/route.js +15 -0
- package/.next/standalone/.next/server/app/api/wiki/search/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/wiki/search/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/wiki/search/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/wiki/slugs/route.js +6 -6
- package/.next/standalone/.next/server/app/api/wiki/slugs/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/upload/route.js +7 -7
- package/.next/standalone/.next/server/app/api/wiki/upload/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/wiki/watch/route.js +7 -9
- package/.next/standalone/.next/server/app/api/wiki/watch/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +3 -3
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/signin/page.js +1 -1
- package/.next/standalone/.next/server/app/signin/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/signin/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +6 -0
- package/.next/standalone/.next/server/chunks/0p91_next_dist_esm_build_templates_app-route_0d2jbo5.js +1 -1
- package/.next/standalone/.next/server/chunks/0p91_next_dist_esm_build_templates_app-route_0ytral2.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0-244bv._.js +16 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0xz-_0v._.js → [root-of-the-server]__0-inabx._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0-ao6a_._.js → [root-of-the-server]__0.-9jt0._.js} +1 -1
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0~-r-8f._.js → [root-of-the-server]__00c1-dr._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__00lep-u._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__00mtevo._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__00qu86p._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__012753j._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__01hp8ax._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0269d2e._.js +1 -1
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0jhr.ex._.js → [root-of-the-server]__02n6z97._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__036mhjp._.js +5 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__03p0ob1._.js +16 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05t~v6l._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__068ni_k._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__082nhm6._.js → [root-of-the-server]__07vphbd._.js} +1 -1
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0pg6dn-._.js → [root-of-the-server]__08lkuwa._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__09cqzem._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0p_ox-k._.js → [root-of-the-server]__09k4q9e._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_0_601._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ae3dk6._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0s28.4-._.js → [root-of-the-server]__0af-x45._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0cqu-wm._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d75a5q._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d7x3e1._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d7zxm_._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0e7vs98._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0fxzg4v._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0gda_iu._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0hu~q20._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0jk1uf4._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0l-8clq._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0lhka0x._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0kdn1le._.js → [root-of-the-server]__0na11h0._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0nd.b_c._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0otb8ra._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0p0-p__._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0piofm3._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0rrf-jr._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0s6_lzw._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0sh13v5._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ta~flu._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0v4im4p._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0qn8e~s._.js → [root-of-the-server]__0v_kyp-._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0vatqe-._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0vdb2nr._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wdh63w._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0z3wg9x._.js +12 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0mzo03s._.js → [root-of-the-server]__0~.-3yk._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__123._fe._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__12800b1._.js → [root-of-the-server]__12ee_s6._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__12onytt._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__04udrya._.js → [root-of-the-server]__12q8ch8._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1377.79._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1378-ox._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__13aid91._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__13hp4tw._.js +12 -0
- package/.next/standalone/.next/server/chunks/_079xuln._.js +1 -1
- package/.next/standalone/.next/server/chunks/_0dr1r1g._.js +452 -0
- package/.next/standalone/.next/server/chunks/_101exke._.js +452 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_system_admins_route_actions_0dsm7cx.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_system_users_route_actions_0whj5cy.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_system_workspaces_[id]_open_route_actions_1087xu7.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_system_workspaces_[id]_route_actions_0~h7-8s.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_system_workspaces_route_actions_0mkalc3.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_wiki_search_route_actions_0inxu93.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules__pnpm_0aj5g-w._.js +1 -1
- package/.next/standalone/.next/server/chunks/src_lib_search_0d-_j3u._.js +46 -0
- package/.next/standalone/.next/server/chunks/src_lib_search_0ymmp0c._.js +46 -0
- package/.next/standalone/.next/server/chunks/ssr/{0~w0_katex_dist_katex_mjs_0b8ra51._.js → 0~w0_katex_dist_katex_mjs_04mhawr._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/12y~_mermaid_dist_chunks_mermaid_core_erDiagram-TEJ5UH35_mjs_0v6rnqy._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/12y~_mermaid_dist_mermaid_core_mjs_0hj_n-~._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0btcd4o._.js → [root-of-the-server]__02twzph._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0ytvlzs._.js → [root-of-the-server]__09~x2v~._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0pqaawz._.js +18 -18
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0c71i8a._.js → node_modules__pnpm_0.96tmo._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0lm8e2c._.js → node_modules__pnpm_011vy_q._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0ezm2us._.js → node_modules__pnpm_01o_5qt._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0j3mvgg._.js → node_modules__pnpm_04n0h6.._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0~ln0by._.js → node_modules__pnpm_093dp2q._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_11e~j49._.js → node_modules__pnpm_09ej62_._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0de8xt-._.js → node_modules__pnpm_09ljbdz._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0-x6zex._.js → node_modules__pnpm_09~_ob2._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0yq5z.h._.js → node_modules__pnpm_0a01ng7._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0kwc-vs._.js → node_modules__pnpm_0b8qx0g._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0hrbz84._.js → node_modules__pnpm_0bbc---._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0hobcbs._.js → node_modules__pnpm_0c.309.._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0rw91-f._.js → node_modules__pnpm_0c8aunj._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0o.c1z8._.js → node_modules__pnpm_0hk6xys._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0dboa_e._.js → node_modules__pnpm_0hlzy8f._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0j53hti._.js → node_modules__pnpm_0nw5ou2._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0xrmzh1._.js → node_modules__pnpm_0o.dn8o._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0cxwhfd._.js → node_modules__pnpm_0s0ur~d._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_07rxv2x._.js → node_modules__pnpm_0shlang._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0i.pw_m._.js → node_modules__pnpm_0sq3c2r._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0ajzar9._.js → node_modules__pnpm_0t9jb7d._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_012nt.s._.js → node_modules__pnpm_0wmx9kq._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0z~h2ow._.js → node_modules__pnpm_0xfx0sf._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0cbsnwf._.js → node_modules__pnpm_0yiz.-t._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0bum3-3._.js → node_modules__pnpm_11sut1u._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0mdo4i3._.js → node_modules__pnpm_124u4o2._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0il8j.j._.js → node_modules__pnpm_13tajgx._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/src_app_signin_00yk0vm._.js +2 -2
- package/.next/standalone/.next/server/edge/chunks/{08yl_next_dist_esm_build_templates_edge-wrapper_0o9h3w_.js → 08yl_next_dist_esm_build_templates_edge-wrapper_0xbpts6.js} +2 -2
- package/.next/standalone/.next/server/edge/chunks/[root-of-the-server]__0.pmgt2._.js +3 -0
- package/.next/standalone/.next/server/functions-config-manifest.json +6 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/.next/standalone/.next/server/middleware-manifest.json +8 -8
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/static/chunks/0c_~zevf2n0r4.css +2 -0
- package/.next/standalone/.next/static/chunks/0l4842ez-0_66.js +129 -0
- package/.next/standalone/README.md +46 -2
- package/.next/standalone/agents/bootstrap-prompt.md +3 -1
- package/.next/standalone/agents/wiki-viewer-skill/SKILL.md +38 -11
- package/.next/standalone/docs/workspacing-plan.md +364 -0
- package/.next/standalone/package.json +2 -2
- package/.next/standalone/packages/wiki-viewer-mcp/README.md +6 -5
- package/.next/standalone/packages/wiki-viewer-mcp/dist/http-client.js +4 -0
- package/.next/standalone/packages/wiki-viewer-mcp/dist/index.js +4 -0
- package/.next/standalone/packages/wiki-viewer-mcp/src/http-client.ts +6 -0
- package/.next/standalone/packages/wiki-viewer-mcp/src/index.ts +5 -0
- package/.next/standalone/src/app/api/agent/activity/route.ts +9 -8
- package/.next/standalone/src/app/api/agent/events/[...path]/route.ts +20 -8
- package/.next/standalone/src/app/api/agent/files/[...path]/route.ts +16 -9
- package/.next/standalone/src/app/api/agent/fs/file/[...path]/route.ts +28 -18
- package/.next/standalone/src/app/api/agent/fs/ls/[[...path]]/route.ts +12 -7
- package/.next/standalone/src/app/api/agent/fs/move/route.ts +16 -11
- package/.next/standalone/src/app/api/agent/fs/search/route.ts +49 -13
- package/.next/standalone/src/app/api/agent/internal/span/route.ts +9 -5
- package/.next/standalone/src/app/api/agent/register/route.ts +9 -1
- package/.next/standalone/src/app/api/agent/settings/route.ts +7 -3
- package/.next/standalone/src/app/api/agent/sidecar/[...path]/route.ts +8 -4
- package/.next/standalone/src/app/api/agents/install/route.ts +20 -2
- package/.next/standalone/src/app/api/assets/[...path]/route.ts +9 -4
- package/.next/standalone/src/app/api/system/admins/route.ts +103 -0
- package/.next/standalone/src/app/api/system/reveal/route.ts +7 -6
- package/.next/standalone/src/app/api/system/set-root/route.ts +24 -1
- package/.next/standalone/src/app/api/system/users/route.ts +120 -0
- package/.next/standalone/src/app/api/system/workspaces/[id]/open/route.ts +34 -0
- package/.next/standalone/src/app/api/system/workspaces/[id]/route.ts +74 -0
- package/.next/standalone/src/app/api/system/workspaces/route.ts +67 -0
- package/.next/standalone/src/app/api/upload/[...path]/route.ts +10 -5
- package/.next/standalone/src/app/api/wiki/app/route.ts +10 -9
- package/.next/standalone/src/app/api/wiki/content/route.ts +14 -14
- package/.next/standalone/src/app/api/wiki/download/route.ts +7 -6
- package/.next/standalone/src/app/api/wiki/file/route.ts +7 -2
- package/.next/standalone/src/app/api/wiki/folder/route.ts +6 -5
- package/.next/standalone/src/app/api/wiki/move/route.ts +7 -7
- package/.next/standalone/src/app/api/wiki/new-file/route.ts +7 -6
- package/.next/standalone/src/app/api/wiki/page/route.ts +6 -5
- package/.next/standalone/src/app/api/wiki/presence/route.ts +8 -7
- package/.next/standalone/src/app/api/wiki/route.ts +13 -11
- package/.next/standalone/src/app/api/wiki/search/route.ts +44 -0
- package/.next/standalone/src/app/api/wiki/slugs/route.ts +8 -8
- package/.next/standalone/src/app/api/wiki/upload/route.ts +6 -5
- package/.next/standalone/src/app/api/wiki/watch/route.ts +16 -40
- package/.next/standalone/src/app/globals.css +484 -484
- package/.next/standalone/src/app/page.tsx +163 -49
- package/.next/standalone/src/components/auth-settings-sheet.tsx +171 -2
- package/.next/standalone/src/components/dir-picker.tsx +8 -6
- package/.next/standalone/src/components/editor/comment-thread.tsx +2 -1
- package/.next/standalone/src/components/editor/csv-viewer.tsx +3 -2
- package/.next/standalone/src/components/editor/editor-toolbar.tsx +2 -2
- package/.next/standalone/src/components/editor/editor.tsx +6 -5
- package/.next/standalone/src/components/editor/file-fallback-viewer.tsx +3 -2
- package/.next/standalone/src/components/editor/folder-index.tsx +2 -1
- package/.next/standalone/src/components/editor/image-viewer.tsx +2 -1
- package/.next/standalone/src/components/editor/media-popover.tsx +2 -1
- package/.next/standalone/src/components/editor/media-viewer.tsx +2 -1
- package/.next/standalone/src/components/editor/mermaid-viewer.tsx +3 -2
- package/.next/standalone/src/components/editor/node-app-viewer.tsx +4 -3
- package/.next/standalone/src/components/editor/notebook-viewer.tsx +3 -2
- package/.next/standalone/src/components/editor/office/docx-viewer.tsx +2 -1
- package/.next/standalone/src/components/editor/office/office-chrome.tsx +3 -2
- package/.next/standalone/src/components/editor/office/pptx-viewer.tsx +2 -1
- package/.next/standalone/src/components/editor/office/xlsx-viewer.tsx +2 -1
- package/.next/standalone/src/components/editor/pdf-viewer.tsx +2 -1
- package/.next/standalone/src/components/editor/proof-span-popover.tsx +2 -1
- package/.next/standalone/src/components/editor/source-viewer.tsx +3 -2
- package/.next/standalone/src/components/editor/suggest-edit-popover.tsx +2 -1
- package/.next/standalone/src/components/editor/suggestion-card.tsx +2 -1
- package/.next/standalone/src/components/editor/website-viewer.tsx +2 -1
- package/.next/standalone/src/components/editor/wiki-link-create-dialog.tsx +2 -1
- package/.next/standalone/src/components/search/search-command-dialog.tsx +109 -0
- package/.next/standalone/src/components/search/sidebar-search-box.tsx +121 -0
- package/.next/standalone/src/components/search/snippet-text.tsx +48 -0
- package/.next/standalone/src/components/ui/command.tsx +3 -2
- package/.next/standalone/src/lib/auth/admin.ts +112 -0
- package/.next/standalone/src/lib/auth/server.ts +13 -2
- package/.next/standalone/src/lib/config.ts +56 -4
- package/.next/standalone/src/lib/proof/audit.ts +19 -10
- package/.next/standalone/src/lib/proof/auth.ts +11 -0
- package/.next/standalone/src/lib/proof/collab-state.ts +4 -2
- package/.next/standalone/src/lib/proof/file-lock.ts +5 -0
- package/.next/standalone/src/lib/proof/idempotency.ts +5 -0
- package/.next/standalone/src/lib/proof/lease.ts +40 -27
- package/.next/standalone/src/lib/proof/mutex.ts +4 -0
- package/.next/standalone/src/lib/proof/raw-fs.ts +2 -3
- package/.next/standalone/src/lib/proof/registry.ts +5 -0
- package/.next/standalone/src/lib/search/indexable-exts.ts +25 -0
- package/.next/standalone/src/lib/search/indexer.ts +567 -0
- package/.next/standalone/src/lib/search/sanitize.ts +35 -0
- package/.next/standalone/src/lib/search/search-db.ts +57 -0
- package/.next/standalone/src/lib/search/watcher-pool.ts +79 -0
- package/.next/standalone/src/lib/workspace-client.ts +82 -0
- package/.next/standalone/src/lib/workspace-context.ts +142 -0
- package/.next/standalone/src/lib/workspaces.ts +196 -0
- package/.next/standalone/src/stores/ai-panel-store.ts +3 -2
- package/.next/standalone/src/stores/editor-store.ts +4 -3
- package/.next/standalone/src/stores/proof-store.ts +4 -3
- package/.next/standalone/src/stores/search-store.ts +86 -0
- package/.next/standalone/src/stores/wiki-slugs-store.ts +2 -1
- package/.next/standalone/src/tests/proof/admin-create-user.test.ts +43 -0
- package/.next/standalone/src/tests/proof/agent-workspace-scope.test.ts +134 -0
- package/.next/standalone/src/tests/proof/collab-state.test.ts +43 -41
- package/.next/standalone/src/tests/proof/preload.ts +21 -0
- package/.next/standalone/src/tests/proof/search-index.test.ts +339 -0
- package/.next/standalone/src/tests/proof/workspace-isolation.test.ts +87 -0
- package/.next/standalone/src/tests/proof/workspaces-api.test.ts +227 -0
- package/.next/standalone/tsconfig.tsbuildinfo +1 -1
- package/README.md +46 -2
- package/package.json +2 -2
- package/.next/standalone/.next/server/chunks/0p91_next_dist_esm_build_templates_app-route_0o~h4zq.js +0 -5
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.hb9q2._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.uux34._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0092hkp._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05f6x0i._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05idwm9._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__06-dtd0._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__06sek6_._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__07fpqks._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__094q5bj._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0awzyon._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d_da6q._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0hhhvm7._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0kk26wc._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0km8suj._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0kur4ro._.js +0 -15
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0mkwoul._.js +0 -12
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qc2~6l._.js +0 -15
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qyd-o8._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0rkve~v._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0rzo40z._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0sjocwy._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ssj9~d._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0s~i040._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t220d-._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t5mg.n._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0trsqf4._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0xq124z._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__106uw_c._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__10w2q~o._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__13w-0iy._.js +0 -3
- package/.next/standalone/.next/server/chunks/src_lib_auth_server_ts_00f4e0h._.js +0 -452
- package/.next/standalone/.next/server/edge/chunks/[root-of-the-server]__0ug2rvl._.js +0 -3
- package/.next/standalone/.next/static/chunks/0vwkqw_rofm-c.js +0 -129
- package/.next/standalone/.next/static/chunks/0zay6349~v_wc.css +0 -2
- /package/.next/standalone/.next/static/{0XvNCOSEq7cbARTLtAolL → 17VWCQ9_AhwJBT4yjkvWG}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{0XvNCOSEq7cbARTLtAolL → 17VWCQ9_AhwJBT4yjkvWG}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{0XvNCOSEq7cbARTLtAolL → 17VWCQ9_AhwJBT4yjkvWG}/_ssgManifest.js +0 -0
|
@@ -3,295 +3,295 @@
|
|
|
3
3
|
@tailwind utilities;
|
|
4
4
|
|
|
5
5
|
:root {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
6
|
+
--background: #f5f5f5;
|
|
7
|
+
--foreground: #0c0a09;
|
|
8
|
+
--card: #ffffff;
|
|
9
|
+
--card-foreground: #0c0a09;
|
|
10
|
+
--popover: #ffffff;
|
|
11
|
+
--popover-foreground: #0c0a09;
|
|
12
|
+
--primary: #292524;
|
|
13
|
+
--primary-foreground: #ffffff;
|
|
14
|
+
--secondary: #fafafa;
|
|
15
|
+
--secondary-foreground: #0c0a09;
|
|
16
|
+
--muted: #f0efed;
|
|
17
|
+
--muted-foreground: #777169;
|
|
18
|
+
--accent: #e7e5e4;
|
|
19
|
+
--accent-foreground: #0c0a09;
|
|
20
|
+
--accent-soft: #e7e5e4;
|
|
21
|
+
--primary-soft: #e7e5e4;
|
|
22
|
+
--success-soft: #dcfce7;
|
|
23
|
+
--quadrant-do-soft: #f0fdf4;
|
|
24
|
+
--quadrant-schedule-soft: #fff7ed;
|
|
25
|
+
--quadrant-delegate-soft: #eff6ff;
|
|
26
|
+
--quadrant-eliminate-soft: #faf5ff;
|
|
27
|
+
--destructive: #dc2626;
|
|
28
|
+
--destructive-foreground: #ffffff;
|
|
29
|
+
--destructive-soft: #fee2e2;
|
|
30
|
+
--warning-soft: #fef3c7;
|
|
31
|
+
--warning-ink: #a16207;
|
|
32
|
+
--border: #e7e5e4;
|
|
33
|
+
--input: #d6d3d1;
|
|
34
|
+
--ring: #292524;
|
|
35
|
+
--radius: 8px;
|
|
36
|
+
|
|
37
|
+
--chart-1: #292524;
|
|
38
|
+
--chart-2: #777169;
|
|
39
|
+
--chart-3: #a8a29e;
|
|
40
|
+
--chart-4: #d6d3d1;
|
|
41
|
+
--chart-5: #0c0a09;
|
|
42
|
+
|
|
43
|
+
--sidebar-background: #fafafa;
|
|
44
|
+
--sidebar-foreground: #0c0a09;
|
|
45
|
+
--sidebar-primary: #292524;
|
|
46
|
+
--sidebar-primary-foreground: #ffffff;
|
|
47
|
+
--sidebar-accent: #ffffff;
|
|
48
|
+
--sidebar-accent-foreground: #0c0a09;
|
|
49
|
+
--sidebar-border: #e7e5e4;
|
|
50
|
+
--sidebar-ring: #292524;
|
|
51
|
+
|
|
52
|
+
/* Eisenhower quadrant accent colors — light mode */
|
|
53
|
+
--quadrant-do: #a7e5d3;
|
|
54
|
+
--quadrant-schedule: #f4c5a8;
|
|
55
|
+
--quadrant-delegate: #a8c8e8;
|
|
56
|
+
--quadrant-eliminate: #c8b8e0;
|
|
57
|
+
|
|
58
|
+
/* Status colors — light mode */
|
|
59
|
+
--status-not-started: #777169;
|
|
60
|
+
--status-in-progress: #a8a29e;
|
|
61
|
+
--status-done: #16a34a;
|
|
62
|
+
|
|
63
|
+
/* Success / Warning / Info — light mode */
|
|
64
|
+
--success: #16a34a;
|
|
65
|
+
--warning: #d97706;
|
|
66
|
+
--info: #292524;
|
|
67
|
+
|
|
68
|
+
/* Gradient orb tokens */
|
|
69
|
+
--gradient-mint: #a7e5d3;
|
|
70
|
+
--gradient-peach: #f4c5a8;
|
|
71
|
+
--gradient-lavender: #c8b8e0;
|
|
72
|
+
--gradient-sky: #a8c8e8;
|
|
73
|
+
--gradient-rose: #e8b8c4;
|
|
74
|
+
|
|
75
|
+
/* Elevation backing — light mode editorial */
|
|
76
|
+
--shadow-golden-card: 0 4px 16px rgba(0, 0, 0, 0.04);
|
|
77
|
+
--shadow-golden-pop: 0 8px 24px rgba(0, 0, 0, 0.06);
|
|
78
|
+
--shadow-golden-dialog: 0 16px 48px rgba(0, 0, 0, 0.08);
|
|
79
|
+
--shadow-golden-toast: 0 24px 64px rgba(0, 0, 0, 0.1);
|
|
80
|
+
|
|
81
|
+
/* === State tokens === */
|
|
82
|
+
--state-disabled-opacity: 0.5;
|
|
83
|
+
--state-hover-overlay: 0 0 0 / 0.05; /* black 5% for light */
|
|
84
|
+
--state-active-scale: 0.98;
|
|
85
|
+
--ring-width-input: 1px;
|
|
86
|
+
--ring-width-interactive: 2px;
|
|
87
|
+
|
|
88
|
+
/* === Motion tokens === */
|
|
89
|
+
--motion-fast: 100ms;
|
|
90
|
+
--motion-base: 150ms;
|
|
91
|
+
--motion-slow: 300ms;
|
|
92
|
+
--motion-easing: cubic-bezier(0, 0, 0.2, 1); /* ease-out */
|
|
93
|
+
|
|
94
|
+
/* === Z-index tokens === */
|
|
95
|
+
--z-sticky: 10;
|
|
96
|
+
--z-sidebar: 30;
|
|
97
|
+
--z-overlay: 40;
|
|
98
|
+
--z-float: 50;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.dark {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
102
|
+
--background: #0c0a09;
|
|
103
|
+
--foreground: #ffffff;
|
|
104
|
+
--card: #1c1917;
|
|
105
|
+
--card-foreground: #ffffff;
|
|
106
|
+
--popover: #1c1917;
|
|
107
|
+
--popover-foreground: #ffffff;
|
|
108
|
+
--primary: #292524;
|
|
109
|
+
--primary-foreground: #ffffff;
|
|
110
|
+
--secondary: #1c1917;
|
|
111
|
+
--secondary-foreground: #ffffff;
|
|
112
|
+
--muted: #292524;
|
|
113
|
+
--muted-foreground: #a8a29e;
|
|
114
|
+
--accent: #292524;
|
|
115
|
+
--accent-foreground: #ffffff;
|
|
116
|
+
--accent-soft: #3d3d3d;
|
|
117
|
+
--primary-soft: #453c35;
|
|
118
|
+
--success-soft: #14532d;
|
|
119
|
+
--quadrant-do-soft: #14532d;
|
|
120
|
+
--quadrant-schedule-soft: #7c2d12;
|
|
121
|
+
--quadrant-delegate-soft: #1e3a5f;
|
|
122
|
+
--quadrant-eliminate-soft: #4a1d6a;
|
|
123
|
+
--destructive: #dc2626;
|
|
124
|
+
--destructive-foreground: #ffffff;
|
|
125
|
+
--destructive-soft: #7f1d1d;
|
|
126
|
+
--warning-soft: #3d2b1a;
|
|
127
|
+
--warning-ink: #fbbf24;
|
|
128
|
+
--border: #292524;
|
|
129
|
+
--input: #292524;
|
|
130
|
+
--ring: #ffffff;
|
|
131
|
+
|
|
132
|
+
--chart-1: #ffffff;
|
|
133
|
+
--chart-2: #a8a29e;
|
|
134
|
+
--chart-3: #777169;
|
|
135
|
+
--chart-4: #4e4e4e;
|
|
136
|
+
--chart-5: #f5f5f5;
|
|
137
|
+
|
|
138
|
+
--sidebar-background: #0c0a09;
|
|
139
|
+
--sidebar-foreground: #ffffff;
|
|
140
|
+
--sidebar-primary: #292524;
|
|
141
|
+
--sidebar-primary-foreground: #ffffff;
|
|
142
|
+
--sidebar-accent: #1c1917;
|
|
143
|
+
--sidebar-accent-foreground: #ffffff;
|
|
144
|
+
--sidebar-border: #292524;
|
|
145
|
+
--sidebar-ring: #ffffff;
|
|
146
|
+
|
|
147
|
+
/* Eisenhower quadrant accent colors */
|
|
148
|
+
--quadrant-do: #a7e5d3;
|
|
149
|
+
--quadrant-schedule: #f4c5a8;
|
|
150
|
+
--quadrant-delegate: #a8c8e8;
|
|
151
|
+
--quadrant-eliminate: #c8b8e0;
|
|
152
|
+
|
|
153
|
+
/* Status colors */
|
|
154
|
+
--status-not-started: #a8a29e;
|
|
155
|
+
--status-in-progress: #777169;
|
|
156
|
+
--status-done: #16a34a;
|
|
157
|
+
|
|
158
|
+
/* Success / Warning / Info */
|
|
159
|
+
--success: #16a34a;
|
|
160
|
+
--warning: #fbbf24;
|
|
161
|
+
--info: #ffffff;
|
|
162
|
+
|
|
163
|
+
--state-hover-overlay: 255 255 255 / 0.1; /* white 10% for dark */
|
|
164
|
+
|
|
165
|
+
/* Elevation backing — dark mode editorial */
|
|
166
|
+
--shadow-golden-card: 0 4px 16px rgba(0, 0, 0, 0.3);
|
|
167
|
+
--shadow-golden-pop: 0 8px 24px rgba(0, 0, 0, 0.4);
|
|
168
|
+
--shadow-golden-dialog: 0 16px 48px rgba(0, 0, 0, 0.5);
|
|
169
|
+
--shadow-golden-toast: 0 24px 64px rgba(0, 0, 0, 0.6);
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
/* Shadow override on dark bg */
|
|
173
173
|
.dark .shadow-golden {
|
|
174
|
-
|
|
174
|
+
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
@layer base {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
178
|
+
* {
|
|
179
|
+
@apply border-border;
|
|
180
|
+
}
|
|
181
|
+
body {
|
|
182
|
+
@apply bg-background text-foreground;
|
|
183
|
+
}
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
/* Smooth transitions for interactive elements */
|
|
187
187
|
@layer base {
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
188
|
+
a,
|
|
189
|
+
button,
|
|
190
|
+
input,
|
|
191
|
+
textarea,
|
|
192
|
+
select {
|
|
193
|
+
@apply transition-colors duration-150;
|
|
194
|
+
}
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
/* Enhanced focus visibility for accessibility */
|
|
198
198
|
@layer base {
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
199
|
+
:focus-visible {
|
|
200
|
+
outline: 2px solid var(--ring);
|
|
201
|
+
outline-offset: 2px;
|
|
202
|
+
border-radius: var(--radius);
|
|
203
|
+
}
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
/* Skip to content link for keyboard navigation */
|
|
207
207
|
.skip-to-content {
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
208
|
+
position: absolute;
|
|
209
|
+
left: -9999px;
|
|
210
|
+
top: 0;
|
|
211
|
+
z-index: 9999;
|
|
212
|
+
padding: 0.5rem 1rem;
|
|
213
|
+
background: var(--primary);
|
|
214
|
+
color: var(--primary-foreground);
|
|
215
|
+
font-size: 0.875rem;
|
|
216
|
+
font-weight: 400;
|
|
217
|
+
border-radius: 0 0 0.5rem 0;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
.skip-to-content:focus {
|
|
221
|
-
|
|
221
|
+
left: 0;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
/* Shimmer animation for active progress bars */
|
|
225
225
|
@keyframes shimmer {
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
226
|
+
0% {
|
|
227
|
+
background-position: -200% 0;
|
|
228
|
+
}
|
|
229
|
+
100% {
|
|
230
|
+
background-position: 200% 0;
|
|
231
|
+
}
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
.animate-shimmer {
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
background-size: 200% 100%;
|
|
236
|
+
animation: shimmer 2s ease-in-out infinite;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
/* Card entrance animation */
|
|
240
240
|
@keyframes fade-in-up {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
241
|
+
from {
|
|
242
|
+
opacity: 0;
|
|
243
|
+
transform: translateY(8px);
|
|
244
|
+
}
|
|
245
|
+
to {
|
|
246
|
+
opacity: 1;
|
|
247
|
+
transform: translateY(0);
|
|
248
|
+
}
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
.animate-fade-in-up {
|
|
252
|
-
|
|
252
|
+
animation: fade-in-up 0.3s ease-out both;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
/* Hide Next.js dev mode indicator */
|
|
256
256
|
[data-next-mark],
|
|
257
257
|
nextjs-portal {
|
|
258
|
-
|
|
258
|
+
display: none;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
/* Custom scrollbar — light mode */
|
|
262
262
|
@layer base {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
263
|
+
::-webkit-scrollbar {
|
|
264
|
+
width: 8px;
|
|
265
|
+
height: 8px;
|
|
266
|
+
}
|
|
267
|
+
::-webkit-scrollbar-track {
|
|
268
|
+
background: transparent;
|
|
269
|
+
}
|
|
270
|
+
::-webkit-scrollbar-thumb {
|
|
271
|
+
background: #d6d3d1;
|
|
272
|
+
border-radius: 4px;
|
|
273
|
+
}
|
|
274
|
+
::-webkit-scrollbar-thumb:hover {
|
|
275
|
+
background: #a8a29e;
|
|
276
|
+
}
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
/* Custom scrollbar — dark theme override */
|
|
280
280
|
@layer base {
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
281
|
+
.dark ::-webkit-scrollbar {
|
|
282
|
+
width: 8px;
|
|
283
|
+
height: 8px;
|
|
284
|
+
}
|
|
285
|
+
.dark ::-webkit-scrollbar-track {
|
|
286
|
+
background: transparent;
|
|
287
|
+
}
|
|
288
|
+
.dark ::-webkit-scrollbar-thumb {
|
|
289
|
+
background: #292524;
|
|
290
|
+
border-radius: 4px;
|
|
291
|
+
}
|
|
292
|
+
.dark ::-webkit-scrollbar-thumb:hover {
|
|
293
|
+
background: #4e4e4e;
|
|
294
|
+
}
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
/* ============================================================ */
|
|
@@ -300,487 +300,487 @@ nextjs-portal {
|
|
|
300
300
|
/* ============================================================ */
|
|
301
301
|
|
|
302
302
|
.tiptap {
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
303
|
+
font-size: 0.875rem;
|
|
304
|
+
line-height: 1.55;
|
|
305
|
+
letter-spacing: -0.01em;
|
|
306
|
+
outline: none;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
.tiptap h1 {
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
310
|
+
font-size: 1.5rem;
|
|
311
|
+
font-weight: 600;
|
|
312
|
+
line-height: 1.25;
|
|
313
|
+
letter-spacing: -0.02em;
|
|
314
|
+
margin: 1.5rem 0 0.5rem;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
.tiptap h2 {
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
318
|
+
font-size: 1.25rem;
|
|
319
|
+
font-weight: 600;
|
|
320
|
+
line-height: 1.3;
|
|
321
|
+
letter-spacing: -0.015em;
|
|
322
|
+
margin: 1.25rem 0 0.4rem;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
325
|
.tiptap h3 {
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
326
|
+
font-size: 1.0625rem;
|
|
327
|
+
font-weight: 600;
|
|
328
|
+
line-height: 1.4;
|
|
329
|
+
letter-spacing: -0.01em;
|
|
330
|
+
margin: 1rem 0 0.35rem;
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.tiptap h4 {
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
334
|
+
font-size: 0.9375rem;
|
|
335
|
+
font-weight: 600;
|
|
336
|
+
line-height: 1.4;
|
|
337
|
+
margin: 0.85rem 0 0.3rem;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
.tiptap p {
|
|
341
|
-
|
|
341
|
+
margin-bottom: 0.6rem;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
.tiptap ul,
|
|
345
345
|
.tiptap ol {
|
|
346
|
-
|
|
347
|
-
|
|
346
|
+
padding-left: 1.4rem;
|
|
347
|
+
margin-bottom: 0.6rem;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
.tiptap li p {
|
|
351
|
-
|
|
351
|
+
margin-bottom: 0.2rem;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
.tiptap blockquote {
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
355
|
+
border-left: 2px solid var(--border);
|
|
356
|
+
padding-left: 0.85rem;
|
|
357
|
+
color: var(--muted-foreground);
|
|
358
|
+
font-style: italic;
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
.tiptap code {
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
362
|
+
background: var(--muted);
|
|
363
|
+
color: var(--foreground);
|
|
364
|
+
padding: 0.1rem 0.3rem;
|
|
365
|
+
border-radius: var(--radius);
|
|
366
|
+
font-size: 0.85em;
|
|
367
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
.tiptap pre {
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
371
|
+
background: var(--muted);
|
|
372
|
+
color: var(--foreground);
|
|
373
|
+
padding: 0.75rem 0.9rem;
|
|
374
|
+
border-radius: calc(var(--radius) * 2);
|
|
375
|
+
overflow-x: auto;
|
|
376
|
+
font-size: 0.8125rem;
|
|
377
|
+
line-height: 1.55;
|
|
378
|
+
margin: 0.75rem 0;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
.tiptap pre code {
|
|
382
|
-
|
|
383
|
-
|
|
382
|
+
background: transparent;
|
|
383
|
+
padding: 0;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
.tiptap pre code .hljs-keyword,
|
|
387
387
|
.tiptap pre code .hljs-selector-tag,
|
|
388
388
|
.tiptap pre code .hljs-built_in {
|
|
389
|
-
|
|
390
|
-
|
|
389
|
+
color: var(--accent-foreground);
|
|
390
|
+
font-weight: 500;
|
|
391
391
|
}
|
|
392
392
|
|
|
393
393
|
.tiptap pre code .hljs-string,
|
|
394
394
|
.tiptap pre code .hljs-attr {
|
|
395
|
-
|
|
395
|
+
color: var(--success);
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
.tiptap pre code .hljs-number,
|
|
399
399
|
.tiptap pre code .hljs-literal,
|
|
400
400
|
.tiptap pre code .hljs-bullet,
|
|
401
401
|
.tiptap pre code .hljs-symbol {
|
|
402
|
-
|
|
402
|
+
color: var(--warning-ink);
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
.tiptap pre code .hljs-comment,
|
|
406
406
|
.tiptap pre code .hljs-quote {
|
|
407
|
-
|
|
408
|
-
|
|
407
|
+
color: var(--muted-foreground);
|
|
408
|
+
font-style: italic;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
.tiptap pre code .hljs-function,
|
|
412
412
|
.tiptap pre code .hljs-title,
|
|
413
413
|
.tiptap pre code .hljs-section {
|
|
414
|
-
|
|
415
|
-
|
|
414
|
+
color: var(--accent-foreground);
|
|
415
|
+
font-weight: 600;
|
|
416
416
|
}
|
|
417
417
|
|
|
418
418
|
.tiptap pre code .hljs-type,
|
|
419
419
|
.tiptap pre code .hljs-class .hljs-title,
|
|
420
420
|
.tiptap pre code .hljs-name,
|
|
421
421
|
.tiptap pre code .hljs-meta {
|
|
422
|
-
|
|
422
|
+
color: var(--warning-ink);
|
|
423
423
|
}
|
|
424
424
|
|
|
425
425
|
.tiptap pre code .hljs-variable,
|
|
426
426
|
.tiptap pre code .hljs-template-variable,
|
|
427
427
|
.tiptap pre code .hljs-attribute {
|
|
428
|
-
|
|
428
|
+
color: var(--foreground);
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
.tiptap pre code .hljs-tag,
|
|
432
432
|
.tiptap pre code .hljs-regexp {
|
|
433
|
-
|
|
433
|
+
color: var(--destructive);
|
|
434
434
|
}
|
|
435
435
|
|
|
436
436
|
.tiptap pre code .hljs-emphasis {
|
|
437
|
-
|
|
437
|
+
font-style: italic;
|
|
438
438
|
}
|
|
439
439
|
|
|
440
440
|
.tiptap pre code .hljs-strong {
|
|
441
|
-
|
|
441
|
+
font-weight: 600;
|
|
442
442
|
}
|
|
443
443
|
|
|
444
444
|
.tiptap hr {
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
445
|
+
border: 0;
|
|
446
|
+
border-top: 1px solid var(--border);
|
|
447
|
+
margin: 1.25rem 0;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
450
|
.tiptap a {
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
451
|
+
color: var(--accent-foreground);
|
|
452
|
+
text-decoration: underline;
|
|
453
|
+
text-underline-offset: 2px;
|
|
454
454
|
}
|
|
455
455
|
|
|
456
456
|
.tiptap strong {
|
|
457
|
-
|
|
458
|
-
|
|
457
|
+
font-weight: 600;
|
|
458
|
+
color: var(--foreground);
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
.tiptap p.is-editor-empty:first-child::before {
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
462
|
+
content: attr(data-placeholder);
|
|
463
|
+
color: var(--muted-foreground);
|
|
464
|
+
float: left;
|
|
465
|
+
height: 0;
|
|
466
|
+
pointer-events: none;
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
.tiptap .tableWrapper {
|
|
470
|
-
|
|
471
|
-
|
|
470
|
+
overflow-x: auto;
|
|
471
|
+
margin: 0.75rem 0;
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
.tiptap table {
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
475
|
+
border-collapse: collapse;
|
|
476
|
+
table-layout: fixed;
|
|
477
|
+
width: 100%;
|
|
478
|
+
margin: 0.75rem 0;
|
|
479
|
+
overflow: hidden;
|
|
480
|
+
border-radius: var(--radius);
|
|
481
|
+
border: 1px solid var(--border);
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
.tiptap th,
|
|
485
485
|
.tiptap td {
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
486
|
+
border: 1px solid var(--border);
|
|
487
|
+
padding: 0.4rem 0.6rem;
|
|
488
|
+
vertical-align: top;
|
|
489
|
+
position: relative;
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
.tiptap th {
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
493
|
+
background: var(--muted);
|
|
494
|
+
font-weight: 600;
|
|
495
|
+
text-align: left;
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
.tiptap td {
|
|
499
|
-
|
|
499
|
+
background: transparent;
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.tiptap tr:hover td {
|
|
503
|
-
|
|
503
|
+
background: color-mix(in srgb, var(--muted) 60%, transparent);
|
|
504
504
|
}
|
|
505
505
|
|
|
506
506
|
.tiptap .selectedCell {
|
|
507
|
-
|
|
508
|
-
|
|
507
|
+
background: color-mix(in srgb, var(--accent-foreground) 10%, transparent);
|
|
508
|
+
position: relative;
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
.tiptap .selectedCell::after {
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
512
|
+
content: "";
|
|
513
|
+
position: absolute;
|
|
514
|
+
inset: 0;
|
|
515
|
+
pointer-events: none;
|
|
516
|
+
background: color-mix(in srgb, var(--accent-foreground) 6%, transparent);
|
|
517
517
|
}
|
|
518
518
|
|
|
519
519
|
.tiptap .column-resize-handle {
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
520
|
+
position: absolute;
|
|
521
|
+
right: -2px;
|
|
522
|
+
top: 0;
|
|
523
|
+
bottom: -2px;
|
|
524
|
+
width: 4px;
|
|
525
|
+
background: var(--accent-foreground);
|
|
526
|
+
pointer-events: none;
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
.tiptap.resize-cursor {
|
|
530
|
-
|
|
530
|
+
cursor: col-resize;
|
|
531
531
|
}
|
|
532
532
|
|
|
533
533
|
.tiptap .task-list {
|
|
534
|
-
|
|
535
|
-
|
|
534
|
+
list-style: none;
|
|
535
|
+
padding-left: 0;
|
|
536
536
|
}
|
|
537
537
|
|
|
538
538
|
.tiptap .task-list li {
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
539
|
+
display: flex;
|
|
540
|
+
align-items: flex-start;
|
|
541
|
+
gap: 0.5rem;
|
|
542
|
+
margin-bottom: 0.25rem;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
.tiptap .task-list li > label {
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
546
|
+
flex-shrink: 0;
|
|
547
|
+
margin-top: 0.2rem;
|
|
548
|
+
user-select: none;
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
.tiptap .task-list li label input[type="checkbox"] {
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
552
|
+
appearance: none;
|
|
553
|
+
width: 0.95rem;
|
|
554
|
+
height: 0.95rem;
|
|
555
|
+
border: 1.5px solid var(--border);
|
|
556
|
+
border-radius: var(--radius);
|
|
557
|
+
background: var(--background);
|
|
558
|
+
cursor: pointer;
|
|
559
|
+
position: relative;
|
|
560
|
+
transition: border-color 120ms;
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.tiptap .task-list li label input[type="checkbox"]:checked {
|
|
564
|
-
|
|
565
|
-
|
|
564
|
+
background: var(--accent-foreground);
|
|
565
|
+
border-color: var(--accent-foreground);
|
|
566
566
|
}
|
|
567
567
|
|
|
568
568
|
.tiptap .task-list li label input[type="checkbox"]:checked::after {
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
569
|
+
content: "✓";
|
|
570
|
+
color: var(--background);
|
|
571
|
+
font-size: 0.7rem;
|
|
572
|
+
position: absolute;
|
|
573
|
+
left: 50%;
|
|
574
|
+
top: 50%;
|
|
575
|
+
transform: translate(-50%, -52%);
|
|
576
576
|
}
|
|
577
577
|
|
|
578
578
|
.tiptap .task-list li[data-checked="true"] > div > p {
|
|
579
|
-
|
|
580
|
-
|
|
579
|
+
color: var(--muted-foreground);
|
|
580
|
+
text-decoration: line-through;
|
|
581
581
|
}
|
|
582
582
|
|
|
583
583
|
.tiptap .callout-info {
|
|
584
|
-
|
|
585
|
-
|
|
584
|
+
border-left: 2px solid var(--accent-foreground);
|
|
585
|
+
background: color-mix(in srgb, var(--accent-foreground) 10%, transparent);
|
|
586
586
|
}
|
|
587
587
|
|
|
588
588
|
.tiptap .callout-warning {
|
|
589
|
-
|
|
590
|
-
|
|
589
|
+
border-left: 2px solid var(--warning-ink);
|
|
590
|
+
background: var(--warning-soft);
|
|
591
591
|
}
|
|
592
592
|
|
|
593
593
|
.tiptap .callout-success {
|
|
594
|
-
|
|
595
|
-
|
|
594
|
+
border-left: 2px solid var(--success);
|
|
595
|
+
background: var(--success-soft);
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
.tiptap .callout-error {
|
|
599
|
-
|
|
600
|
-
|
|
599
|
+
border-left: 2px solid var(--destructive);
|
|
600
|
+
background: var(--destructive-soft);
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
.tiptap .resizable-image {
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
604
|
+
position: relative;
|
|
605
|
+
max-width: 100%;
|
|
606
|
+
height: auto;
|
|
607
|
+
display: block;
|
|
608
|
+
margin: 0.75rem 0;
|
|
609
|
+
border-radius: var(--radius);
|
|
610
610
|
}
|
|
611
611
|
|
|
612
612
|
.tiptap .resizable-image[data-align="left"] {
|
|
613
|
-
|
|
614
|
-
|
|
613
|
+
margin-left: 0;
|
|
614
|
+
margin-right: auto;
|
|
615
615
|
}
|
|
616
616
|
|
|
617
617
|
.tiptap .resizable-image[data-align="right"] {
|
|
618
|
-
|
|
619
|
-
|
|
618
|
+
margin-left: auto;
|
|
619
|
+
margin-right: 0;
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
.tiptap .resizable-image[data-align="center"] {
|
|
623
|
-
|
|
624
|
-
|
|
623
|
+
margin-left: auto;
|
|
624
|
+
margin-right: auto;
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
.tiptap [style*="text-align: center"] {
|
|
628
|
-
|
|
628
|
+
text-align: center;
|
|
629
629
|
}
|
|
630
630
|
|
|
631
631
|
.tiptap [style*="text-align: right"] {
|
|
632
|
-
|
|
632
|
+
text-align: right;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
.tiptap [style*="text-align: justify"] {
|
|
636
|
-
|
|
636
|
+
text-align: justify;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
.tiptap a[href$=".pdf"]::after {
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
640
|
+
content: "📄";
|
|
641
|
+
color: var(--muted-foreground);
|
|
642
|
+
font-size: 0.75em;
|
|
643
|
+
margin-left: 0.25rem;
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
#cabinet-drag-handle {
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
647
|
+
font-family: var(--font-sans);
|
|
648
|
+
background: var(--muted);
|
|
649
|
+
color: var(--muted-foreground);
|
|
650
|
+
border-radius: var(--radius);
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
#cabinet-drag-handle:hover {
|
|
654
|
-
|
|
655
|
-
|
|
654
|
+
background: var(--accent);
|
|
655
|
+
color: var(--accent-foreground);
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
#cabinet-drag-handle:active {
|
|
659
|
-
|
|
659
|
+
cursor: grabbing;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
#cabinet-gutter-add {
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
663
|
+
background: var(--muted);
|
|
664
|
+
color: var(--muted-foreground);
|
|
665
|
+
border-radius: var(--radius);
|
|
666
666
|
}
|
|
667
667
|
|
|
668
668
|
#cabinet-gutter-add:hover {
|
|
669
|
-
|
|
670
|
-
|
|
669
|
+
background: var(--accent);
|
|
670
|
+
color: var(--accent-foreground);
|
|
671
671
|
}
|
|
672
672
|
|
|
673
673
|
.tiptap :is(h1, h2, h3, h4)[id] {
|
|
674
|
-
|
|
674
|
+
position: relative;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
677
|
.tiptap :is(h1, h2, h3, h4)[id]::before {
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
678
|
+
content: "#";
|
|
679
|
+
position: absolute;
|
|
680
|
+
left: -1em;
|
|
681
|
+
opacity: 0;
|
|
682
|
+
color: var(--muted-foreground);
|
|
683
|
+
transition:
|
|
684
|
+
opacity 120ms ease,
|
|
685
|
+
color 120ms ease;
|
|
686
|
+
pointer-events: none;
|
|
687
687
|
}
|
|
688
688
|
|
|
689
689
|
.tiptap :is(h1, h2, h3, h4)[id]:hover::before {
|
|
690
|
-
|
|
691
|
-
|
|
690
|
+
opacity: 1;
|
|
691
|
+
color: var(--accent-foreground);
|
|
692
692
|
}
|
|
693
693
|
|
|
694
694
|
/* Wiki-link mark styles */
|
|
695
695
|
.wiki-link {
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
696
|
+
color: var(--accent-foreground);
|
|
697
|
+
text-decoration: none;
|
|
698
|
+
border-bottom: 1px dotted var(--accent-foreground);
|
|
699
|
+
padding: 0 1px;
|
|
700
|
+
cursor: pointer;
|
|
701
|
+
transition:
|
|
702
|
+
color 120ms,
|
|
703
|
+
background 120ms;
|
|
704
704
|
}
|
|
705
705
|
.wiki-link:hover {
|
|
706
|
-
|
|
707
|
-
|
|
706
|
+
background: color-mix(in srgb, var(--accent-foreground) 10%, transparent);
|
|
707
|
+
border-bottom-style: solid;
|
|
708
708
|
}
|
|
709
709
|
.wiki-link[data-broken="true"] {
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
710
|
+
color: var(--destructive);
|
|
711
|
+
border-bottom-color: var(--destructive);
|
|
712
|
+
border-bottom-style: dashed;
|
|
713
713
|
}
|
|
714
714
|
.wiki-link[data-broken="true"]:hover {
|
|
715
|
-
|
|
715
|
+
background: color-mix(in srgb, var(--destructive) 10%, transparent);
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
/* Proof-span provenance marks */
|
|
719
719
|
proof-span.proof-span,
|
|
720
720
|
.proof-span {
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
721
|
+
background: linear-gradient(
|
|
722
|
+
to right,
|
|
723
|
+
rgba(165, 180, 252, 0.08),
|
|
724
|
+
rgba(165, 180, 252, 0)
|
|
725
|
+
);
|
|
726
|
+
border-left: 2px solid rgb(165, 180, 252);
|
|
727
|
+
padding-left: 4px;
|
|
728
|
+
border-radius: 2px;
|
|
729
|
+
cursor: pointer;
|
|
730
|
+
transition: background 120ms ease;
|
|
731
731
|
}
|
|
732
732
|
proof-span.proof-span[origin="human"],
|
|
733
733
|
.proof-span[origin="human"] {
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
734
|
+
border-left-color: rgb(110, 231, 183);
|
|
735
|
+
background: linear-gradient(
|
|
736
|
+
to right,
|
|
737
|
+
rgba(110, 231, 183, 0.08),
|
|
738
|
+
rgba(110, 231, 183, 0)
|
|
739
|
+
);
|
|
740
740
|
}
|
|
741
741
|
proof-span.proof-span:hover,
|
|
742
742
|
.proof-span:hover {
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
743
|
+
background: linear-gradient(
|
|
744
|
+
to right,
|
|
745
|
+
rgba(165, 180, 252, 0.18),
|
|
746
|
+
rgba(165, 180, 252, 0.04)
|
|
747
|
+
);
|
|
748
748
|
}
|
|
749
749
|
.dark proof-span.proof-span,
|
|
750
750
|
.dark .proof-span {
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
751
|
+
background: linear-gradient(
|
|
752
|
+
to right,
|
|
753
|
+
rgba(165, 180, 252, 0.14),
|
|
754
|
+
rgba(165, 180, 252, 0)
|
|
755
|
+
);
|
|
756
756
|
}
|
|
757
757
|
|
|
758
758
|
/* Read-only markdown viewer code styling */
|
|
759
759
|
.md-pre {
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
760
|
+
background: var(--muted);
|
|
761
|
+
color: var(--foreground);
|
|
762
|
+
padding: 0.75rem 0.9rem;
|
|
763
|
+
border-radius: calc(var(--radius) * 2);
|
|
764
|
+
overflow-x: auto;
|
|
765
|
+
font-size: 0.8125rem;
|
|
766
|
+
line-height: 1.55;
|
|
767
|
+
margin: 0.75rem 0;
|
|
768
768
|
}
|
|
769
769
|
.md-pre .md-code,
|
|
770
770
|
.md-pre code {
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
771
|
+
background: transparent;
|
|
772
|
+
color: inherit;
|
|
773
|
+
padding: 0;
|
|
774
|
+
border-radius: 0;
|
|
775
|
+
font-size: inherit;
|
|
776
|
+
white-space: pre;
|
|
777
|
+
display: block;
|
|
778
778
|
}
|
|
779
779
|
.md-code {
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
780
|
+
background: var(--muted);
|
|
781
|
+
color: var(--foreground);
|
|
782
|
+
padding: 0.1rem 0.3rem;
|
|
783
|
+
border-radius: var(--radius);
|
|
784
|
+
font-size: 0.85em;
|
|
785
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
|
|
786
786
|
}
|