@chorus-aidlc/chorus 0.10.0 → 0.11.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/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-build-manifest.json +457 -340
- package/.next/standalone/.next/app-path-routes-manifest.json +39 -25
- package/.next/standalone/.next/build-manifest.json +5 -5
- package/.next/standalone/.next/prerender-manifest.json +30 -30
- package/.next/standalone/.next/routes-manifest.json +25 -0
- package/.next/standalone/.next/server/app/(dashboard)/project-groups/[uuid]/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/project-groups/[uuid]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/project-groups/[uuid]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/activity/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/activity/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/activity/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/dashboard/[ideaUuid]/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/dashboard/[ideaUuid]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/dashboard/[ideaUuid]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/dashboard/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/dashboard/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/dashboard/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/documents/[documentUuid]/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/documents/[documentUuid]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/documents/[documentUuid]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/documents/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/documents/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/documents/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/proposals/[proposalUuid]/page.js +2 -3
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/proposals/[proposalUuid]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/proposals/[proposalUuid]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/proposals/new/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/proposals/new/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/proposals/new/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/proposals/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/proposals/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/proposals/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/tasks/[taskUuid]/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/tasks/[taskUuid]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/tasks/[taskUuid]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/tasks/page.js +2 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/tasks/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[uuid]/tasks/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/page.js +3 -3
- package/.next/standalone/.next/server/app/(dashboard)/projects/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/settings/page.js +2 -8
- package/.next/standalone/.next/server/app/(dashboard)/settings/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +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 +5 -5
- package/.next/standalone/.next/server/app/admin/companies/[uuid]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/admin/companies/new/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/admin/companies/new.html +1 -1
- package/.next/standalone/.next/server/app/admin/companies/new.rsc +5 -5
- package/.next/standalone/.next/server/app/admin/companies/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/admin/companies.html +1 -1
- package/.next/standalone/.next/server/app/admin/companies.rsc +5 -5
- package/.next/standalone/.next/server/app/admin/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/admin.html +1 -1
- package/.next/standalone/.next/server/app/admin.rsc +5 -5
- package/.next/standalone/.next/server/app/api/admin/companies/[uuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/admin/companies/[uuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/admin/companies/route.js +1 -1
- package/.next/standalone/.next/server/app/api/admin/companies/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/admin/login/route.js +1 -1
- package/.next/standalone/.next/server/app/api/admin/login/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/admin/session/route.js +1 -1
- package/.next/standalone/.next/server/app/api/admin/session/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/agent-connections/route.js +1 -0
- package/.next/standalone/.next/server/app/api/agent-connections/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/agent-connections/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/agents/[uuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/agents/[uuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/agents/[uuid]/sessions/route.js +1 -1
- package/.next/standalone/.next/server/app/api/agents/[uuid]/sessions/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/agents/[uuid]/sessions/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/agents/route.js +1 -1
- package/.next/standalone/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/api-keys/[uuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/api-keys/[uuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/api-keys/route.js +1 -1
- package/.next/standalone/.next/server/app/api/api-keys/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/callback/route.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/callback/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/check-default/route.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/check-default/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/company-oidc/route.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/company-oidc/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/default-login/route.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/default-login/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/identify/route.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/identify/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/me/route.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/me/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/refresh/route.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/refresh/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/session/route.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/session/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/sync-token/route.js +1 -1
- package/.next/standalone/.next/server/app/api/auth/sync-token/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/comments/route.js +1 -1
- package/.next/standalone/.next/server/app/api/comments/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/comments/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/daemon/control/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/control/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon/control/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/execution-state/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/execution-state/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon/execution-state/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/executions/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/executions/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon/executions/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/pending-turns/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/pending-turns/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon/pending-turns/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/report-interrupt/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/report-interrupt/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon/report-interrupt/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/resume/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/resume/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon/resume/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/transcript/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/transcript/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon/transcript/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/turn-advance/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon/turn-advance/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon/turn-advance/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/[sessionUuid]/instruction/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/[sessionUuid]/instruction/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/[sessionUuid]/instruction/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/[sessionUuid]/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/[sessionUuid]/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/[sessionUuid]/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/ad-hoc/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/ad-hoc/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/ad-hoc/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/route.js +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/daemon-sessions/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/documents/[uuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/documents/[uuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/entities/[type]/[uuid]/root-idea/route.js +1 -0
- package/.next/standalone/.next/server/app/api/entities/[type]/[uuid]/root-idea/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/entities/[type]/[uuid]/root-idea/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/events/notifications/route.js +6 -2
- package/.next/standalone/.next/server/app/api/events/notifications/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/events/notifications/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/events/route.js +7 -3
- package/.next/standalone/.next/server/app/api/events/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/events/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/health/route.js +1 -1
- package/.next/standalone/.next/server/app/api/health/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/claim/route.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/claim/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/claim/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/move/preview/route.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/move/preview/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/move/preview/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/move/route.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/move/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/move/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/parent/route.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/parent/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/parent/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/release/route.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/release/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/release/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[uuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mcp/route.js +5 -41
- package/.next/standalone/.next/server/app/api/mcp/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/me/assignments/route.js +1 -1
- package/.next/standalone/.next/server/app/api/me/assignments/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/me/assignments/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/mentionables/route.js +1 -1
- package/.next/standalone/.next/server/app/api/mentionables/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/mentionables/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/[uuid]/archive/route.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/[uuid]/archive/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/notifications/[uuid]/archive/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/[uuid]/read/route.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/[uuid]/read/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/notifications/[uuid]/read/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/preferences/route.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/preferences/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/notifications/preferences/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/read-all/route.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/read-all/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/notifications/read-all/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/route.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/notifications/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/unread-count/route.js +1 -1
- package/.next/standalone/.next/server/app/api/notifications/unread-count/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/notifications/unread-count/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/project-groups/[uuid]/dashboard/route.js +1 -1
- package/.next/standalone/.next/server/app/api/project-groups/[uuid]/dashboard/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/project-groups/[uuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/project-groups/[uuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/project-groups/route.js +1 -1
- package/.next/standalone/.next/server/app/api/project-groups/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/activity/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/activity/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/available/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/available/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/available/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/documents/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/documents/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/group/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/group/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/ideas/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/ideas/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/ideas/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/ideas/tracker/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/ideas/tracker/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/ideas/tracker/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/proposals/[proposalUuid]/validate/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/proposals/[proposalUuid]/validate/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/proposals/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/proposals/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/proposals/summary/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/proposals/summary/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/stats/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/stats/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/tasks/dependencies/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/tasks/dependencies/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/tasks/dependencies/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/tasks/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/tasks/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/projects/[uuid]/tasks/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/route.js +1 -1
- package/.next/standalone/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/proposals/[uuid]/approve/route.js +1 -1
- package/.next/standalone/.next/server/app/api/proposals/[uuid]/approve/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/proposals/[uuid]/close/route.js +1 -1
- package/.next/standalone/.next/server/app/api/proposals/[uuid]/close/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/proposals/[uuid]/reject/route.js +1 -1
- package/.next/standalone/.next/server/app/api/proposals/[uuid]/reject/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/proposals/[uuid]/revoke/route.js +1 -1
- package/.next/standalone/.next/server/app/api/proposals/[uuid]/revoke/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/proposals/[uuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/proposals/[uuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/search/route.js +1 -1
- package/.next/standalone/.next/server/app/api/search/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/sessions/[uuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/sessions/[uuid]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/sessions/[uuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/claim/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/claim/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/claim/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/dependencies/[dependsOnUuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/dependencies/[dependsOnUuid]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/dependencies/[dependsOnUuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/dependencies/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/dependencies/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/dependencies/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/release/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/release/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/release/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/sessions/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/sessions/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[uuid]/sessions/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +5 -5
- package/.next/standalone/.next/server/app/login/admin/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/login/admin.html +1 -1
- package/.next/standalone/.next/server/app/login/admin.rsc +5 -5
- package/.next/standalone/.next/server/app/login/callback/page.js +2 -2
- package/.next/standalone/.next/server/app/login/callback/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/login/callback/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/login/callback.html +1 -1
- package/.next/standalone/.next/server/app/login/callback.rsc +5 -5
- package/.next/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/login/pick-workspace/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/login/pick-workspace.html +1 -1
- package/.next/standalone/.next/server/app/login/pick-workspace.rsc +5 -5
- package/.next/standalone/.next/server/app/login/silent-refresh/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/login/silent-refresh.html +1 -1
- package/.next/standalone/.next/server/app/login/silent-refresh.rsc +5 -5
- package/.next/standalone/.next/server/app/login.html +1 -1
- package/.next/standalone/.next/server/app/login.rsc +5 -5
- package/.next/standalone/.next/server/app/onboarding/page.js +2 -2
- package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/onboarding.html +1 -1
- package/.next/standalone/.next/server/app/onboarding.rsc +6 -6
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/projects.html +1 -1
- package/.next/standalone/.next/server/app/projects.rsc +7 -7
- package/.next/standalone/.next/server/app/settings.html +1 -1
- package/.next/standalone/.next/server/app/settings.rsc +7 -7
- package/.next/standalone/.next/server/app-paths-manifest.json +39 -25
- package/.next/standalone/.next/server/chunks/1064.js +1 -0
- package/.next/standalone/.next/server/chunks/1596.js +13 -0
- package/.next/standalone/.next/server/chunks/2213.js +1 -0
- package/.next/standalone/.next/server/chunks/2618.js +1 -1
- package/.next/standalone/.next/server/chunks/2961.js +1 -1
- package/.next/standalone/.next/server/chunks/3219.js +2 -0
- package/.next/standalone/.next/server/chunks/3371.js +1 -0
- package/.next/standalone/.next/server/chunks/3419.js +1 -0
- package/.next/standalone/.next/server/chunks/369.js +1 -0
- package/.next/standalone/.next/server/chunks/4638.js +1 -0
- package/.next/standalone/.next/server/chunks/4711.js +530 -0
- package/.next/standalone/.next/server/chunks/5039.js +1 -0
- package/.next/standalone/.next/server/chunks/5300.js +1 -1
- package/.next/standalone/.next/server/chunks/{4913.js → 5631.js} +1 -1
- package/.next/standalone/.next/server/chunks/6044.js +1 -1
- package/.next/standalone/.next/server/chunks/6113.js +1 -1
- package/.next/standalone/.next/server/chunks/6207.js +1 -1
- package/.next/standalone/.next/server/chunks/6461.js +1 -0
- package/.next/standalone/.next/server/chunks/6712.js +1 -0
- package/.next/standalone/.next/server/chunks/7002.js +1 -1
- package/.next/standalone/.next/server/chunks/7063.js +1 -1
- package/.next/standalone/.next/server/chunks/7258.js +37 -0
- package/.next/standalone/.next/server/chunks/7368.js +1 -1
- package/.next/standalone/.next/server/chunks/7578.js +2 -2
- package/.next/standalone/.next/server/chunks/7867.js +1 -0
- package/.next/standalone/.next/server/chunks/7897.js +1 -0
- package/.next/standalone/.next/server/chunks/8012.js +1 -0
- package/.next/standalone/.next/server/chunks/8245.js +31 -0
- package/.next/standalone/.next/server/chunks/8322.js +1 -1
- package/.next/standalone/.next/server/chunks/9015.js +1 -1
- package/.next/standalone/.next/server/chunks/920.js +1 -1
- package/.next/standalone/.next/server/chunks/937.js +16 -2
- package/.next/standalone/.next/server/chunks/9629.js +1 -0
- package/.next/standalone/.next/server/chunks/9725.js +1 -0
- package/.next/standalone/.next/server/instrumentation.js +1 -1
- package/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
- package/.next/standalone/.next/server/middleware-manifest.json +5 -5
- package/.next/standalone/.next/server/next-font-manifest.js +1 -1
- package/.next/standalone/.next/server/next-font-manifest.json +1 -1
- 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/pages-manifest.json +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/server/src/middleware.js +1 -1
- package/.next/standalone/.next/static/GQvpOux3M9CaxkMjL9GAI/_buildManifest.js +1 -0
- package/.next/standalone/.next/static/chunks/1217-323cc20b73ebfde9.js +1 -0
- package/.next/standalone/.next/static/chunks/{11207-8f4b154804f5a66f.js → 15183-5734d279b26e9414.js} +2 -2
- package/.next/standalone/.next/static/chunks/1879-7a8b283283218df2.js +1 -0
- package/.next/standalone/.next/static/chunks/19276-50b367d7b93d5f34.js +1 -0
- package/.next/standalone/.next/static/chunks/23466-e1176a6d814f4897.js +1 -0
- package/.next/standalone/.next/static/chunks/38040-a8687f86dd8e9d67.js +1 -0
- package/.next/standalone/.next/static/chunks/4860.8bdb37c964f92e48.js +1 -0
- package/.next/standalone/.next/static/chunks/58245-b2ea112ace9624d2.js +1 -0
- package/.next/standalone/.next/static/chunks/59296-783831c43aa0162e.js +1 -0
- package/.next/standalone/.next/static/chunks/60648-36ccbee4ce232d52.js +1 -0
- package/.next/standalone/.next/static/chunks/60694-68232120903209df.js +1 -0
- package/.next/standalone/.next/static/chunks/64648-ece4e2a59672cf63.js +1 -0
- package/.next/standalone/.next/static/chunks/{94655-1c75e0590a66215e.js → 66969-12f0b22c51f5a410.js} +1 -1
- package/.next/standalone/.next/static/chunks/70536-b8bf71098ae11f07.js +1 -0
- package/.next/standalone/.next/static/chunks/71350-88c2649fc693c1e8.js +1 -0
- package/.next/standalone/.next/static/chunks/78389-b32edc6bd5c570a9.js +1 -0
- package/.next/standalone/.next/static/chunks/78584-eb2fa8cf2f266329.js +1 -0
- package/.next/standalone/.next/static/chunks/78917-150ed14a99844aab.js +1 -0
- package/.next/standalone/.next/static/chunks/8574-b9739eb8d054c793.js +1 -0
- package/.next/standalone/.next/static/chunks/99373.12370329b9ab6beb.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/layout-0a28456fea4ce95a.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/project-groups/[uuid]/page-a79969c5c9aadacd.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/dashboard/[ideaUuid]/page-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/dashboard/page-a28f0eaa6f4ac94a.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/documents/[documentUuid]/page-ef82b871895245ea.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/documents/page-2c9bcbd11ddb8661.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/proposals/[proposalUuid]/page-630b168598513ce8.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/proposals/new/page-99639479cc98965f.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/proposals/page-335f2450e44a0fba.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/tasks/[taskUuid]/page-4a191d69b2b6e880.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/tasks/page-0faebb478be4c85d.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/{page-f198303c176c6e02.js → page-583e58d4d689d38b.js} +1 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/settings/page-2e8fcb72687100df.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/admin/companies/[uuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/admin/companies/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/admin/login/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/admin/session/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/agent-connections/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/agents/[uuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/agents/[uuid]/sessions/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/agents/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/api-keys/[uuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/api-keys/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/callback/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/check-default/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/company-oidc/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/default-login/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/identify/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/logout/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/me/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/refresh/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/session/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/auth/sync-token/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/comments/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon/control/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon/execution-state/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon/executions/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon/pending-turns/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon/report-interrupt/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon/resume/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon/transcript/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon/turn-advance/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon-sessions/[sessionUuid]/instruction/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon-sessions/[sessionUuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon-sessions/ad-hoc/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/daemon-sessions/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/documents/[uuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/entities/[type]/[uuid]/root-idea/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/events/notifications/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/events/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/health/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/claim/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/move/preview/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/move/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/parent/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/release/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/mcp/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/me/assignments/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/mentionables/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/notifications/[uuid]/archive/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/notifications/[uuid]/read/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/notifications/preferences/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/notifications/read-all/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/notifications/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/notifications/unread-count/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/project-groups/[uuid]/dashboard/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/project-groups/[uuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/project-groups/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/activity/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/available/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/documents/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/group/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/ideas/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/ideas/tracker/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/proposals/[proposalUuid]/validate/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/proposals/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/proposals/summary/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/stats/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/tasks/dependencies/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/tasks/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/projects/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/proposals/[uuid]/approve/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/proposals/[uuid]/close/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/proposals/[uuid]/reject/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/proposals/[uuid]/revoke/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/proposals/[uuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/search/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/sessions/[uuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/claim/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/dependencies/[dependsOnUuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/dependencies/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/release/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/sessions/route-4bc556c2fc8f3d24.js +1 -0
- package/.next/standalone/.next/static/chunks/app/layout-9963339572e2e64e.js +1 -0
- package/.next/standalone/.next/static/chunks/app/onboarding/page-e9a69a0c537c704f.js +1 -0
- package/.next/standalone/.next/static/chunks/{webpack-5bb5740df10ed622.js → webpack-039590181c63871d.js} +1 -1
- package/.next/standalone/.next/static/css/1d9aaac01758b297.css +1 -0
- package/.next/standalone/.next/static/css/{84edd78de243cde6.css → b496025c9cd768cc.css} +1 -1
- package/.next/standalone/.next/static/media/013b72fa676f92e0-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/2b5b02fc7e511755-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/65f03d54ccadf4a8-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/7d4881bb7e1bf84d-s.p.woff2 +0 -0
- package/.next/standalone/.next/static/media/b9408752a0c24fb9-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/e038a29029a234f2-s.woff2 +0 -0
- package/.next/standalone/package.json +3 -1
- package/.next/standalone/public/chorus-plugin/.claude-plugin/plugin.json +13 -1
- package/.next/standalone/public/chorus-plugin/agents/code-reviewer.md +167 -0
- package/.next/standalone/public/chorus-plugin/bin/on-post-verify-task.sh +97 -17
- package/.next/standalone/public/chorus-plugin/bin/tests/test-on-post-verify-task.sh +191 -1
- package/.next/standalone/public/chorus-plugin/skills/brainstorm/SKILL.md +1 -1
- package/.next/standalone/public/chorus-plugin/skills/chorus/SKILL.md +7 -4
- package/.next/standalone/public/chorus-plugin/skills/develop/SKILL.md +3 -1
- package/.next/standalone/public/chorus-plugin/skills/idea/SKILL.md +2 -1
- package/.next/standalone/public/chorus-plugin/skills/openspec-aware/SKILL.md +1 -1
- package/.next/standalone/public/chorus-plugin/skills/proposal/SKILL.md +1 -1
- package/.next/standalone/public/chorus-plugin/skills/quick-dev/SKILL.md +1 -1
- package/.next/standalone/public/chorus-plugin/skills/review/SKILL.md +12 -3
- package/.next/standalone/public/chorus-plugin/skills/yolo/SKILL.md +40 -1
- package/.next/standalone/public/skill/brainstorm-chorus/SKILL.md +1 -1
- package/.next/standalone/public/skill/chorus/SKILL.md +16 -11
- package/.next/standalone/public/skill/code-reviewer-chorus/SKILL.md +225 -0
- package/.next/standalone/public/skill/develop-chorus/SKILL.md +3 -1
- package/.next/standalone/public/skill/idea-chorus/SKILL.md +2 -1
- package/.next/standalone/public/skill/package.json +3 -1
- package/.next/standalone/public/skill/proposal-chorus/SKILL.md +1 -1
- package/.next/standalone/public/skill/proposal-reviewer-chorus/SKILL.md +1 -1
- package/.next/standalone/public/skill/quick-dev-chorus/SKILL.md +1 -1
- package/.next/standalone/public/skill/review-chorus/SKILL.md +12 -1
- package/.next/standalone/public/skill/task-reviewer-chorus/SKILL.md +1 -1
- package/.next/standalone/public/skill/yolo-chorus/SKILL.md +35 -1
- package/README.md +29 -0
- package/README.zh.md +29 -0
- package/chorus.mjs +120 -16
- package/cli/backfill.mjs +190 -0
- package/cli/chorus-client.mjs +154 -0
- package/cli/claude-spawner.mjs +415 -0
- package/cli/client-args.mjs +146 -0
- package/cli/control-handler.mjs +180 -0
- package/cli/credentials.mjs +155 -0
- package/cli/daemon-agent.mjs +38 -0
- package/cli/daemon-banner.mjs +80 -0
- package/cli/daemon-config.mjs +84 -0
- package/cli/daemon-lifecycle.mjs +191 -0
- package/cli/daemon-permission-mode.mjs +68 -0
- package/cli/daemon-rest-client.mjs +272 -0
- package/cli/daemon.mjs +572 -0
- package/cli/event-router.mjs +248 -0
- package/cli/interrupt-reporter.mjs +87 -0
- package/cli/lineage.mjs +155 -0
- package/cli/login.mjs +151 -0
- package/cli/mcp-config.mjs +58 -0
- package/cli/process-killer.mjs +205 -0
- package/cli/prompts.mjs +273 -0
- package/cli/sse-listener.mjs +258 -0
- package/cli/turn-reporter.mjs +75 -0
- package/cli/upload-hooks.mjs +400 -0
- package/cli/wake-queue.mjs +121 -0
- package/cli/waker.mjs +475 -0
- package/package.json +3 -1
- package/prisma/migrations/20260615082309_add_daemon_connection/migration.sql +37 -0
- package/prisma/migrations/20260616152622_add_daemon_task_execution/migration.sql +28 -0
- package/prisma/migrations/20260617013334_generalize_daemon_execution_to_any_resource/migration.sql +38 -0
- package/prisma/migrations/20260618022828_add_daemon_execution_interrupted/migration.sql +2 -0
- package/prisma/migrations/20260619055322_daemon_session_conversation/migration.sql +77 -0
- package/prisma/schema.prisma +366 -188
- package/.next/standalone/.next/server/chunks/1059.js +0 -1
- package/.next/standalone/.next/server/chunks/1165.js +0 -1
- package/.next/standalone/.next/server/chunks/1615.js +0 -31
- package/.next/standalone/.next/server/chunks/162.js +0 -16
- package/.next/standalone/.next/server/chunks/179.js +0 -158
- package/.next/standalone/.next/server/chunks/1871.js +0 -1
- package/.next/standalone/.next/server/chunks/2909.js +0 -98
- package/.next/standalone/.next/server/chunks/324.js +0 -1
- package/.next/standalone/.next/server/chunks/3555.js +0 -1
- package/.next/standalone/.next/server/chunks/4090.js +0 -13
- package/.next/standalone/.next/server/chunks/4343.js +0 -1
- package/.next/standalone/.next/server/chunks/4879.js +0 -1
- package/.next/standalone/.next/server/chunks/5541.js +0 -1
- package/.next/standalone/.next/server/chunks/5561.js +0 -7
- package/.next/standalone/.next/server/chunks/6643.js +0 -1
- package/.next/standalone/.next/server/chunks/6767.js +0 -1
- package/.next/standalone/.next/server/chunks/7228.js +0 -2
- package/.next/standalone/.next/server/chunks/7462.js +0 -255
- package/.next/standalone/.next/server/chunks/7859.js +0 -1
- package/.next/standalone/.next/server/chunks/8277.js +0 -1
- package/.next/standalone/.next/server/chunks/8637.js +0 -1
- package/.next/standalone/.next/server/chunks/896.js +0 -1
- package/.next/standalone/.next/server/chunks/9269.js +0 -1
- package/.next/standalone/.next/server/chunks/9615.js +0 -1
- package/.next/standalone/.next/static/AKJHlhCKd44_-khht8nN0/_buildManifest.js +0 -1
- package/.next/standalone/.next/static/chunks/20051-c242544dafd3a690.js +0 -1
- package/.next/standalone/.next/static/chunks/21932-bce5ba937d1603e1.js +0 -1
- package/.next/standalone/.next/static/chunks/23095-5bf481236249fdd8.js +0 -1
- package/.next/standalone/.next/static/chunks/23466-842c126491b753bc.js +0 -1
- package/.next/standalone/.next/static/chunks/45436-c5427023f3f386a1.js +0 -1
- package/.next/standalone/.next/static/chunks/4860.e071c0b9e32bd75f.js +0 -1
- package/.next/standalone/.next/static/chunks/49852-5337f139a2f87c46.js +0 -1
- package/.next/standalone/.next/static/chunks/52206-7c1b0c695c8035eb.js +0 -1
- package/.next/standalone/.next/static/chunks/55469-ed5ff019ff71ef59.js +0 -1
- package/.next/standalone/.next/static/chunks/59296-50e66102d44d9677.js +0 -1
- package/.next/standalone/.next/static/chunks/60524-9811b38c62fed16e.js +0 -1
- package/.next/standalone/.next/static/chunks/68855-5c15991e7cf8dc8a.js +0 -1
- package/.next/standalone/.next/static/chunks/70093-0ff6fd59445b5cb9.js +0 -1
- package/.next/standalone/.next/static/chunks/74030-3a6a6b75e47f5b96.js +0 -1
- package/.next/standalone/.next/static/chunks/78917-ff0fda86a96cfa60.js +0 -1
- package/.next/standalone/.next/static/chunks/95627-8d9f6d2d88f7a641.js +0 -1
- package/.next/standalone/.next/static/chunks/99373.4c336ea9ad07311e.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/layout-5915ccd1a77ebcf8.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/project-groups/[uuid]/page-94d102d945410b55.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/dashboard/[ideaUuid]/page-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/dashboard/page-56c45b910f914895.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/documents/[documentUuid]/page-2e000a7010d1e9ea.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/documents/page-75e42d130404ca2b.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/proposals/[proposalUuid]/page-d7747749ae6192d8.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/proposals/new/page-26488809d26e1daa.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/proposals/page-8f91ed174c14d5f0.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/tasks/[taskUuid]/page-fcc9baa42e6de4d4.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[uuid]/tasks/page-5233748464280e9d.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/settings/page-ab87cbb18d0ee538.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/admin/companies/[uuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/admin/companies/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/admin/login/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/admin/session/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/agents/[uuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/agents/[uuid]/sessions/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/agents/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/api-keys/[uuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/api-keys/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/auth/callback/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/auth/check-default/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/auth/company-oidc/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/auth/default-login/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/auth/identify/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/auth/logout/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/auth/me/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/auth/refresh/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/auth/session/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/auth/sync-token/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/comments/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/documents/[uuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/events/notifications/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/events/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/health/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/claim/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/move/preview/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/move/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/parent/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/release/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/ideas/[uuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/mcp/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/me/assignments/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/mentionables/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/notifications/[uuid]/archive/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/notifications/[uuid]/read/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/notifications/preferences/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/notifications/read-all/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/notifications/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/notifications/unread-count/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/project-groups/[uuid]/dashboard/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/project-groups/[uuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/project-groups/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/activity/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/available/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/documents/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/group/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/ideas/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/ideas/tracker/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/proposals/[proposalUuid]/validate/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/proposals/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/proposals/summary/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/stats/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/tasks/dependencies/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/[uuid]/tasks/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/projects/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/proposals/[uuid]/approve/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/proposals/[uuid]/close/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/proposals/[uuid]/reject/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/proposals/[uuid]/revoke/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/proposals/[uuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/search/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/sessions/[uuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/claim/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/dependencies/[dependsOnUuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/dependencies/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/release/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/tasks/[uuid]/sessions/route-cd9411c54c8f5b35.js +0 -1
- package/.next/standalone/.next/static/chunks/app/layout-482dee7dace72c88.js +0 -1
- package/.next/standalone/.next/static/chunks/app/onboarding/page-d9dbd817391b462b.js +0 -1
- package/.next/standalone/.next/static/css/4279f38594ac772a.css +0 -1
- package/.next/standalone/.next/static/media/0f1bdadaf30e2d5f-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/2c34d62a75506231-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/601f5c280d60caca-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/a115172161b307bb-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/d100b2a099e34044-s.woff2 +0 -0
- package/.next/standalone/.next/static/media/f5271587012faf78-s.p.woff2 +0 -0
- /package/.next/standalone/.next/static/{AKJHlhCKd44_-khht8nN0 → GQvpOux3M9CaxkMjL9GAI}/_ssgManifest.js +0 -0
|
@@ -3,4 +3,4 @@ exports.id=7063,exports.ids=[7063],exports.modules={1159:(a,b,c)=>{"use strict";
|
|
|
3
3
|
- less than the value passed to \`max\` (or 100 if no \`max\` prop is set)
|
|
4
4
|
- \`null\` or \`undefined\` if the progress is indeterminate.
|
|
5
5
|
|
|
6
|
-
Defaulting to \`null\`.`));let n=t(h,m)?h:null,o=r(n)?j(n,m):void 0;return(0,g.jsx)(k,{scope:e,value:n,max:m,children:(0,g.jsx)(f.sG.div,{"aria-valuemax":m,"aria-valuemin":0,"aria-valuenow":r(n)?n:void 0,"aria-valuetext":o,role:"progressbar","data-state":q(n,m),"data-value":n??void 0,"data-max":m,...l,ref:b})})});m.displayName=h;var n="ProgressIndicator",o=d.forwardRef((a,b)=>{let{__scopeProgress:c,...d}=a,e=l(n,c);return(0,g.jsx)(f.sG.div,{"data-state":q(e.value,e.max),"data-value":e.value??void 0,"data-max":e.max,...d,ref:b})});function p(a,b){return`${Math.round(a/b*100)}%`}function q(a,b){return null==a?"indeterminate":a===b?"complete":"loading"}function r(a){return"number"==typeof a}function s(a){return r(a)&&!isNaN(a)&&a>0}function t(a,b){return r(a)&&!isNaN(a)&&a<=b&&a>=0}o.displayName=n;var u=m,v=o},53392:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>e,Content:()=>f,HoverCard:()=>g,HoverCardArrow:()=>h,HoverCardContent:()=>i,HoverCardPortal:()=>j,HoverCardTrigger:()=>k,Portal:()=>l,Root:()=>m,Trigger:()=>n,createHoverCardScope:()=>o});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Arrow() from the server but Arrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","Arrow"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","Content"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call HoverCard() from the server but HoverCard 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","HoverCard"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call HoverCardArrow() from the server but HoverCardArrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","HoverCardArrow"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call HoverCardContent() from the server but HoverCardContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","HoverCardContent"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call HoverCardPortal() from the server but HoverCardPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","HoverCardPortal"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call HoverCardTrigger() from the server but HoverCardTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","HoverCardTrigger"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","Portal"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","Root"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","Trigger"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call createHoverCardScope() from the server but createHoverCardScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","createHoverCardScope")},55212:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>ah,CheckboxItem:()=>ac,Content:()=>$,Group:()=>_,Item:()=>ab,ItemIndicator:()=>af,Label:()=>aa,Menu:()=>X,Menubar:()=>z,MenubarArrow:()=>R,MenubarCheckboxItem:()=>M,MenubarContent:()=>I,MenubarGroup:()=>J,MenubarItem:()=>L,MenubarItemIndicator:()=>P,MenubarLabel:()=>K,MenubarMenu:()=>D,MenubarPortal:()=>G,MenubarRadioGroup:()=>N,MenubarRadioItem:()=>O,MenubarSeparator:()=>Q,MenubarSub:()=>T,MenubarSubContent:()=>V,MenubarSubTrigger:()=>U,MenubarTrigger:()=>F,Portal:()=>Z,RadioGroup:()=>ad,RadioItem:()=>ae,Root:()=>W,Separator:()=>ag,Sub:()=>ai,SubContent:()=>ak,SubTrigger:()=>aj,Trigger:()=>Y,createMenubarScope:()=>u});var d=c(21968),e=c(2417),f=c(16305),g=c(22546),h=c(96090),i=c(42990),j=c(22243),k=c(20266),l=c(13700),m=c(16551),n=c(15035),o=c(10837),p="Menubar",[q,r,s]=(0,e.N)(p),[t,u]=(0,i.A)(p,[s,l.RG]),v=(0,k.UE)(),w=(0,l.RG)(),[x,y]=t(p),z=d.forwardRef((a,b)=>{let{__scopeMenubar:c,value:e,onValueChange:g,defaultValue:h,loop:i=!0,dir:j,...k}=a,r=(0,f.jH)(j),s=w(c),[t,u]=(0,n.i)({prop:e,onChange:g,defaultProp:h??"",caller:p}),[v,y]=d.useState(null);return(0,o.jsx)(x,{scope:c,value:t,onMenuOpen:d.useCallback(a=>{u(a),y(a)},[u]),onMenuClose:d.useCallback(()=>u(""),[u]),onMenuToggle:d.useCallback(a=>{u(b=>b?"":a),y(a)},[u]),dir:r,loop:i,children:(0,o.jsx)(q.Provider,{scope:c,children:(0,o.jsx)(q.Slot,{scope:c,children:(0,o.jsx)(l.bL,{asChild:!0,...s,orientation:"horizontal",loop:i,dir:r,currentTabStopId:v,onCurrentTabStopIdChange:y,children:(0,o.jsx)(m.sG.div,{role:"menubar",...k,ref:b})})})})})});z.displayName=p;var A="MenubarMenu",[B,C]=t(A),D=a=>{let{__scopeMenubar:b,value:c,...e}=a,f=(0,j.B)(),g=c||f||"LEGACY_REACT_AUTO_VALUE",h=y(A,b),i=v(b),l=d.useRef(null),m=d.useRef(!1),n=h.value===g;return d.useEffect(()=>{n||(m.current=!1)},[n]),(0,o.jsx)(B,{scope:b,value:g,triggerId:(0,j.B)(),triggerRef:l,contentId:(0,j.B)(),wasKeyboardTriggerOpenRef:m,children:(0,o.jsx)(k.bL,{...i,open:n,onOpenChange:a=>{a||h.onMenuClose()},modal:!1,dir:h.dir,...e})})};D.displayName=A;var E="MenubarTrigger",F=d.forwardRef((a,b)=>{let{__scopeMenubar:c,disabled:e=!1,...f}=a,i=w(c),j=v(c),n=y(E,c),p=C(E,c),r=d.useRef(null),s=(0,h.s)(b,r,p.triggerRef),[t,u]=d.useState(!1),x=n.value===p.value;return(0,o.jsx)(q.ItemSlot,{scope:c,value:p.value,disabled:e,children:(0,o.jsx)(l.q7,{asChild:!0,...i,focusable:!e,tabStopId:p.value,children:(0,o.jsx)(k.Mz,{asChild:!0,...j,children:(0,o.jsx)(m.sG.button,{type:"button",role:"menuitem",id:p.triggerId,"aria-haspopup":"menu","aria-expanded":x,"aria-controls":x?p.contentId:void 0,"data-highlighted":t?"":void 0,"data-state":x?"open":"closed","data-disabled":e?"":void 0,disabled:e,...f,ref:s,onPointerDown:(0,g.mK)(a.onPointerDown,a=>{!e&&0===a.button&&!1===a.ctrlKey&&(n.onMenuOpen(p.value),x||a.preventDefault())}),onPointerEnter:(0,g.mK)(a.onPointerEnter,()=>{n.value&&!x&&(n.onMenuOpen(p.value),r.current?.focus())}),onKeyDown:(0,g.mK)(a.onKeyDown,a=>{!e&&(["Enter"," "].includes(a.key)&&n.onMenuToggle(p.value),"ArrowDown"===a.key&&n.onMenuOpen(p.value),["Enter"," ","ArrowDown"].includes(a.key)&&(p.wasKeyboardTriggerOpenRef.current=!0,a.preventDefault()))}),onFocus:(0,g.mK)(a.onFocus,()=>u(!0)),onBlur:(0,g.mK)(a.onBlur,()=>u(!1))})})})})});F.displayName=E;var G=a=>{let{__scopeMenubar:b,...c}=a,d=v(b);return(0,o.jsx)(k.ZL,{...d,...c})};G.displayName="MenubarPortal";var H="MenubarContent",I=d.forwardRef((a,b)=>{let{__scopeMenubar:c,align:e="start",...f}=a,h=v(c),i=y(H,c),j=C(H,c),l=r(c),m=d.useRef(!1);return(0,o.jsx)(k.UC,{id:j.contentId,"aria-labelledby":j.triggerId,"data-radix-menubar-content":"",...h,...f,ref:b,align:e,onCloseAutoFocus:(0,g.mK)(a.onCloseAutoFocus,a=>{i.value||m.current||j.triggerRef.current?.focus(),m.current=!1,a.preventDefault()}),onFocusOutside:(0,g.mK)(a.onFocusOutside,a=>{let b=a.target;l().some(a=>a.ref.current?.contains(b))&&a.preventDefault()}),onInteractOutside:(0,g.mK)(a.onInteractOutside,()=>{m.current=!0}),onEntryFocus:a=>{j.wasKeyboardTriggerOpenRef.current||a.preventDefault()},onKeyDown:(0,g.mK)(a.onKeyDown,a=>{if(["ArrowRight","ArrowLeft"].includes(a.key)){let b=a.target,c=b.hasAttribute("data-radix-menubar-subtrigger"),d=b.closest("[data-radix-menubar-content]")!==a.currentTarget,e=("rtl"===i.dir?"ArrowRight":"ArrowLeft")===a.key;if(!e&&c||d&&e)return;let f=l().filter(a=>!a.disabled).map(a=>a.value);e&&f.reverse();let g=f.indexOf(j.value),[h]=f=i.loop?function(a,b){return a.map((c,d)=>a[(b+d)%a.length])}(f,g+1):f.slice(g+1);h&&i.onMenuOpen(h)}},{checkForDefaultPrevented:!1}),style:{...a.style,"--radix-menubar-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-menubar-content-available-width":"var(--radix-popper-available-width)","--radix-menubar-content-available-height":"var(--radix-popper-available-height)","--radix-menubar-trigger-width":"var(--radix-popper-anchor-width)","--radix-menubar-trigger-height":"var(--radix-popper-anchor-height)"}})});I.displayName=H;var J=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.YJ,{...e,...d,ref:b})});J.displayName="MenubarGroup";var K=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.JU,{...e,...d,ref:b})});K.displayName="MenubarLabel";var L=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.q7,{...e,...d,ref:b})});L.displayName="MenubarItem";var M=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.H_,{...e,...d,ref:b})});M.displayName="MenubarCheckboxItem";var N=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.z6,{...e,...d,ref:b})});N.displayName="MenubarRadioGroup";var O=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.hN,{...e,...d,ref:b})});O.displayName="MenubarRadioItem";var P=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.VF,{...e,...d,ref:b})});P.displayName="MenubarItemIndicator";var Q=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.wv,{...e,...d,ref:b})});Q.displayName="MenubarSeparator";var R=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.i3,{...e,...d,ref:b})});R.displayName="MenubarArrow";var S="MenubarSub",T=a=>{let{__scopeMenubar:b,children:c,open:d,onOpenChange:e,defaultOpen:f}=a,g=v(b),[h,i]=(0,n.i)({prop:d,defaultProp:f??!1,onChange:e,caller:S});return(0,o.jsx)(k.Pb,{...g,open:h,onOpenChange:i,children:c})};T.displayName=S;var U=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.ZP,{"data-radix-menubar-subtrigger":"",...e,...d,ref:b})});U.displayName="MenubarSubTrigger";var V=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.G5,{...e,"data-radix-menubar-content":"",...d,ref:b,style:{...a.style,"--radix-menubar-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-menubar-content-available-width":"var(--radix-popper-available-width)","--radix-menubar-content-available-height":"var(--radix-popper-available-height)","--radix-menubar-trigger-width":"var(--radix-popper-anchor-width)","--radix-menubar-trigger-height":"var(--radix-popper-anchor-height)"}})});V.displayName="MenubarSubContent";var W=z,X=D,Y=F,Z=G,$=I,_=J,aa=K,ab=L,ac=M,ad=N,ae=O,af=P,ag=Q,ah=R,ai=T,aj=U,ak=V},59782:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Button:()=>D,Link:()=>E,Root:()=>B,Separator:()=>C,ToggleGroup:()=>F,ToggleItem:()=>G,Toolbar:()=>t,ToolbarButton:()=>w,ToolbarLink:()=>x,ToolbarSeparator:()=>v,ToolbarToggleGroup:()=>z,ToolbarToggleItem:()=>A,createToolbarScope:()=>o});var d=c(21968),e=c(22546),f=c(42990),g=c(13700),h=c(16551),i=c(72229),j=c(31284),k=c(16305),l=c(10837),m="Toolbar",[n,o]=(0,f.A)(m,[g.RG,j.createToggleGroupScope]),p=(0,g.RG)(),q=(0,j.createToggleGroupScope)(),[r,s]=n(m),t=d.forwardRef((a,b)=>{let{__scopeToolbar:c,orientation:d="horizontal",dir:e,loop:f=!0,...i}=a,j=p(c),m=(0,k.jH)(e);return(0,l.jsx)(r,{scope:c,orientation:d,dir:m,children:(0,l.jsx)(g.bL,{asChild:!0,...j,orientation:d,dir:m,loop:f,children:(0,l.jsx)(h.sG.div,{role:"toolbar","aria-orientation":d,dir:m,...i,ref:b})})})});t.displayName=m;var u="ToolbarSeparator",v=d.forwardRef((a,b)=>{let{__scopeToolbar:c,...d}=a,e=s(u,c);return(0,l.jsx)(i.b,{orientation:"horizontal"===e.orientation?"vertical":"horizontal",...d,ref:b})});v.displayName=u;var w=d.forwardRef((a,b)=>{let{__scopeToolbar:c,...d}=a,e=p(c);return(0,l.jsx)(g.q7,{asChild:!0,...e,focusable:!a.disabled,children:(0,l.jsx)(h.sG.button,{type:"button",...d,ref:b})})});w.displayName="ToolbarButton";var x=d.forwardRef((a,b)=>{let{__scopeToolbar:c,...d}=a,f=p(c);return(0,l.jsx)(g.q7,{asChild:!0,...f,focusable:!0,children:(0,l.jsx)(h.sG.a,{...d,ref:b,onKeyDown:(0,e.mK)(a.onKeyDown,a=>{" "===a.key&&a.currentTarget.click()})})})});x.displayName="ToolbarLink";var y="ToolbarToggleGroup",z=d.forwardRef((a,b)=>{let{__scopeToolbar:c,...d}=a,e=s(y,c),f=q(c);return(0,l.jsx)(j.Root,{"data-orientation":e.orientation,dir:e.dir,...f,...d,ref:b,rovingFocus:!1})});z.displayName=y;var A=d.forwardRef((a,b)=>{let{__scopeToolbar:c,...d}=a,e=q(c),f={__scopeToolbar:a.__scopeToolbar};return(0,l.jsx)(w,{asChild:!0,...f,children:(0,l.jsx)(j.Item,{...e,...d,ref:b})})});A.displayName="ToolbarToggleItem";var B=t,C=v,D=w,E=x,F=z,G=A},61298:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Item:()=>e,Root:()=>f,ToggleGroup:()=>g,ToggleGroupItem:()=>h,createToggleGroupScope:()=>i});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Item() from the server but Item 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","Item"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","Root"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToggleGroup() from the server but ToggleGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","ToggleGroup"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToggleGroupItem() from the server but ToggleGroupItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","ToggleGroupItem"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call createToggleGroupScope() from the server but createToggleGroupScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","createToggleGroupScope")},62329:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Content:()=>e,Indicator:()=>f,Item:()=>g,Link:()=>h,List:()=>i,NavigationMenu:()=>j,NavigationMenuContent:()=>k,NavigationMenuIndicator:()=>l,NavigationMenuItem:()=>m,NavigationMenuLink:()=>n,NavigationMenuList:()=>o,NavigationMenuSub:()=>p,NavigationMenuTrigger:()=>q,NavigationMenuViewport:()=>r,Root:()=>s,Sub:()=>t,Trigger:()=>u,Viewport:()=>v,createNavigationMenuScope:()=>w});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Content"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Indicator() from the server but Indicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Indicator"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Item() from the server but Item 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Item"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Link() from the server but Link 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Link"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call List() from the server but List 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","List"),j=(0,d.registerClientReference)(function(){throw 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenu"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuContent() from the server but NavigationMenuContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuContent"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuIndicator() from the server but NavigationMenuIndicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuIndicator"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuItem() from the server but NavigationMenuItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuItem"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuLink() from the server but NavigationMenuLink 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuLink"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuList() from the server but NavigationMenuList 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuList"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuSub() from the server but NavigationMenuSub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuSub"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuTrigger() from the server but NavigationMenuTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuTrigger"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuViewport() from the server but NavigationMenuViewport 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuViewport"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Root"),t=(0,d.registerClientReference)(function(){throw Error("Attempted to call Sub() from the server but Sub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Sub"),u=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Trigger"),v=(0,d.registerClientReference)(function(){throw Error("Attempted to call Viewport() from the server but Viewport 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Viewport"),w=(0,d.registerClientReference)(function(){throw Error("Attempted to call createNavigationMenuScope() from the server but createNavigationMenuScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","createNavigationMenuScope")},64098:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Collapsible:()=>e,CollapsibleContent:()=>f,CollapsibleTrigger:()=>g,Content:()=>h,Root:()=>i,Trigger:()=>j,createCollapsibleScope:()=>k});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Collapsible() from the server but Collapsible 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","Collapsible"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call CollapsibleContent() from the server but CollapsibleContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","CollapsibleContent"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call CollapsibleTrigger() from the server but CollapsibleTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","CollapsibleTrigger"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","Content"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","Root"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","Trigger"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call createCollapsibleScope() from the server but createCollapsibleScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","createCollapsibleScope")},66529:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Icon:()=>B,Input:()=>v,PasswordToggleField:()=>t,PasswordToggleFieldIcon:()=>B,PasswordToggleFieldInput:()=>v,PasswordToggleFieldSlot:()=>z,PasswordToggleFieldToggle:()=>x,Root:()=>t,Slot:()=>z,Toggle:()=>x});var d=c(21968),e=c(5217),f=c(22546),g=c(15035),h=c(16551),i=c(96090),j=c(22243),k=c(23771),l=c(30970),m=c(42990),n=c(10837),o="PasswordToggleField",[p]=(0,m.A)(o),[q,r]=p(o),s={clickTriggered:!1,selectionStart:null,selectionEnd:null},t=({__scopePasswordToggleField:a,...b})=>{let c=(0,j.B)(b.id),e=`${c}-input`,[f,h]=d.useState(e),i=f??e,k=d.useCallback(a=>h(null!=a?String(a):null),[]),{visible:l,defaultVisible:m,onVisiblityChange:p,children:r}=b,[t=!1,u]=(0,g.i)({caller:o,prop:l,defaultProp:m??!1,onChange:p}),v=d.useRef(null),w=d.useRef(s);return(0,n.jsx)(q,{scope:a,inputId:i,inputRef:v,setVisible:u,syncInputId:k,visible:t,focusState:w,children:r})};t.displayName=o;var u=o+"Input",v=d.forwardRef(({__scopePasswordToggleField:a,autoComplete:b="current-password",autoCapitalize:c="off",spellCheck:e=!1,id:g,...j},k)=>{let{visible:m,inputRef:o,inputId:p,syncInputId:q,setVisible:s,focusState:t}=r(u,a);d.useEffect(()=>{q(g)},[g,q]);let v=(0,l.J)(s);return d.useEffect(()=>{let a=o.current,b=a?.form;if(!b)return;let c=new AbortController;return b.addEventListener("reset",a=>{a.defaultPrevented||v(!1)},{signal:c.signal}),b.addEventListener("submit",()=>{v(!1)},{signal:c.signal}),()=>{c.abort()}},[o,v]),(0,n.jsx)(h.sG.input,{...j,id:g??p,autoCapitalize:c,autoComplete:b,ref:(0,i.s)(k,o),spellCheck:e,type:m?"text":"password",onBlur:(0,f.mK)(j.onBlur,a=>{let{selectionStart:b,selectionEnd:c}=a.currentTarget;t.current.selectionStart=b,t.current.selectionEnd=c})})});v.displayName=u;var w=o+"Toggle",x=d.forwardRef(({__scopePasswordToggleField:a,onClick:b,onPointerDown:c,onPointerCancel:g,onPointerUp:j,onFocus:l,children:m,"aria-label":o,"aria-controls":p,"aria-hidden":q,tabIndex:t,...u},v)=>{let{setVisible:x,visible:y,inputRef:z,inputId:A,focusState:B}=r(w,a),[C,D]=d.useState(void 0),E=d.useRef(null),F=(0,i.s)(v,E),G=(0,k.z)();d.useEffect(()=>{let a=E.current;if(!a||o)return void D(void 0);let b=y?"Hide password":"Show password";function c(a){D(a?void 0:b)}c(a.textContent);let d=new MutationObserver(b=>{let d;for(let c of b)"characterData"===c.type&&a.textContent&&(d=a.textContent);c(d)});return d.observe(a,{characterData:!0,subtree:!0}),()=>{d.disconnect()}},[y,o]);let H=o||C;return G?p??=A:(q??=!0,t??=-1),d.useEffect(()=>{let a=()=>{},b=E.current?.ownerDocument?.defaultView||window,c=()=>B.current.clickTriggered=!1,d=()=>a=function(a,b,c){if(a.requestIdleCallback){let c=a.requestIdleCallback(b,void 0);return()=>{a.cancelIdleCallback(c)}}let d=Date.now(),e=a.setTimeout(()=>{b({didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-d))})},1);return()=>{a.clearTimeout(e)}}(b,c);return b.addEventListener("pointerup",d),()=>{a(),b.removeEventListener("pointerup",d)}},[B]),(0,n.jsx)(h.sG.button,{"aria-controls":p,"aria-hidden":q,"aria-label":H,ref:F,id:A,...u,onPointerDown:(0,f.mK)(c,()=>{B.current.clickTriggered=!0}),onPointerCancel:a=>{g?.(a),B.current=s},onClick:a=>{if(b?.(a),a.defaultPrevented){B.current=s;return}if((0,e.flushSync)(()=>{x(a=>!a)}),B.current.clickTriggered){let a=z.current;if(a){let{selectionStart:b,selectionEnd:c}=B.current;a.focus(),(null!==b||null!==c)&&requestAnimationFrame(()=>{a.ownerDocument.activeElement===a&&(a.selectionStart=b,a.selectionEnd=c)})}}B.current=s},onPointerUp:a=>{j?.(a),setTimeout(()=>{B.current=s},50)},type:"button",children:m})});x.displayName=w;var y=o+"Slot",z=({__scopePasswordToggleField:a,...b})=>{let{visible:c}=r(y,a);return"render"in b?b.render({visible:c}):c?b.visible:b.hidden};z.displayName=y;var A=o+"Icon",B=d.forwardRef(({__scopePasswordToggleField:a,children:b,...c},d)=>{let{visible:e}=r(A,a),{visible:f,hidden:g,...i}=c;return(0,n.jsx)(h.sG.svg,{...i,ref:d,"aria-hidden":!0,asChild:!0,children:e?f:g})});B.displayName=A},66542:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Close:()=>e,Content:()=>f,Description:()=>g,Dialog:()=>h,DialogClose:()=>i,DialogContent:()=>j,DialogDescription:()=>k,DialogOverlay:()=>l,DialogPortal:()=>m,DialogTitle:()=>n,DialogTrigger:()=>o,Overlay:()=>p,Portal:()=>q,Root:()=>r,Title:()=>s,Trigger:()=>t,WarningProvider:()=>u,createDialogScope:()=>v});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Close() from the server but Close 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Close"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Content"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Description() from the server but Description 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Description"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Dialog() from the server but Dialog 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Dialog"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogClose() from the server but DialogClose 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogClose"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogContent() from the server but DialogContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogContent"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogDescription() from the server but DialogDescription 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogDescription"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogOverlay() from the server but DialogOverlay 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogOverlay"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogPortal() from the server but DialogPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogPortal"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogTitle() from the server but DialogTitle 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogTitle"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogTrigger() from the server but DialogTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogTrigger"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call Overlay() from the server but Overlay 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Overlay"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Portal"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Root"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call Title() from the server but Title 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Title"),t=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Trigger"),u=(0,d.registerClientReference)(function(){throw Error("Attempted to call WarningProvider() from the server but WarningProvider 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","WarningProvider"),v=(0,d.registerClientReference)(function(){throw Error("Attempted to call createDialogScope() from the server but createDialogScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","createDialogScope")},69757:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Anchor:()=>e,Arrow:()=>f,Close:()=>g,Content:()=>h,Popover:()=>i,PopoverAnchor:()=>j,PopoverArrow:()=>k,PopoverClose:()=>l,PopoverContent:()=>m,PopoverPortal:()=>n,PopoverTrigger:()=>o,Portal:()=>p,Root:()=>q,Trigger:()=>r,createPopoverScope:()=>s});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Anchor() from the server but Anchor 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Anchor"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Arrow() from the server but Arrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Arrow"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Close() from the server but Close 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Close"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Content"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call Popover() from the server but Popover 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Popover"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverAnchor() from the server but PopoverAnchor 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverAnchor"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverArrow() from the server but PopoverArrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverArrow"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverClose() from the server but PopoverClose 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverClose"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverContent() from the server but PopoverContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverContent"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverPortal() from the server but PopoverPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverPortal"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverTrigger() from the server but PopoverTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverTrigger"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Portal"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Root"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Trigger"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call createPopoverScope() from the server but createPopoverScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","createPopoverScope")},70952:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Collapsible:()=>s,CollapsibleContent:()=>w,CollapsibleTrigger:()=>u,Content:()=>B,Root:()=>z,Trigger:()=>A,createCollapsibleScope:()=>p});var d=c(21968),e=c(22546),f=c(42990),g=c(15035),h=c(35439),i=c(96090),j=c(16551),k=c(5030),l=c(22243),m=c(10837),n="Collapsible",[o,p]=(0,f.A)(n),[q,r]=o(n),s=d.forwardRef((a,b)=>{let{__scopeCollapsible:c,open:e,defaultOpen:f,disabled:h,onOpenChange:i,...k}=a,[o,p]=(0,g.i)({prop:e,defaultProp:f??!1,onChange:i,caller:n});return(0,m.jsx)(q,{scope:c,disabled:h,contentId:(0,l.B)(),open:o,onOpenToggle:d.useCallback(()=>p(a=>!a),[p]),children:(0,m.jsx)(j.sG.div,{"data-state":y(o),"data-disabled":h?"":void 0,...k,ref:b})})});s.displayName=n;var t="CollapsibleTrigger",u=d.forwardRef((a,b)=>{let{__scopeCollapsible:c,...d}=a,f=r(t,c);return(0,m.jsx)(j.sG.button,{type:"button","aria-controls":f.contentId,"aria-expanded":f.open||!1,"data-state":y(f.open),"data-disabled":f.disabled?"":void 0,disabled:f.disabled,...d,ref:b,onClick:(0,e.mK)(a.onClick,f.onOpenToggle)})});u.displayName=t;var v="CollapsibleContent",w=d.forwardRef((a,b)=>{let{forceMount:c,...d}=a,e=r(v,a.__scopeCollapsible);return(0,m.jsx)(k.C,{present:c||e.open,children:({present:a})=>(0,m.jsx)(x,{...d,ref:b,present:a})})});w.displayName=v;var x=d.forwardRef((a,b)=>{let{__scopeCollapsible:c,present:e,children:f,...g}=a,k=r(v,c),[l,n]=d.useState(e),o=d.useRef(null),p=(0,i.s)(b,o),q=d.useRef(0),s=q.current,t=d.useRef(0),u=t.current,w=k.open||l,x=d.useRef(w),z=d.useRef(void 0);return d.useEffect(()=>{let a=requestAnimationFrame(()=>x.current=!1);return()=>cancelAnimationFrame(a)},[]),(0,h.N)(()=>{let a=o.current;if(a){z.current=z.current||{transitionDuration:a.style.transitionDuration,animationName:a.style.animationName},a.style.transitionDuration="0s",a.style.animationName="none";let b=a.getBoundingClientRect();q.current=b.height,t.current=b.width,x.current||(a.style.transitionDuration=z.current.transitionDuration,a.style.animationName=z.current.animationName),n(e)}},[k.open,e]),(0,m.jsx)(j.sG.div,{"data-state":y(k.open),"data-disabled":k.disabled?"":void 0,id:k.contentId,hidden:!w,...g,ref:p,style:{"--radix-collapsible-content-height":s?`${s}px`:void 0,"--radix-collapsible-content-width":u?`${u}px`:void 0,...a.style},children:w&&f})});function y(a){return a?"open":"closed"}var z=s,A=u,B=w},72229:(a,b,c)=>{"use strict";c.d(b,{b:()=>j});var d=c(21968),e=c(16551),f=c(10837),g="horizontal",h=["horizontal","vertical"],i=d.forwardRef((a,b)=>{var c;let{decorative:d,orientation:i=g,...j}=a,k=(c=i,h.includes(c))?i:g;return(0,f.jsx)(e.sG.div,{"data-orientation":k,...d?{role:"none"}:{"aria-orientation":"vertical"===k?k:void 0,role:"separator"},...j,ref:b})});i.displayName="Separator";var j=i},73814:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>e,CheckboxItem:()=>f,Content:()=>g,Group:()=>h,Item:()=>i,ItemIndicator:()=>j,Label:()=>k,Menu:()=>l,Menubar:()=>m,MenubarArrow:()=>n,MenubarCheckboxItem:()=>o,MenubarContent:()=>p,MenubarGroup:()=>q,MenubarItem:()=>r,MenubarItemIndicator:()=>s,MenubarLabel:()=>t,MenubarMenu:()=>u,MenubarPortal:()=>v,MenubarRadioGroup:()=>w,MenubarRadioItem:()=>x,MenubarSeparator:()=>y,MenubarSub:()=>z,MenubarSubContent:()=>A,MenubarSubTrigger:()=>B,MenubarTrigger:()=>C,Portal:()=>D,RadioGroup:()=>E,RadioItem:()=>F,Root:()=>G,Separator:()=>H,Sub:()=>I,SubContent:()=>J,SubTrigger:()=>K,Trigger:()=>L,createMenubarScope:()=>M});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Arrow() from the server but Arrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Arrow"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call CheckboxItem() from the server but CheckboxItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","CheckboxItem"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Content"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Group() from the server but Group 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Group"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call Item() from the server but Item 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Item"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call ItemIndicator() from the server but ItemIndicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","ItemIndicator"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call Label() from the server but Label 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Label"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call Menu() from the server but Menu 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Menu"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call Menubar() from the server but Menubar 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Menubar"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarArrow() from the server but MenubarArrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarArrow"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarCheckboxItem() from the server but MenubarCheckboxItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarCheckboxItem"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarContent() from the server but MenubarContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarContent"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarGroup() from the server but MenubarGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarGroup"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarItem() from the server but MenubarItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarItem"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarItemIndicator() from the server but MenubarItemIndicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarItemIndicator"),t=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarLabel() from the server but MenubarLabel 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarLabel"),u=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarMenu() from the server but MenubarMenu 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarMenu"),v=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarPortal() from the server but MenubarPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarPortal"),w=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarRadioGroup() from the server but MenubarRadioGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarRadioGroup"),x=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarRadioItem() from the server but MenubarRadioItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarRadioItem"),y=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarSeparator() from the server but MenubarSeparator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarSeparator"),z=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarSub() from the server but MenubarSub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarSub"),A=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarSubContent() from the server but MenubarSubContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarSubContent"),B=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarSubTrigger() from the server but MenubarSubTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarSubTrigger"),C=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarTrigger() from the server but MenubarTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarTrigger"),D=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Portal"),E=(0,d.registerClientReference)(function(){throw Error("Attempted to call RadioGroup() from the server but RadioGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","RadioGroup"),F=(0,d.registerClientReference)(function(){throw Error("Attempted to call RadioItem() from the server but RadioItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","RadioItem"),G=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Root"),H=(0,d.registerClientReference)(function(){throw Error("Attempted to call Separator() from the server but Separator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Separator"),I=(0,d.registerClientReference)(function(){throw Error("Attempted to call Sub() from the server but Sub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Sub"),J=(0,d.registerClientReference)(function(){throw Error("Attempted to call SubContent() from the server but SubContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","SubContent"),K=(0,d.registerClientReference)(function(){throw Error("Attempted to call SubTrigger() from the server but SubTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","SubTrigger"),L=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Trigger"),M=(0,d.registerClientReference)(function(){throw Error("Attempted to call createMenubarScope() from the server but createMenubarScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","createMenubarScope")},73935:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Content:()=>av,Indicator:()=>au,Item:()=>ar,Link:()=>at,List:()=>aq,NavigationMenu:()=>H,NavigationMenuContent:()=>Z,NavigationMenuIndicator:()=>W,NavigationMenuItem:()=>Q,NavigationMenuLink:()=>U,NavigationMenuList:()=>M,NavigationMenuSub:()=>J,NavigationMenuTrigger:()=>S,NavigationMenuViewport:()=>ac,Root:()=>ao,Sub:()=>ap,Trigger:()=>as,Viewport:()=>aw,createNavigationMenuScope:()=>C});var d=c(21968),e=c(5217),f=c(42990),g=c(22546),h=c(16551),i=c(15035),j=c(96090),k=c(16305),l=c(5030),m=c(22243),n=c(2417),o=c(44768),p=c(29851),q=c(35439),r=c(87979),s=c(35014),t=c(10837),u="NavigationMenu",[v,w,x]=(0,n.N)(u),[y,z,A]=(0,n.N)(u),[B,C]=(0,f.A)(u,[x,A]),[D,E]=B(u),[F,G]=B(u),H=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,value:e,onValueChange:f,defaultValue:g,delayDuration:l=200,skipDelayDuration:m=300,orientation:n="horizontal",dir:o,...p}=a,[q,r]=d.useState(null),s=(0,j.s)(b,a=>r(a)),v=(0,k.jH)(o),w=d.useRef(0),x=d.useRef(0),y=d.useRef(0),[z,A]=d.useState(!0),[B,C]=(0,i.i)({prop:e,onChange:a=>{let b=m>0;""!==a?(window.clearTimeout(y.current),b&&A(!1)):(window.clearTimeout(y.current),y.current=window.setTimeout(()=>A(!0),m)),f?.(a)},defaultProp:g??"",caller:u}),D=d.useCallback(()=>{window.clearTimeout(x.current),x.current=window.setTimeout(()=>C(""),150)},[C]),E=d.useCallback(a=>{window.clearTimeout(x.current),C(a)},[C]),F=d.useCallback(a=>{B===a?window.clearTimeout(x.current):w.current=window.setTimeout(()=>{window.clearTimeout(x.current),C(a)},l)},[B,C,l]);return d.useEffect(()=>()=>{window.clearTimeout(w.current),window.clearTimeout(x.current),window.clearTimeout(y.current)},[]),(0,t.jsx)(K,{scope:c,isRootMenu:!0,value:B,dir:v,orientation:n,rootNavigationMenu:q,onTriggerEnter:a=>{window.clearTimeout(w.current),z?F(a):E(a)},onTriggerLeave:()=>{window.clearTimeout(w.current),D()},onContentEnter:()=>window.clearTimeout(x.current),onContentLeave:D,onItemSelect:a=>{C(b=>b===a?"":a)},onItemDismiss:()=>C(""),children:(0,t.jsx)(h.sG.nav,{"aria-label":"Main","data-orientation":n,dir:v,...p,ref:s})})});H.displayName=u;var I="NavigationMenuSub",J=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,value:d,onValueChange:e,defaultValue:f,orientation:g="horizontal",...j}=a,k=E(I,c),[l,m]=(0,i.i)({prop:d,onChange:e,defaultProp:f??"",caller:I});return(0,t.jsx)(K,{scope:c,isRootMenu:!1,value:l,dir:k.dir,orientation:g,rootNavigationMenu:k.rootNavigationMenu,onTriggerEnter:a=>m(a),onItemSelect:a=>m(a),onItemDismiss:()=>m(""),children:(0,t.jsx)(h.sG.div,{"data-orientation":g,...j,ref:b})})});J.displayName=I;var K=a=>{let{scope:b,isRootMenu:c,rootNavigationMenu:e,dir:f,orientation:g,children:h,value:i,onItemSelect:j,onItemDismiss:k,onTriggerEnter:l,onTriggerLeave:n,onContentEnter:o,onContentLeave:q}=a,[s,u]=d.useState(null),[w,x]=d.useState(new Map),[y,z]=d.useState(null);return(0,t.jsx)(D,{scope:b,isRootMenu:c,rootNavigationMenu:e,value:i,previousValue:(0,p.Z)(i),baseId:(0,m.B)(),dir:f,orientation:g,viewport:s,onViewportChange:u,indicatorTrack:y,onIndicatorTrackChange:z,onTriggerEnter:(0,r.c)(l),onTriggerLeave:(0,r.c)(n),onContentEnter:(0,r.c)(o),onContentLeave:(0,r.c)(q),onItemSelect:(0,r.c)(j),onItemDismiss:(0,r.c)(k),onViewportContentChange:d.useCallback((a,b)=>{x(c=>(c.set(a,b),new Map(c)))},[]),onViewportContentRemove:d.useCallback(a=>{x(b=>b.has(a)?(b.delete(a),new Map(b)):b)},[]),children:(0,t.jsx)(v.Provider,{scope:b,children:(0,t.jsx)(F,{scope:b,items:w,children:h})})})},L="NavigationMenuList",M=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,...d}=a,e=E(L,c),f=(0,t.jsx)(h.sG.ul,{"data-orientation":e.orientation,...d,ref:b});return(0,t.jsx)(h.sG.div,{style:{position:"relative"},ref:e.onIndicatorTrackChange,children:(0,t.jsx)(v.Slot,{scope:c,children:e.isRootMenu?(0,t.jsx)(ae,{asChild:!0,children:f}):f})})});M.displayName=L;var N="NavigationMenuItem",[O,P]=B(N),Q=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,value:e,...f}=a,g=(0,m.B)(),i=d.useRef(null),j=d.useRef(null),k=d.useRef(null),l=d.useRef(()=>{}),n=d.useRef(!1),o=d.useCallback((a="start")=>{if(i.current){l.current();let b=ah(i.current);b.length&&ai("start"===a?b:b.reverse())}},[]),p=d.useCallback(()=>{if(i.current){let a=ah(i.current);a.length&&(l.current=function(a){return a.forEach(a=>{a.dataset.tabindex=a.getAttribute("tabindex")||"",a.setAttribute("tabindex","-1")}),()=>{a.forEach(a=>{let b=a.dataset.tabindex;a.setAttribute("tabindex",b)})}}(a))}},[]);return(0,t.jsx)(O,{scope:c,value:e||g||"LEGACY_REACT_AUTO_VALUE",triggerRef:j,contentRef:i,focusProxyRef:k,wasEscapeCloseRef:n,onEntryKeyDown:o,onFocusProxyEnter:o,onRootContentClose:p,onContentFocusOutside:p,children:(0,t.jsx)(h.sG.li,{...f,ref:b})})});Q.displayName=N;var R="NavigationMenuTrigger",S=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,disabled:e,...f}=a,i=E(R,a.__scopeNavigationMenu),k=P(R,a.__scopeNavigationMenu),l=d.useRef(null),m=(0,j.s)(l,k.triggerRef,b),n=al(i.baseId,k.value),o=am(i.baseId,k.value),p=d.useRef(!1),q=d.useRef(!1),r=k.value===i.value;return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(v.ItemSlot,{scope:c,value:k.value,children:(0,t.jsx)(ag,{asChild:!0,children:(0,t.jsx)(h.sG.button,{id:n,disabled:e,"data-disabled":e?"":void 0,"data-state":ak(r),"aria-expanded":r,"aria-controls":o,...f,ref:m,onPointerEnter:(0,g.mK)(a.onPointerEnter,()=>{q.current=!1,k.wasEscapeCloseRef.current=!1}),onPointerMove:(0,g.mK)(a.onPointerMove,an(()=>{e||q.current||k.wasEscapeCloseRef.current||p.current||(i.onTriggerEnter(k.value),p.current=!0)})),onPointerLeave:(0,g.mK)(a.onPointerLeave,an(()=>{e||(i.onTriggerLeave(),p.current=!1)})),onClick:(0,g.mK)(a.onClick,()=>{i.onItemSelect(k.value),q.current=r}),onKeyDown:(0,g.mK)(a.onKeyDown,a=>{let b={horizontal:"ArrowDown",vertical:"rtl"===i.dir?"ArrowLeft":"ArrowRight"}[i.orientation];r&&a.key===b&&(k.onEntryKeyDown(),a.preventDefault())})})})}),r&&(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.bL,{"aria-hidden":!0,tabIndex:0,ref:k.focusProxyRef,onFocus:a=>{let b=k.contentRef.current,c=a.relatedTarget,d=c===l.current,e=b?.contains(c);(d||!e)&&k.onFocusProxyEnter(d?"start":"end")}}),i.viewport&&(0,t.jsx)("span",{"aria-owns":o})]})]})});S.displayName=R;var T="navigationMenu.linkSelect",U=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,active:d,onSelect:e,...f}=a;return(0,t.jsx)(ag,{asChild:!0,children:(0,t.jsx)(h.sG.a,{"data-active":d?"":void 0,"aria-current":d?"page":void 0,...f,ref:b,onClick:(0,g.mK)(a.onClick,a=>{let b=a.target,c=new CustomEvent(T,{bubbles:!0,cancelable:!0});if(b.addEventListener(T,a=>e?.(a),{once:!0}),(0,h.hO)(b,c),!c.defaultPrevented&&!a.metaKey){let a=new CustomEvent(_,{bubbles:!0,cancelable:!0});(0,h.hO)(b,a)}},{checkForDefaultPrevented:!1})})})});U.displayName="NavigationMenuLink";var V="NavigationMenuIndicator",W=d.forwardRef((a,b)=>{let{forceMount:c,...d}=a,f=E(V,a.__scopeNavigationMenu),g=!!f.value;return f.indicatorTrack?e.createPortal((0,t.jsx)(l.C,{present:c||g,children:(0,t.jsx)(X,{...d,ref:b})}),f.indicatorTrack):null});W.displayName=V;var X=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,...e}=a,f=E(V,c),g=w(c),[i,j]=d.useState(null),[k,l]=d.useState(null),m="horizontal"===f.orientation,n=!!f.value;d.useEffect(()=>{let a=g(),b=a.find(a=>a.value===f.value)?.ref.current;b&&j(b)},[g,f.value]);let o=()=>{i&&l({size:m?i.offsetWidth:i.offsetHeight,offset:m?i.offsetLeft:i.offsetTop})};return aj(i,o),aj(f.indicatorTrack,o),k?(0,t.jsx)(h.sG.div,{"aria-hidden":!0,"data-state":n?"visible":"hidden","data-orientation":f.orientation,...e,ref:b,style:{position:"absolute",...m?{left:0,width:k.size+"px",transform:`translateX(${k.offset}px)`}:{top:0,height:k.size+"px",transform:`translateY(${k.offset}px)`},...e.style}}):null}),Y="NavigationMenuContent",Z=d.forwardRef((a,b)=>{let{forceMount:c,...d}=a,e=E(Y,a.__scopeNavigationMenu),f=P(Y,a.__scopeNavigationMenu),h=(0,j.s)(f.contentRef,b),i=f.value===e.value,k={value:f.value,triggerRef:f.triggerRef,focusProxyRef:f.focusProxyRef,wasEscapeCloseRef:f.wasEscapeCloseRef,onContentFocusOutside:f.onContentFocusOutside,onRootContentClose:f.onRootContentClose,...d};return e.viewport?(0,t.jsx)($,{forceMount:c,...k,ref:h}):(0,t.jsx)(l.C,{present:c||i,children:(0,t.jsx)(aa,{"data-state":ak(i),...k,ref:h,onPointerEnter:(0,g.mK)(a.onPointerEnter,e.onContentEnter),onPointerLeave:(0,g.mK)(a.onPointerLeave,an(e.onContentLeave)),style:{pointerEvents:!i&&e.isRootMenu?"none":void 0,...k.style}})})});Z.displayName=Y;var $=d.forwardRef((a,b)=>{let{onViewportContentChange:c,onViewportContentRemove:d}=E(Y,a.__scopeNavigationMenu);return(0,q.N)(()=>{c(a.value,{ref:b,...a})},[a,b,c]),(0,q.N)(()=>()=>d(a.value),[a.value,d]),null}),_="navigationMenu.rootContentDismiss",aa=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,value:e,triggerRef:f,focusProxyRef:h,wasEscapeCloseRef:i,onRootContentClose:k,onContentFocusOutside:l,...m}=a,n=E(Y,c),p=d.useRef(null),q=(0,j.s)(p,b),r=al(n.baseId,e),s=am(n.baseId,e),u=w(c),v=d.useRef(null),{onItemDismiss:x}=n;d.useEffect(()=>{let a=p.current;if(n.isRootMenu&&a){let b=()=>{x(),k(),a.contains(document.activeElement)&&f.current?.focus()};return a.addEventListener(_,b),()=>a.removeEventListener(_,b)}},[n.isRootMenu,a.value,f,x,k]);let y=d.useMemo(()=>{let a=u().map(a=>a.value);"rtl"===n.dir&&a.reverse();let b=a.indexOf(n.value),c=a.indexOf(n.previousValue),d=e===n.value,f=c===a.indexOf(e);if(!d&&!f)return v.current;let g=(()=>{if(b!==c){if(d&&-1!==c)return b>c?"from-end":"from-start";if(f&&-1!==b)return b>c?"to-start":"to-end"}return null})();return v.current=g,g},[n.previousValue,n.value,n.dir,u,e]);return(0,t.jsx)(ae,{asChild:!0,children:(0,t.jsx)(o.qW,{id:s,"aria-labelledby":r,"data-motion":y,"data-orientation":n.orientation,...m,ref:q,disableOutsidePointerEvents:!1,onDismiss:()=>{let a=new Event(_,{bubbles:!0,cancelable:!0});p.current?.dispatchEvent(a)},onFocusOutside:(0,g.mK)(a.onFocusOutside,a=>{l();let b=a.target;n.rootNavigationMenu?.contains(b)&&a.preventDefault()}),onPointerDownOutside:(0,g.mK)(a.onPointerDownOutside,a=>{let b=a.target,c=u().some(a=>a.ref.current?.contains(b)),d=n.isRootMenu&&n.viewport?.contains(b);(c||d||!n.isRootMenu)&&a.preventDefault()}),onKeyDown:(0,g.mK)(a.onKeyDown,a=>{let b=a.altKey||a.ctrlKey||a.metaKey;if("Tab"===a.key&&!b){let b=ah(a.currentTarget),c=document.activeElement,d=b.findIndex(a=>a===c);ai(a.shiftKey?b.slice(0,d).reverse():b.slice(d+1,b.length))?a.preventDefault():h.current?.focus()}}),onEscapeKeyDown:(0,g.mK)(a.onEscapeKeyDown,a=>{i.current=!0})})})}),ab="NavigationMenuViewport",ac=d.forwardRef((a,b)=>{let{forceMount:c,...d}=a,e=!!E(ab,a.__scopeNavigationMenu).value;return(0,t.jsx)(l.C,{present:c||e,children:(0,t.jsx)(ad,{...d,ref:b})})});ac.displayName=ab;var ad=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,children:e,...f}=a,i=E(ab,c),k=(0,j.s)(b,i.onViewportChange),m=G(Y,a.__scopeNavigationMenu),[n,o]=d.useState(null),[p,q]=d.useState(null),r=n?n?.width+"px":void 0,s=n?n?.height+"px":void 0,u=!!i.value,v=u?i.value:i.previousValue;return aj(p,()=>{p&&o({width:p.offsetWidth,height:p.offsetHeight})}),(0,t.jsx)(h.sG.div,{"data-state":ak(u),"data-orientation":i.orientation,...f,ref:k,style:{pointerEvents:!u&&i.isRootMenu?"none":void 0,"--radix-navigation-menu-viewport-width":r,"--radix-navigation-menu-viewport-height":s,...f.style},onPointerEnter:(0,g.mK)(a.onPointerEnter,i.onContentEnter),onPointerLeave:(0,g.mK)(a.onPointerLeave,an(i.onContentLeave)),children:Array.from(m.items).map(([a,{ref:b,forceMount:c,...d}])=>{let e=v===a;return(0,t.jsx)(l.C,{present:c||e,children:(0,t.jsx)(aa,{...d,ref:(0,j.t)(b,a=>{e&&a&&q(a)})})},a)})})}),ae=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,...d}=a,e=E("FocusGroup",c);return(0,t.jsx)(y.Provider,{scope:c,children:(0,t.jsx)(y.Slot,{scope:c,children:(0,t.jsx)(h.sG.div,{dir:e.dir,...d,ref:b})})})}),af=["ArrowRight","ArrowLeft","ArrowUp","ArrowDown"],ag=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,...d}=a,e=z(c),f=E("FocusGroupItem",c);return(0,t.jsx)(y.ItemSlot,{scope:c,children:(0,t.jsx)(h.sG.button,{...d,ref:b,onKeyDown:(0,g.mK)(a.onKeyDown,a=>{if(["Home","End",...af].includes(a.key)){let b=e().map(a=>a.ref.current);if(["rtl"===f.dir?"ArrowRight":"ArrowLeft","ArrowUp","End"].includes(a.key)&&b.reverse(),af.includes(a.key)){let c=b.indexOf(a.currentTarget);b=b.slice(c+1)}setTimeout(()=>ai(b)),a.preventDefault()}})})})});function ah(a){let b=[],c=document.createTreeWalker(a,NodeFilter.SHOW_ELEMENT,{acceptNode:a=>{let b="INPUT"===a.tagName&&"hidden"===a.type;return a.disabled||a.hidden||b?NodeFilter.FILTER_SKIP:a.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;c.nextNode();)b.push(c.currentNode);return b}function ai(a){let b=document.activeElement;return a.some(a=>a===b||(a.focus(),document.activeElement!==b))}function aj(a,b){let c=(0,r.c)(b);(0,q.N)(()=>{let b=0;if(a){let d=new ResizeObserver(()=>{cancelAnimationFrame(b),b=window.requestAnimationFrame(c)});return d.observe(a),()=>{window.cancelAnimationFrame(b),d.unobserve(a)}}},[a,c])}function ak(a){return a?"open":"closed"}function al(a,b){return`${a}-trigger-${b}`}function am(a,b){return`${a}-content-${b}`}function an(a){return b=>"mouse"===b.pointerType?a(b):void 0}var ao=H,ap=J,aq=M,ar=Q,as=S,at=U,au=W,av=Z,aw=ac},80501:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>X,Content:()=>W,Portal:()=>V,Provider:()=>S,Root:()=>T,Tooltip:()=>C,TooltipArrow:()=>R,TooltipContent:()=>K,TooltipPortal:()=>I,TooltipProvider:()=>y,TooltipTrigger:()=>E,Trigger:()=>U,createTooltipScope:()=>s});var d=c(21968),e=c(22546),f=c(96090),g=c(42990),h=c(44768),i=c(22243),j=c(47536),k=c(66619),l=c(5030),m=c(16551),n=c(11156),o=c(15035),p=c(35014),q=c(10837),[r,s]=(0,g.A)("Tooltip",[j.Bk]),t=(0,j.Bk)(),u="TooltipProvider",v="tooltip.open",[w,x]=r(u),y=a=>{let{__scopeTooltip:b,delayDuration:c=700,skipDelayDuration:e=300,disableHoverableContent:f=!1,children:g}=a,h=d.useRef(!0),i=d.useRef(!1),j=d.useRef(0);return d.useEffect(()=>{let a=j.current;return()=>window.clearTimeout(a)},[]),(0,q.jsx)(w,{scope:b,isOpenDelayedRef:h,delayDuration:c,onOpen:d.useCallback(()=>{window.clearTimeout(j.current),h.current=!1},[]),onClose:d.useCallback(()=>{window.clearTimeout(j.current),j.current=window.setTimeout(()=>h.current=!0,e)},[e]),isPointerInTransitRef:i,onPointerInTransitChange:d.useCallback(a=>{i.current=a},[]),disableHoverableContent:f,children:g})};y.displayName=u;var z="Tooltip",[A,B]=r(z),C=a=>{let{__scopeTooltip:b,children:c,open:e,defaultOpen:f,onOpenChange:g,disableHoverableContent:h,delayDuration:k}=a,l=x(z,a.__scopeTooltip),m=t(b),[n,p]=d.useState(null),r=(0,i.B)(),s=d.useRef(0),u=h??l.disableHoverableContent,w=k??l.delayDuration,y=d.useRef(!1),[B,C]=(0,o.i)({prop:e,defaultProp:f??!1,onChange:a=>{a?(l.onOpen(),document.dispatchEvent(new CustomEvent(v))):l.onClose(),g?.(a)},caller:z}),D=d.useMemo(()=>B?y.current?"delayed-open":"instant-open":"closed",[B]),E=d.useCallback(()=>{window.clearTimeout(s.current),s.current=0,y.current=!1,C(!0)},[C]),F=d.useCallback(()=>{window.clearTimeout(s.current),s.current=0,C(!1)},[C]),G=d.useCallback(()=>{window.clearTimeout(s.current),s.current=window.setTimeout(()=>{y.current=!0,C(!0),s.current=0},w)},[w,C]);return d.useEffect(()=>()=>{s.current&&(window.clearTimeout(s.current),s.current=0)},[]),(0,q.jsx)(j.bL,{...m,children:(0,q.jsx)(A,{scope:b,contentId:r,open:B,stateAttribute:D,trigger:n,onTriggerChange:p,onTriggerEnter:d.useCallback(()=>{l.isOpenDelayedRef.current?G():E()},[l.isOpenDelayedRef,G,E]),onTriggerLeave:d.useCallback(()=>{u?F():(window.clearTimeout(s.current),s.current=0)},[F,u]),onOpen:E,onClose:F,disableHoverableContent:u,children:c})})};C.displayName=z;var D="TooltipTrigger",E=d.forwardRef((a,b)=>{let{__scopeTooltip:c,...g}=a,h=B(D,c),i=x(D,c),k=t(c),l=d.useRef(null),n=(0,f.s)(b,l,h.onTriggerChange),o=d.useRef(!1),p=d.useRef(!1),r=d.useCallback(()=>o.current=!1,[]);return d.useEffect(()=>()=>document.removeEventListener("pointerup",r),[r]),(0,q.jsx)(j.Mz,{asChild:!0,...k,children:(0,q.jsx)(m.sG.button,{"aria-describedby":h.open?h.contentId:void 0,"data-state":h.stateAttribute,...g,ref:n,onPointerMove:(0,e.mK)(a.onPointerMove,a=>{"touch"!==a.pointerType&&(p.current||i.isPointerInTransitRef.current||(h.onTriggerEnter(),p.current=!0))}),onPointerLeave:(0,e.mK)(a.onPointerLeave,()=>{h.onTriggerLeave(),p.current=!1}),onPointerDown:(0,e.mK)(a.onPointerDown,()=>{h.open&&h.onClose(),o.current=!0,document.addEventListener("pointerup",r,{once:!0})}),onFocus:(0,e.mK)(a.onFocus,()=>{o.current||h.onOpen()}),onBlur:(0,e.mK)(a.onBlur,h.onClose),onClick:(0,e.mK)(a.onClick,h.onClose)})})});E.displayName=D;var F="TooltipPortal",[G,H]=r(F,{forceMount:void 0}),I=a=>{let{__scopeTooltip:b,forceMount:c,children:d,container:e}=a,f=B(F,b);return(0,q.jsx)(G,{scope:b,forceMount:c,children:(0,q.jsx)(l.C,{present:c||f.open,children:(0,q.jsx)(k.Portal,{asChild:!0,container:e,children:d})})})};I.displayName=F;var J="TooltipContent",K=d.forwardRef((a,b)=>{let c=H(J,a.__scopeTooltip),{forceMount:d=c.forceMount,side:e="top",...f}=a,g=B(J,a.__scopeTooltip);return(0,q.jsx)(l.C,{present:d||g.open,children:g.disableHoverableContent?(0,q.jsx)(P,{side:e,...f,ref:b}):(0,q.jsx)(L,{side:e,...f,ref:b})})}),L=d.forwardRef((a,b)=>{let c=B(J,a.__scopeTooltip),e=x(J,a.__scopeTooltip),g=d.useRef(null),h=(0,f.s)(b,g),[i,j]=d.useState(null),{trigger:k,onClose:l}=c,m=g.current,{onPointerInTransitChange:n}=e,o=d.useCallback(()=>{j(null),n(!1)},[n]),p=d.useCallback((a,b)=>{let c=a.currentTarget,d={x:a.clientX,y:a.clientY},e=function(a,b){let c=Math.abs(b.top-a.y),d=Math.abs(b.bottom-a.y),e=Math.abs(b.right-a.x),f=Math.abs(b.left-a.x);switch(Math.min(c,d,e,f)){case f:return"left";case e:return"right";case c:return"top";case d:return"bottom";default:throw Error("unreachable")}}(d,c.getBoundingClientRect());j(function(a){let b=a.slice();return b.sort((a,b)=>a.x<b.x?-1:a.x>b.x?1:a.y<b.y?-1:1*!!(a.y>b.y)),function(a){if(a.length<=1)return a.slice();let b=[];for(let c=0;c<a.length;c++){let d=a[c];for(;b.length>=2;){let a=b[b.length-1],c=b[b.length-2];if((a.x-c.x)*(d.y-c.y)>=(a.y-c.y)*(d.x-c.x))b.pop();else break}b.push(d)}b.pop();let c=[];for(let b=a.length-1;b>=0;b--){let d=a[b];for(;c.length>=2;){let a=c[c.length-1],b=c[c.length-2];if((a.x-b.x)*(d.y-b.y)>=(a.y-b.y)*(d.x-b.x))c.pop();else break}c.push(d)}return(c.pop(),1===b.length&&1===c.length&&b[0].x===c[0].x&&b[0].y===c[0].y)?b:b.concat(c)}(b)}([...function(a,b,c=5){let d=[];switch(b){case"top":d.push({x:a.x-c,y:a.y+c},{x:a.x+c,y:a.y+c});break;case"bottom":d.push({x:a.x-c,y:a.y-c},{x:a.x+c,y:a.y-c});break;case"left":d.push({x:a.x+c,y:a.y-c},{x:a.x+c,y:a.y+c});break;case"right":d.push({x:a.x-c,y:a.y-c},{x:a.x-c,y:a.y+c})}return d}(d,e),...function(a){let{top:b,right:c,bottom:d,left:e}=a;return[{x:e,y:b},{x:c,y:b},{x:c,y:d},{x:e,y:d}]}(b.getBoundingClientRect())])),n(!0)},[n]);return d.useEffect(()=>()=>o(),[o]),d.useEffect(()=>{if(k&&m){let a=a=>p(a,m),b=a=>p(a,k);return k.addEventListener("pointerleave",a),m.addEventListener("pointerleave",b),()=>{k.removeEventListener("pointerleave",a),m.removeEventListener("pointerleave",b)}}},[k,m,p,o]),d.useEffect(()=>{if(i){let a=a=>{let b=a.target,c={x:a.clientX,y:a.clientY},d=k?.contains(b)||m?.contains(b),e=!function(a,b){let{x:c,y:d}=a,e=!1;for(let a=0,f=b.length-1;a<b.length;f=a++){let g=b[a],h=b[f],i=g.x,j=g.y,k=h.x,l=h.y;j>d!=l>d&&c<(k-i)*(d-j)/(l-j)+i&&(e=!e)}return e}(c,i);d?o():e&&(o(),l())};return document.addEventListener("pointermove",a),()=>document.removeEventListener("pointermove",a)}},[k,m,i,l,o]),(0,q.jsx)(P,{...a,ref:h})}),[M,N]=r(z,{isInside:!1}),O=(0,n.Dc)("TooltipContent"),P=d.forwardRef((a,b)=>{let{__scopeTooltip:c,children:e,"aria-label":f,onEscapeKeyDown:g,onPointerDownOutside:i,...k}=a,l=B(J,c),m=t(c),{onClose:n}=l;return d.useEffect(()=>(document.addEventListener(v,n),()=>document.removeEventListener(v,n)),[n]),d.useEffect(()=>{if(l.trigger){let a=a=>{let b=a.target;b?.contains(l.trigger)&&n()};return window.addEventListener("scroll",a,{capture:!0}),()=>window.removeEventListener("scroll",a,{capture:!0})}},[l.trigger,n]),(0,q.jsx)(h.qW,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:g,onPointerDownOutside:i,onFocusOutside:a=>a.preventDefault(),onDismiss:n,children:(0,q.jsxs)(j.UC,{"data-state":l.stateAttribute,...m,...k,ref:b,style:{...k.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[(0,q.jsx)(O,{children:e}),(0,q.jsx)(M,{scope:c,isInside:!0,children:(0,q.jsx)(p.bL,{id:l.contentId,role:"tooltip",children:f||e})})]})})});K.displayName=J;var Q="TooltipArrow",R=d.forwardRef((a,b)=>{let{__scopeTooltip:c,...d}=a,e=t(c);return N(Q,c).isInside?null:(0,q.jsx)(j.i3,{...e,...d,ref:b})});R.displayName=Q;var S=y,T=C,U=E,V=I,W=K,X=R},81448:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Control:()=>e,Field:()=>f,Form:()=>g,FormControl:()=>h,FormField:()=>i,FormLabel:()=>j,FormMessage:()=>k,FormSubmit:()=>l,FormValidityState:()=>m,Label:()=>n,Message:()=>o,Root:()=>p,Submit:()=>q,ValidityState:()=>r,createFormScope:()=>s});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Control() from the server but Control 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Control"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Field() from the server but Field 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Field"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Form() from the server but Form 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Form"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormControl() from the server but FormControl 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormControl"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormField() from the server but FormField 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormField"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormLabel() from the server but FormLabel 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormLabel"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormMessage() from the server but FormMessage 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormMessage"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormSubmit() from the server but FormSubmit 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormSubmit"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormValidityState() from the server but FormValidityState 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormValidityState"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call Label() from the server but Label 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Label"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call Message() from the server but Message 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Message"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Root"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call Submit() from the server but Submit 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Submit"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call ValidityState() from the server but ValidityState 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","ValidityState"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call createFormScope() from the server but createFormScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","createFormScope")},87827:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>e,CheckboxItem:()=>f,Content:()=>g,DropdownMenu:()=>h,DropdownMenuArrow:()=>i,DropdownMenuCheckboxItem:()=>j,DropdownMenuContent:()=>k,DropdownMenuGroup:()=>l,DropdownMenuItem:()=>m,DropdownMenuItemIndicator:()=>n,DropdownMenuLabel:()=>o,DropdownMenuPortal:()=>p,DropdownMenuRadioGroup:()=>q,DropdownMenuRadioItem:()=>r,DropdownMenuSeparator:()=>s,DropdownMenuSub:()=>t,DropdownMenuSubContent:()=>u,DropdownMenuSubTrigger:()=>v,DropdownMenuTrigger:()=>w,Group:()=>x,Item:()=>y,ItemIndicator:()=>z,Label:()=>A,Portal:()=>B,RadioGroup:()=>C,RadioItem:()=>D,Root:()=>E,Separator:()=>F,Sub:()=>G,SubContent:()=>H,SubTrigger:()=>I,Trigger:()=>J,createDropdownMenuScope:()=>K});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Arrow() from the server but Arrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Arrow"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call CheckboxItem() from the server but CheckboxItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","CheckboxItem"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Content"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenu() from the server but DropdownMenu 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenu"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuArrow() from the server but DropdownMenuArrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuArrow"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuCheckboxItem() from the server but DropdownMenuCheckboxItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuCheckboxItem"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuContent() from the server but DropdownMenuContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuContent"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuGroup() from the server but DropdownMenuGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuGroup"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuItem() from the server but DropdownMenuItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuItem"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuItemIndicator() from the server but DropdownMenuItemIndicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuItemIndicator"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuLabel() from the server but DropdownMenuLabel 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuLabel"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuPortal() from the server but DropdownMenuPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuPortal"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuRadioGroup() from the server but DropdownMenuRadioGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuRadioGroup"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuRadioItem() from the server but DropdownMenuRadioItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuRadioItem"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuSeparator() from the server but DropdownMenuSeparator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuSeparator"),t=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuSub() from the server but DropdownMenuSub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuSub"),u=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuSubContent() from the server but DropdownMenuSubContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuSubContent"),v=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuSubTrigger() from the server but DropdownMenuSubTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuSubTrigger"),w=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuTrigger() from the server but DropdownMenuTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuTrigger"),x=(0,d.registerClientReference)(function(){throw Error("Attempted to call Group() from the server but Group 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Group"),y=(0,d.registerClientReference)(function(){throw Error("Attempted to call Item() from the server but Item 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Item"),z=(0,d.registerClientReference)(function(){throw Error("Attempted to call ItemIndicator() from the server but ItemIndicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","ItemIndicator"),A=(0,d.registerClientReference)(function(){throw Error("Attempted to call Label() from the server but Label 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Label"),B=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Portal"),C=(0,d.registerClientReference)(function(){throw Error("Attempted to call RadioGroup() from the server but RadioGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","RadioGroup"),D=(0,d.registerClientReference)(function(){throw Error("Attempted to call RadioItem() from the server but RadioItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","RadioItem"),E=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Root"),F=(0,d.registerClientReference)(function(){throw Error("Attempted to call Separator() from the server but Separator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Separator"),G=(0,d.registerClientReference)(function(){throw Error("Attempted to call Sub() from the server but Sub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Sub"),H=(0,d.registerClientReference)(function(){throw Error("Attempted to call SubContent() from the server but SubContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","SubContent"),I=(0,d.registerClientReference)(function(){throw Error("Attempted to call SubTrigger() from the server but SubTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","SubTrigger"),J=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Trigger"),K=(0,d.registerClientReference)(function(){throw Error("Attempted to call createDropdownMenuScope() from the server but createDropdownMenuScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","createDropdownMenuScope")},89571:(a,b,c)=>{"use strict";c.d(b,{F:()=>g});var d=c(34269);let e=a=>"boolean"==typeof a?`${a}`:0===a?"0":a,f=d.$,g=(a,b)=>c=>{var d;if((null==b?void 0:b.variants)==null)return f(a,null==c?void 0:c.class,null==c?void 0:c.className);let{variants:g,defaultVariants:h}=b,i=Object.keys(g).map(a=>{let b=null==c?void 0:c[a],d=null==h?void 0:h[a];if(null===b)return null;let f=e(b)||e(d);return g[a][f]}),j=c&&Object.entries(c).reduce((a,b)=>{let[c,d]=b;return void 0===d||(a[c]=d),a},{});return f(a,i,null==b||null==(d=b.compoundVariants)?void 0:d.reduce((a,b)=>{let{class:c,className:d,...e}=b;return Object.entries(e).every(a=>{let[b,c]=a;return Array.isArray(c)?c.includes({...h,...j}[b]):({...h,...j})[b]===c})?[...a,c,d]:a},[]),null==c?void 0:c.class,null==c?void 0:c.className)}},92521:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Portal:()=>e,Root:()=>f});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._jqyasib42jsqbiagl3gpnsrs2e/node_modules/@radix-ui/react-portal/dist/index.mjs","Portal"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._jqyasib42jsqbiagl3gpnsrs2e/node_modules/@radix-ui/react-portal/dist/index.mjs","Root")},92851:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Action:()=>e,AlertDialog:()=>f,AlertDialogAction:()=>g,AlertDialogCancel:()=>h,AlertDialogContent:()=>i,AlertDialogDescription:()=>j,AlertDialogOverlay:()=>k,AlertDialogPortal:()=>l,AlertDialogTitle:()=>m,AlertDialogTrigger:()=>n,Cancel:()=>o,Content:()=>p,Description:()=>q,Overlay:()=>r,Portal:()=>s,Root:()=>t,Title:()=>u,Trigger:()=>v,createAlertDialogScope:()=>w});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Action() from the server but Action 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Action"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialog() from the server but AlertDialog 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialog"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogAction() from the server but AlertDialogAction 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogAction"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogCancel() from the server but AlertDialogCancel 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogCancel"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogContent() from the server but AlertDialogContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogContent"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogDescription() from the server but AlertDialogDescription 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogDescription"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogOverlay() from the server but AlertDialogOverlay 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogOverlay"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogPortal() from the server but AlertDialogPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogPortal"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogTitle() from the server but AlertDialogTitle 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogTitle"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogTrigger() from the server but AlertDialogTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogTrigger"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call Cancel() from the server but Cancel 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Cancel"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Content"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call Description() from the server but Description 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Description"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call Overlay() from the server but Overlay 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Overlay"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Portal"),t=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Root"),u=(0,d.registerClientReference)(function(){throw Error("Attempted to call Title() from the server but Title 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Title"),v=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Trigger"),w=(0,d.registerClientReference)(function(){throw Error("Attempted to call createAlertDialogScope() from the server but createAlertDialogScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","createAlertDialogScope")},94733:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Action:()=>e,Close:()=>f,Description:()=>g,Provider:()=>h,Root:()=>i,Title:()=>j,Toast:()=>k,ToastAction:()=>l,ToastClose:()=>m,ToastDescription:()=>n,ToastProvider:()=>o,ToastTitle:()=>p,ToastViewport:()=>q,Viewport:()=>r,createToastScope:()=>s});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Action() from the server but Action 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Action"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Close() from the server but Close 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Close"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Description() from the server but Description 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Description"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Provider() from the server but Provider 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Provider"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Root"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call Title() from the server but Title 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Title"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call Toast() from the server but Toast 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Toast"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToastAction() from the server but ToastAction 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastAction"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToastClose() from the server but ToastClose 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastClose"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToastDescription() from the server but ToastDescription 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastDescription"),o=(0,d.registerClientReference)(function(){throw 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastProvider"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToastTitle() from the server but ToastTitle 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastTitle"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToastViewport() from the server but ToastViewport 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastViewport"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call Viewport() from the server but Viewport 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Viewport"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call createToastScope() from the server but createToastScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","createToastScope")},97271:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Label:()=>e,Root:()=>f});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Label() from the server but Label 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_4tojha7iw5m6qjdvslf5stvqpm/node_modules/@radix-ui/react-label/dist/index.mjs","Label"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_4tojha7iw5m6qjdvslf5stvqpm/node_modules/@radix-ui/react-label/dist/index.mjs","Root")},98556:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>X,CheckboxItem:()=>S,Content:()=>O,ContextMenu:()=>r,ContextMenuArrow:()=>F,ContextMenuCheckboxItem:()=>A,ContextMenuContent:()=>w,ContextMenuGroup:()=>x,ContextMenuItem:()=>z,ContextMenuItemIndicator:()=>D,ContextMenuLabel:()=>y,ContextMenuPortal:()=>u,ContextMenuRadioGroup:()=>B,ContextMenuRadioItem:()=>C,ContextMenuSeparator:()=>E,ContextMenuSub:()=>H,ContextMenuSubContent:()=>J,ContextMenuSubTrigger:()=>I,ContextMenuTrigger:()=>t,Group:()=>P,Item:()=>R,ItemIndicator:()=>V,Label:()=>Q,Portal:()=>N,RadioGroup:()=>T,RadioItem:()=>U,Root:()=>L,Separator:()=>W,Sub:()=>Y,SubContent:()=>$,SubTrigger:()=>Z,Trigger:()=>M,createContextMenuScope:()=>n});var d=c(21968),e=c(22546),f=c(42990),g=c(16551),h=c(20266),i=c(87979),j=c(15035),k=c(10837),l="ContextMenu",[m,n]=(0,f.A)(l,[h.UE]),o=(0,h.UE)(),[p,q]=m(l),r=a=>{let{__scopeContextMenu:b,children:c,onOpenChange:e,dir:f,modal:g=!0}=a,[j,l]=d.useState(!1),m=o(b),n=(0,i.c)(e),q=d.useCallback(a=>{l(a),n(a)},[n]);return(0,k.jsx)(p,{scope:b,open:j,onOpenChange:q,modal:g,children:(0,k.jsx)(h.bL,{...m,dir:f,open:j,onOpenChange:q,modal:g,children:c})})};r.displayName=l;var s="ContextMenuTrigger",t=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,disabled:f=!1,...i}=a,j=q(s,c),l=o(c),m=d.useRef({x:0,y:0}),n=d.useRef({getBoundingClientRect:()=>DOMRect.fromRect({width:0,height:0,...m.current})}),p=d.useRef(0),r=d.useCallback(()=>window.clearTimeout(p.current),[]),t=a=>{m.current={x:a.clientX,y:a.clientY},j.onOpenChange(!0)};return d.useEffect(()=>r,[r]),d.useEffect(()=>void(f&&r()),[f,r]),(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)(h.Mz,{...l,virtualRef:n}),(0,k.jsx)(g.sG.span,{"data-state":j.open?"open":"closed","data-disabled":f?"":void 0,...i,ref:b,style:{WebkitTouchCallout:"none",...a.style},onContextMenu:f?a.onContextMenu:(0,e.mK)(a.onContextMenu,a=>{r(),t(a),a.preventDefault()}),onPointerDown:f?a.onPointerDown:(0,e.mK)(a.onPointerDown,K(a=>{r(),p.current=window.setTimeout(()=>t(a),700)})),onPointerMove:f?a.onPointerMove:(0,e.mK)(a.onPointerMove,K(r)),onPointerCancel:f?a.onPointerCancel:(0,e.mK)(a.onPointerCancel,K(r)),onPointerUp:f?a.onPointerUp:(0,e.mK)(a.onPointerUp,K(r))})]})});t.displayName=s;var u=a=>{let{__scopeContextMenu:b,...c}=a,d=o(b);return(0,k.jsx)(h.ZL,{...d,...c})};u.displayName="ContextMenuPortal";var v="ContextMenuContent",w=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...e}=a,f=q(v,c),g=o(c),i=d.useRef(!1);return(0,k.jsx)(h.UC,{...g,...e,ref:b,side:"right",sideOffset:2,align:"start",onCloseAutoFocus:b=>{a.onCloseAutoFocus?.(b),!b.defaultPrevented&&i.current&&b.preventDefault(),i.current=!1},onInteractOutside:b=>{a.onInteractOutside?.(b),b.defaultPrevented||f.modal||(i.current=!0)},style:{...a.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});w.displayName=v;var x=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.YJ,{...e,...d,ref:b})});x.displayName="ContextMenuGroup";var y=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.JU,{...e,...d,ref:b})});y.displayName="ContextMenuLabel";var z=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.q7,{...e,...d,ref:b})});z.displayName="ContextMenuItem";var A=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.H_,{...e,...d,ref:b})});A.displayName="ContextMenuCheckboxItem";var B=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.z6,{...e,...d,ref:b})});B.displayName="ContextMenuRadioGroup";var C=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.hN,{...e,...d,ref:b})});C.displayName="ContextMenuRadioItem";var D=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.VF,{...e,...d,ref:b})});D.displayName="ContextMenuItemIndicator";var E=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.wv,{...e,...d,ref:b})});E.displayName="ContextMenuSeparator";var F=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.i3,{...e,...d,ref:b})});F.displayName="ContextMenuArrow";var G="ContextMenuSub",H=a=>{let{__scopeContextMenu:b,children:c,onOpenChange:d,open:e,defaultOpen:f}=a,g=o(b),[i,l]=(0,j.i)({prop:e,defaultProp:f??!1,onChange:d,caller:G});return(0,k.jsx)(h.Pb,{...g,open:i,onOpenChange:l,children:c})};H.displayName=G;var I=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.ZP,{...e,...d,ref:b})});I.displayName="ContextMenuSubTrigger";var J=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.G5,{...e,...d,ref:b,style:{...a.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});function K(a){return b=>"mouse"!==b.pointerType?a(b):void 0}J.displayName="ContextMenuSubContent";var L=r,M=t,N=u,O=w,P=x,Q=y,R=z,S=A,T=B,U=C,V=D,W=E,X=F,Y=H,Z=I,$=J}};
|
|
6
|
+
Defaulting to \`null\`.`));let n=t(h,m)?h:null,o=r(n)?j(n,m):void 0;return(0,g.jsx)(k,{scope:e,value:n,max:m,children:(0,g.jsx)(f.sG.div,{"aria-valuemax":m,"aria-valuemin":0,"aria-valuenow":r(n)?n:void 0,"aria-valuetext":o,role:"progressbar","data-state":q(n,m),"data-value":n??void 0,"data-max":m,...l,ref:b})})});m.displayName=h;var n="ProgressIndicator",o=d.forwardRef((a,b)=>{let{__scopeProgress:c,...d}=a,e=l(n,c);return(0,g.jsx)(f.sG.div,{"data-state":q(e.value,e.max),"data-value":e.value??void 0,"data-max":e.max,...d,ref:b})});function p(a,b){return`${Math.round(a/b*100)}%`}function q(a,b){return null==a?"indeterminate":a===b?"complete":"loading"}function r(a){return"number"==typeof a}function s(a){return r(a)&&!isNaN(a)&&a>0}function t(a,b){return r(a)&&!isNaN(a)&&a<=b&&a>=0}o.displayName=n;var u=m,v=o},53392:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>e,Content:()=>f,HoverCard:()=>g,HoverCardArrow:()=>h,HoverCardContent:()=>i,HoverCardPortal:()=>j,HoverCardTrigger:()=>k,Portal:()=>l,Root:()=>m,Trigger:()=>n,createHoverCardScope:()=>o});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Arrow() from the server but Arrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","Arrow"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","Content"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call HoverCard() from the server but HoverCard 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","HoverCard"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call HoverCardArrow() from the server but HoverCardArrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","HoverCardArrow"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call HoverCardContent() from the server but HoverCardContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","HoverCardContent"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call HoverCardPortal() from the server but HoverCardPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","HoverCardPortal"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call HoverCardTrigger() from the server but HoverCardTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","HoverCardTrigger"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","Portal"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","Root"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","Trigger"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call createHoverCardScope() from the server but createHoverCardScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs","createHoverCardScope")},55212:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>ah,CheckboxItem:()=>ac,Content:()=>$,Group:()=>_,Item:()=>ab,ItemIndicator:()=>af,Label:()=>aa,Menu:()=>X,Menubar:()=>z,MenubarArrow:()=>R,MenubarCheckboxItem:()=>M,MenubarContent:()=>I,MenubarGroup:()=>J,MenubarItem:()=>L,MenubarItemIndicator:()=>P,MenubarLabel:()=>K,MenubarMenu:()=>D,MenubarPortal:()=>G,MenubarRadioGroup:()=>N,MenubarRadioItem:()=>O,MenubarSeparator:()=>Q,MenubarSub:()=>T,MenubarSubContent:()=>V,MenubarSubTrigger:()=>U,MenubarTrigger:()=>F,Portal:()=>Z,RadioGroup:()=>ad,RadioItem:()=>ae,Root:()=>W,Separator:()=>ag,Sub:()=>ai,SubContent:()=>ak,SubTrigger:()=>aj,Trigger:()=>Y,createMenubarScope:()=>u});var d=c(21968),e=c(2417),f=c(16305),g=c(22546),h=c(96090),i=c(42990),j=c(22243),k=c(20266),l=c(13700),m=c(16551),n=c(15035),o=c(10837),p="Menubar",[q,r,s]=(0,e.N)(p),[t,u]=(0,i.A)(p,[s,l.RG]),v=(0,k.UE)(),w=(0,l.RG)(),[x,y]=t(p),z=d.forwardRef((a,b)=>{let{__scopeMenubar:c,value:e,onValueChange:g,defaultValue:h,loop:i=!0,dir:j,...k}=a,r=(0,f.jH)(j),s=w(c),[t,u]=(0,n.i)({prop:e,onChange:g,defaultProp:h??"",caller:p}),[v,y]=d.useState(null);return(0,o.jsx)(x,{scope:c,value:t,onMenuOpen:d.useCallback(a=>{u(a),y(a)},[u]),onMenuClose:d.useCallback(()=>u(""),[u]),onMenuToggle:d.useCallback(a=>{u(b=>b?"":a),y(a)},[u]),dir:r,loop:i,children:(0,o.jsx)(q.Provider,{scope:c,children:(0,o.jsx)(q.Slot,{scope:c,children:(0,o.jsx)(l.bL,{asChild:!0,...s,orientation:"horizontal",loop:i,dir:r,currentTabStopId:v,onCurrentTabStopIdChange:y,children:(0,o.jsx)(m.sG.div,{role:"menubar",...k,ref:b})})})})})});z.displayName=p;var A="MenubarMenu",[B,C]=t(A),D=a=>{let{__scopeMenubar:b,value:c,...e}=a,f=(0,j.B)(),g=c||f||"LEGACY_REACT_AUTO_VALUE",h=y(A,b),i=v(b),l=d.useRef(null),m=d.useRef(!1),n=h.value===g;return d.useEffect(()=>{n||(m.current=!1)},[n]),(0,o.jsx)(B,{scope:b,value:g,triggerId:(0,j.B)(),triggerRef:l,contentId:(0,j.B)(),wasKeyboardTriggerOpenRef:m,children:(0,o.jsx)(k.bL,{...i,open:n,onOpenChange:a=>{a||h.onMenuClose()},modal:!1,dir:h.dir,...e})})};D.displayName=A;var E="MenubarTrigger",F=d.forwardRef((a,b)=>{let{__scopeMenubar:c,disabled:e=!1,...f}=a,i=w(c),j=v(c),n=y(E,c),p=C(E,c),r=d.useRef(null),s=(0,h.s)(b,r,p.triggerRef),[t,u]=d.useState(!1),x=n.value===p.value;return(0,o.jsx)(q.ItemSlot,{scope:c,value:p.value,disabled:e,children:(0,o.jsx)(l.q7,{asChild:!0,...i,focusable:!e,tabStopId:p.value,children:(0,o.jsx)(k.Mz,{asChild:!0,...j,children:(0,o.jsx)(m.sG.button,{type:"button",role:"menuitem",id:p.triggerId,"aria-haspopup":"menu","aria-expanded":x,"aria-controls":x?p.contentId:void 0,"data-highlighted":t?"":void 0,"data-state":x?"open":"closed","data-disabled":e?"":void 0,disabled:e,...f,ref:s,onPointerDown:(0,g.mK)(a.onPointerDown,a=>{!e&&0===a.button&&!1===a.ctrlKey&&(n.onMenuOpen(p.value),x||a.preventDefault())}),onPointerEnter:(0,g.mK)(a.onPointerEnter,()=>{n.value&&!x&&(n.onMenuOpen(p.value),r.current?.focus())}),onKeyDown:(0,g.mK)(a.onKeyDown,a=>{!e&&(["Enter"," "].includes(a.key)&&n.onMenuToggle(p.value),"ArrowDown"===a.key&&n.onMenuOpen(p.value),["Enter"," ","ArrowDown"].includes(a.key)&&(p.wasKeyboardTriggerOpenRef.current=!0,a.preventDefault()))}),onFocus:(0,g.mK)(a.onFocus,()=>u(!0)),onBlur:(0,g.mK)(a.onBlur,()=>u(!1))})})})})});F.displayName=E;var G=a=>{let{__scopeMenubar:b,...c}=a,d=v(b);return(0,o.jsx)(k.ZL,{...d,...c})};G.displayName="MenubarPortal";var H="MenubarContent",I=d.forwardRef((a,b)=>{let{__scopeMenubar:c,align:e="start",...f}=a,h=v(c),i=y(H,c),j=C(H,c),l=r(c),m=d.useRef(!1);return(0,o.jsx)(k.UC,{id:j.contentId,"aria-labelledby":j.triggerId,"data-radix-menubar-content":"",...h,...f,ref:b,align:e,onCloseAutoFocus:(0,g.mK)(a.onCloseAutoFocus,a=>{i.value||m.current||j.triggerRef.current?.focus(),m.current=!1,a.preventDefault()}),onFocusOutside:(0,g.mK)(a.onFocusOutside,a=>{let b=a.target;l().some(a=>a.ref.current?.contains(b))&&a.preventDefault()}),onInteractOutside:(0,g.mK)(a.onInteractOutside,()=>{m.current=!0}),onEntryFocus:a=>{j.wasKeyboardTriggerOpenRef.current||a.preventDefault()},onKeyDown:(0,g.mK)(a.onKeyDown,a=>{if(["ArrowRight","ArrowLeft"].includes(a.key)){let b=a.target,c=b.hasAttribute("data-radix-menubar-subtrigger"),d=b.closest("[data-radix-menubar-content]")!==a.currentTarget,e=("rtl"===i.dir?"ArrowRight":"ArrowLeft")===a.key;if(!e&&c||d&&e)return;let f=l().filter(a=>!a.disabled).map(a=>a.value);e&&f.reverse();let g=f.indexOf(j.value),[h]=f=i.loop?function(a,b){return a.map((c,d)=>a[(b+d)%a.length])}(f,g+1):f.slice(g+1);h&&i.onMenuOpen(h)}},{checkForDefaultPrevented:!1}),style:{...a.style,"--radix-menubar-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-menubar-content-available-width":"var(--radix-popper-available-width)","--radix-menubar-content-available-height":"var(--radix-popper-available-height)","--radix-menubar-trigger-width":"var(--radix-popper-anchor-width)","--radix-menubar-trigger-height":"var(--radix-popper-anchor-height)"}})});I.displayName=H;var J=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.YJ,{...e,...d,ref:b})});J.displayName="MenubarGroup";var K=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.JU,{...e,...d,ref:b})});K.displayName="MenubarLabel";var L=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.q7,{...e,...d,ref:b})});L.displayName="MenubarItem";var M=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.H_,{...e,...d,ref:b})});M.displayName="MenubarCheckboxItem";var N=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.z6,{...e,...d,ref:b})});N.displayName="MenubarRadioGroup";var O=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.hN,{...e,...d,ref:b})});O.displayName="MenubarRadioItem";var P=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.VF,{...e,...d,ref:b})});P.displayName="MenubarItemIndicator";var Q=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.wv,{...e,...d,ref:b})});Q.displayName="MenubarSeparator";var R=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.i3,{...e,...d,ref:b})});R.displayName="MenubarArrow";var S="MenubarSub",T=a=>{let{__scopeMenubar:b,children:c,open:d,onOpenChange:e,defaultOpen:f}=a,g=v(b),[h,i]=(0,n.i)({prop:d,defaultProp:f??!1,onChange:e,caller:S});return(0,o.jsx)(k.Pb,{...g,open:h,onOpenChange:i,children:c})};T.displayName=S;var U=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.ZP,{"data-radix-menubar-subtrigger":"",...e,...d,ref:b})});U.displayName="MenubarSubTrigger";var V=d.forwardRef((a,b)=>{let{__scopeMenubar:c,...d}=a,e=v(c);return(0,o.jsx)(k.G5,{...e,"data-radix-menubar-content":"",...d,ref:b,style:{...a.style,"--radix-menubar-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-menubar-content-available-width":"var(--radix-popper-available-width)","--radix-menubar-content-available-height":"var(--radix-popper-available-height)","--radix-menubar-trigger-width":"var(--radix-popper-anchor-width)","--radix-menubar-trigger-height":"var(--radix-popper-anchor-height)"}})});V.displayName="MenubarSubContent";var W=z,X=D,Y=F,Z=G,$=I,_=J,aa=K,ab=L,ac=M,ad=N,ae=O,af=P,ag=Q,ah=R,ai=T,aj=U,ak=V},59782:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Button:()=>D,Link:()=>E,Root:()=>B,Separator:()=>C,ToggleGroup:()=>F,ToggleItem:()=>G,Toolbar:()=>t,ToolbarButton:()=>w,ToolbarLink:()=>x,ToolbarSeparator:()=>v,ToolbarToggleGroup:()=>z,ToolbarToggleItem:()=>A,createToolbarScope:()=>o});var d=c(21968),e=c(22546),f=c(42990),g=c(13700),h=c(16551),i=c(72229),j=c(31284),k=c(16305),l=c(10837),m="Toolbar",[n,o]=(0,f.A)(m,[g.RG,j.createToggleGroupScope]),p=(0,g.RG)(),q=(0,j.createToggleGroupScope)(),[r,s]=n(m),t=d.forwardRef((a,b)=>{let{__scopeToolbar:c,orientation:d="horizontal",dir:e,loop:f=!0,...i}=a,j=p(c),m=(0,k.jH)(e);return(0,l.jsx)(r,{scope:c,orientation:d,dir:m,children:(0,l.jsx)(g.bL,{asChild:!0,...j,orientation:d,dir:m,loop:f,children:(0,l.jsx)(h.sG.div,{role:"toolbar","aria-orientation":d,dir:m,...i,ref:b})})})});t.displayName=m;var u="ToolbarSeparator",v=d.forwardRef((a,b)=>{let{__scopeToolbar:c,...d}=a,e=s(u,c);return(0,l.jsx)(i.b,{orientation:"horizontal"===e.orientation?"vertical":"horizontal",...d,ref:b})});v.displayName=u;var w=d.forwardRef((a,b)=>{let{__scopeToolbar:c,...d}=a,e=p(c);return(0,l.jsx)(g.q7,{asChild:!0,...e,focusable:!a.disabled,children:(0,l.jsx)(h.sG.button,{type:"button",...d,ref:b})})});w.displayName="ToolbarButton";var x=d.forwardRef((a,b)=>{let{__scopeToolbar:c,...d}=a,f=p(c);return(0,l.jsx)(g.q7,{asChild:!0,...f,focusable:!0,children:(0,l.jsx)(h.sG.a,{...d,ref:b,onKeyDown:(0,e.mK)(a.onKeyDown,a=>{" "===a.key&&a.currentTarget.click()})})})});x.displayName="ToolbarLink";var y="ToolbarToggleGroup",z=d.forwardRef((a,b)=>{let{__scopeToolbar:c,...d}=a,e=s(y,c),f=q(c);return(0,l.jsx)(j.Root,{"data-orientation":e.orientation,dir:e.dir,...f,...d,ref:b,rovingFocus:!1})});z.displayName=y;var A=d.forwardRef((a,b)=>{let{__scopeToolbar:c,...d}=a,e=q(c),f={__scopeToolbar:a.__scopeToolbar};return(0,l.jsx)(w,{asChild:!0,...f,children:(0,l.jsx)(j.Item,{...e,...d,ref:b})})});A.displayName="ToolbarToggleItem";var B=t,C=v,D=w,E=x,F=z,G=A},61298:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Item:()=>e,Root:()=>f,ToggleGroup:()=>g,ToggleGroupItem:()=>h,createToggleGroupScope:()=>i});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Item() from the server but Item 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","Item"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","Root"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToggleGroup() from the server but ToggleGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","ToggleGroup"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToggleGroupItem() from the server but ToggleGroupItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","ToggleGroupItem"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call createToggleGroupScope() from the server but createToggleGroupScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","createToggleGroupScope")},62329:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Content:()=>e,Indicator:()=>f,Item:()=>g,Link:()=>h,List:()=>i,NavigationMenu:()=>j,NavigationMenuContent:()=>k,NavigationMenuIndicator:()=>l,NavigationMenuItem:()=>m,NavigationMenuLink:()=>n,NavigationMenuList:()=>o,NavigationMenuSub:()=>p,NavigationMenuTrigger:()=>q,NavigationMenuViewport:()=>r,Root:()=>s,Sub:()=>t,Trigger:()=>u,Viewport:()=>v,createNavigationMenuScope:()=>w});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Content"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Indicator() from the server but Indicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Indicator"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Item() from the server but Item 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Item"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Link() from the server but Link 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Link"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call List() from the server but List 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","List"),j=(0,d.registerClientReference)(function(){throw 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenu"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuContent() from the server but NavigationMenuContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuContent"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuIndicator() from the server but NavigationMenuIndicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuIndicator"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuItem() from the server but NavigationMenuItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuItem"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuLink() from the server but NavigationMenuLink 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuLink"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuList() from the server but NavigationMenuList 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuList"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuSub() from the server but NavigationMenuSub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuSub"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuTrigger() from the server but NavigationMenuTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuTrigger"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call NavigationMenuViewport() from the server but NavigationMenuViewport 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","NavigationMenuViewport"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Root"),t=(0,d.registerClientReference)(function(){throw Error("Attempted to call Sub() from the server but Sub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Sub"),u=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Trigger"),v=(0,d.registerClientReference)(function(){throw Error("Attempted to call Viewport() from the server but Viewport 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","Viewport"),w=(0,d.registerClientReference)(function(){throw Error("Attempted to call createNavigationMenuScope() from the server but createNavigationMenuScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs","createNavigationMenuScope")},64098:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Collapsible:()=>e,CollapsibleContent:()=>f,CollapsibleTrigger:()=>g,Content:()=>h,Root:()=>i,Trigger:()=>j,createCollapsibleScope:()=>k});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Collapsible() from the server but Collapsible 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","Collapsible"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call CollapsibleContent() from the server but CollapsibleContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","CollapsibleContent"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call CollapsibleTrigger() from the server but CollapsibleTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","CollapsibleTrigger"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","Content"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","Root"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","Trigger"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call createCollapsibleScope() from the server but createCollapsibleScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs","createCollapsibleScope")},66529:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Icon:()=>B,Input:()=>v,PasswordToggleField:()=>t,PasswordToggleFieldIcon:()=>B,PasswordToggleFieldInput:()=>v,PasswordToggleFieldSlot:()=>z,PasswordToggleFieldToggle:()=>x,Root:()=>t,Slot:()=>z,Toggle:()=>x});var d=c(21968),e=c(5217),f=c(22546),g=c(15035),h=c(16551),i=c(96090),j=c(22243),k=c(23771),l=c(30970),m=c(42990),n=c(10837),o="PasswordToggleField",[p]=(0,m.A)(o),[q,r]=p(o),s={clickTriggered:!1,selectionStart:null,selectionEnd:null},t=({__scopePasswordToggleField:a,...b})=>{let c=(0,j.B)(b.id),e=`${c}-input`,[f,h]=d.useState(e),i=f??e,k=d.useCallback(a=>h(null!=a?String(a):null),[]),{visible:l,defaultVisible:m,onVisiblityChange:p,children:r}=b,[t=!1,u]=(0,g.i)({caller:o,prop:l,defaultProp:m??!1,onChange:p}),v=d.useRef(null),w=d.useRef(s);return(0,n.jsx)(q,{scope:a,inputId:i,inputRef:v,setVisible:u,syncInputId:k,visible:t,focusState:w,children:r})};t.displayName=o;var u=o+"Input",v=d.forwardRef(({__scopePasswordToggleField:a,autoComplete:b="current-password",autoCapitalize:c="off",spellCheck:e=!1,id:g,...j},k)=>{let{visible:m,inputRef:o,inputId:p,syncInputId:q,setVisible:s,focusState:t}=r(u,a);d.useEffect(()=>{q(g)},[g,q]);let v=(0,l.J)(s);return d.useEffect(()=>{let a=o.current,b=a?.form;if(!b)return;let c=new AbortController;return b.addEventListener("reset",a=>{a.defaultPrevented||v(!1)},{signal:c.signal}),b.addEventListener("submit",()=>{v(!1)},{signal:c.signal}),()=>{c.abort()}},[o,v]),(0,n.jsx)(h.sG.input,{...j,id:g??p,autoCapitalize:c,autoComplete:b,ref:(0,i.s)(k,o),spellCheck:e,type:m?"text":"password",onBlur:(0,f.mK)(j.onBlur,a=>{let{selectionStart:b,selectionEnd:c}=a.currentTarget;t.current.selectionStart=b,t.current.selectionEnd=c})})});v.displayName=u;var w=o+"Toggle",x=d.forwardRef(({__scopePasswordToggleField:a,onClick:b,onPointerDown:c,onPointerCancel:g,onPointerUp:j,onFocus:l,children:m,"aria-label":o,"aria-controls":p,"aria-hidden":q,tabIndex:t,...u},v)=>{let{setVisible:x,visible:y,inputRef:z,inputId:A,focusState:B}=r(w,a),[C,D]=d.useState(void 0),E=d.useRef(null),F=(0,i.s)(v,E),G=(0,k.z)();d.useEffect(()=>{let a=E.current;if(!a||o)return void D(void 0);let b=y?"Hide password":"Show password";function c(a){D(a?void 0:b)}c(a.textContent);let d=new MutationObserver(b=>{let d;for(let c of b)"characterData"===c.type&&a.textContent&&(d=a.textContent);c(d)});return d.observe(a,{characterData:!0,subtree:!0}),()=>{d.disconnect()}},[y,o]);let H=o||C;return G?p??=A:(q??=!0,t??=-1),d.useEffect(()=>{let a=()=>{},b=E.current?.ownerDocument?.defaultView||window,c=()=>B.current.clickTriggered=!1,d=()=>a=function(a,b,c){if(a.requestIdleCallback){let c=a.requestIdleCallback(b,void 0);return()=>{a.cancelIdleCallback(c)}}let d=Date.now(),e=a.setTimeout(()=>{b({didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-d))})},1);return()=>{a.clearTimeout(e)}}(b,c);return b.addEventListener("pointerup",d),()=>{a(),b.removeEventListener("pointerup",d)}},[B]),(0,n.jsx)(h.sG.button,{"aria-controls":p,"aria-hidden":q,"aria-label":H,ref:F,id:A,...u,onPointerDown:(0,f.mK)(c,()=>{B.current.clickTriggered=!0}),onPointerCancel:a=>{g?.(a),B.current=s},onClick:a=>{if(b?.(a),a.defaultPrevented){B.current=s;return}if((0,e.flushSync)(()=>{x(a=>!a)}),B.current.clickTriggered){let a=z.current;if(a){let{selectionStart:b,selectionEnd:c}=B.current;a.focus(),(null!==b||null!==c)&&requestAnimationFrame(()=>{a.ownerDocument.activeElement===a&&(a.selectionStart=b,a.selectionEnd=c)})}}B.current=s},onPointerUp:a=>{j?.(a),setTimeout(()=>{B.current=s},50)},type:"button",children:m})});x.displayName=w;var y=o+"Slot",z=({__scopePasswordToggleField:a,...b})=>{let{visible:c}=r(y,a);return"render"in b?b.render({visible:c}):c?b.visible:b.hidden};z.displayName=y;var A=o+"Icon",B=d.forwardRef(({__scopePasswordToggleField:a,children:b,...c},d)=>{let{visible:e}=r(A,a),{visible:f,hidden:g,...i}=c;return(0,n.jsx)(h.sG.svg,{...i,ref:d,"aria-hidden":!0,asChild:!0,children:e?f:g})});B.displayName=A},66542:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Close:()=>e,Content:()=>f,Description:()=>g,Dialog:()=>h,DialogClose:()=>i,DialogContent:()=>j,DialogDescription:()=>k,DialogOverlay:()=>l,DialogPortal:()=>m,DialogTitle:()=>n,DialogTrigger:()=>o,Overlay:()=>p,Portal:()=>q,Root:()=>r,Title:()=>s,Trigger:()=>t,WarningProvider:()=>u,createDialogScope:()=>v});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Close() from the server but Close 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Close"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Content"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Description() from the server but Description 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Description"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Dialog() from the server but Dialog 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Dialog"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogClose() from the server but DialogClose 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogClose"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogContent() from the server but DialogContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogContent"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogDescription() from the server but DialogDescription 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogDescription"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogOverlay() from the server but DialogOverlay 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogOverlay"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogPortal() from the server but DialogPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogPortal"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogTitle() from the server but DialogTitle 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogTitle"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call DialogTrigger() from the server but DialogTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","DialogTrigger"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call Overlay() from the server but Overlay 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Overlay"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Portal"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Root"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call Title() from the server but Title 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Title"),t=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","Trigger"),u=(0,d.registerClientReference)(function(){throw Error("Attempted to call WarningProvider() from the server but WarningProvider 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","WarningProvider"),v=(0,d.registerClientReference)(function(){throw Error("Attempted to call createDialogScope() from the server but createDialogScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs","createDialogScope")},69757:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Anchor:()=>e,Arrow:()=>f,Close:()=>g,Content:()=>h,Popover:()=>i,PopoverAnchor:()=>j,PopoverArrow:()=>k,PopoverClose:()=>l,PopoverContent:()=>m,PopoverPortal:()=>n,PopoverTrigger:()=>o,Portal:()=>p,Root:()=>q,Trigger:()=>r,createPopoverScope:()=>s});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Anchor() from the server but Anchor 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Anchor"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Arrow() from the server but Arrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Arrow"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Close() from the server but Close 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Close"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Content"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call Popover() from the server but Popover 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Popover"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverAnchor() from the server but PopoverAnchor 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverAnchor"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverArrow() from the server but PopoverArrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverArrow"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverClose() from the server but PopoverClose 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverClose"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverContent() from the server but PopoverContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverContent"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverPortal() from the server but PopoverPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverPortal"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call PopoverTrigger() from the server but PopoverTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","PopoverTrigger"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Portal"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Root"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","Trigger"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call createPopoverScope() from the server but createPopoverScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs","createPopoverScope")},72229:(a,b,c)=>{"use strict";c.d(b,{b:()=>j});var d=c(21968),e=c(16551),f=c(10837),g="horizontal",h=["horizontal","vertical"],i=d.forwardRef((a,b)=>{var c;let{decorative:d,orientation:i=g,...j}=a,k=(c=i,h.includes(c))?i:g;return(0,f.jsx)(e.sG.div,{"data-orientation":k,...d?{role:"none"}:{"aria-orientation":"vertical"===k?k:void 0,role:"separator"},...j,ref:b})});i.displayName="Separator";var j=i},73814:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>e,CheckboxItem:()=>f,Content:()=>g,Group:()=>h,Item:()=>i,ItemIndicator:()=>j,Label:()=>k,Menu:()=>l,Menubar:()=>m,MenubarArrow:()=>n,MenubarCheckboxItem:()=>o,MenubarContent:()=>p,MenubarGroup:()=>q,MenubarItem:()=>r,MenubarItemIndicator:()=>s,MenubarLabel:()=>t,MenubarMenu:()=>u,MenubarPortal:()=>v,MenubarRadioGroup:()=>w,MenubarRadioItem:()=>x,MenubarSeparator:()=>y,MenubarSub:()=>z,MenubarSubContent:()=>A,MenubarSubTrigger:()=>B,MenubarTrigger:()=>C,Portal:()=>D,RadioGroup:()=>E,RadioItem:()=>F,Root:()=>G,Separator:()=>H,Sub:()=>I,SubContent:()=>J,SubTrigger:()=>K,Trigger:()=>L,createMenubarScope:()=>M});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Arrow() from the server but Arrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Arrow"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call CheckboxItem() from the server but CheckboxItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","CheckboxItem"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Content"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Group() from the server but Group 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Group"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call Item() from the server but Item 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Item"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call ItemIndicator() from the server but ItemIndicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","ItemIndicator"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call Label() from the server but Label 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Label"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call Menu() from the server but Menu 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Menu"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call Menubar() from the server but Menubar 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Menubar"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarArrow() from the server but MenubarArrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarArrow"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarCheckboxItem() from the server but MenubarCheckboxItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarCheckboxItem"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarContent() from the server but MenubarContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarContent"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarGroup() from the server but MenubarGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarGroup"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarItem() from the server but MenubarItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarItem"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarItemIndicator() from the server but MenubarItemIndicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarItemIndicator"),t=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarLabel() from the server but MenubarLabel 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarLabel"),u=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarMenu() from the server but MenubarMenu 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarMenu"),v=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarPortal() from the server but MenubarPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarPortal"),w=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarRadioGroup() from the server but MenubarRadioGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarRadioGroup"),x=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarRadioItem() from the server but MenubarRadioItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarRadioItem"),y=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarSeparator() from the server but MenubarSeparator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarSeparator"),z=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarSub() from the server but MenubarSub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarSub"),A=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarSubContent() from the server but MenubarSubContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarSubContent"),B=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarSubTrigger() from the server but MenubarSubTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarSubTrigger"),C=(0,d.registerClientReference)(function(){throw Error("Attempted to call MenubarTrigger() from the server but MenubarTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","MenubarTrigger"),D=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Portal"),E=(0,d.registerClientReference)(function(){throw Error("Attempted to call RadioGroup() from the server but RadioGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","RadioGroup"),F=(0,d.registerClientReference)(function(){throw Error("Attempted to call RadioItem() from the server but RadioItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","RadioItem"),G=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Root"),H=(0,d.registerClientReference)(function(){throw Error("Attempted to call Separator() from the server but Separator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Separator"),I=(0,d.registerClientReference)(function(){throw Error("Attempted to call Sub() from the server but Sub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Sub"),J=(0,d.registerClientReference)(function(){throw Error("Attempted to call SubContent() from the server but SubContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","SubContent"),K=(0,d.registerClientReference)(function(){throw Error("Attempted to call SubTrigger() from the server but SubTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","SubTrigger"),L=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","Trigger"),M=(0,d.registerClientReference)(function(){throw Error("Attempted to call createMenubarScope() from the server but createMenubarScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs","createMenubarScope")},73935:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Content:()=>av,Indicator:()=>au,Item:()=>ar,Link:()=>at,List:()=>aq,NavigationMenu:()=>H,NavigationMenuContent:()=>Z,NavigationMenuIndicator:()=>W,NavigationMenuItem:()=>Q,NavigationMenuLink:()=>U,NavigationMenuList:()=>M,NavigationMenuSub:()=>J,NavigationMenuTrigger:()=>S,NavigationMenuViewport:()=>ac,Root:()=>ao,Sub:()=>ap,Trigger:()=>as,Viewport:()=>aw,createNavigationMenuScope:()=>C});var d=c(21968),e=c(5217),f=c(42990),g=c(22546),h=c(16551),i=c(15035),j=c(96090),k=c(16305),l=c(5030),m=c(22243),n=c(2417),o=c(44768),p=c(29851),q=c(35439),r=c(87979),s=c(35014),t=c(10837),u="NavigationMenu",[v,w,x]=(0,n.N)(u),[y,z,A]=(0,n.N)(u),[B,C]=(0,f.A)(u,[x,A]),[D,E]=B(u),[F,G]=B(u),H=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,value:e,onValueChange:f,defaultValue:g,delayDuration:l=200,skipDelayDuration:m=300,orientation:n="horizontal",dir:o,...p}=a,[q,r]=d.useState(null),s=(0,j.s)(b,a=>r(a)),v=(0,k.jH)(o),w=d.useRef(0),x=d.useRef(0),y=d.useRef(0),[z,A]=d.useState(!0),[B,C]=(0,i.i)({prop:e,onChange:a=>{let b=m>0;""!==a?(window.clearTimeout(y.current),b&&A(!1)):(window.clearTimeout(y.current),y.current=window.setTimeout(()=>A(!0),m)),f?.(a)},defaultProp:g??"",caller:u}),D=d.useCallback(()=>{window.clearTimeout(x.current),x.current=window.setTimeout(()=>C(""),150)},[C]),E=d.useCallback(a=>{window.clearTimeout(x.current),C(a)},[C]),F=d.useCallback(a=>{B===a?window.clearTimeout(x.current):w.current=window.setTimeout(()=>{window.clearTimeout(x.current),C(a)},l)},[B,C,l]);return d.useEffect(()=>()=>{window.clearTimeout(w.current),window.clearTimeout(x.current),window.clearTimeout(y.current)},[]),(0,t.jsx)(K,{scope:c,isRootMenu:!0,value:B,dir:v,orientation:n,rootNavigationMenu:q,onTriggerEnter:a=>{window.clearTimeout(w.current),z?F(a):E(a)},onTriggerLeave:()=>{window.clearTimeout(w.current),D()},onContentEnter:()=>window.clearTimeout(x.current),onContentLeave:D,onItemSelect:a=>{C(b=>b===a?"":a)},onItemDismiss:()=>C(""),children:(0,t.jsx)(h.sG.nav,{"aria-label":"Main","data-orientation":n,dir:v,...p,ref:s})})});H.displayName=u;var I="NavigationMenuSub",J=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,value:d,onValueChange:e,defaultValue:f,orientation:g="horizontal",...j}=a,k=E(I,c),[l,m]=(0,i.i)({prop:d,onChange:e,defaultProp:f??"",caller:I});return(0,t.jsx)(K,{scope:c,isRootMenu:!1,value:l,dir:k.dir,orientation:g,rootNavigationMenu:k.rootNavigationMenu,onTriggerEnter:a=>m(a),onItemSelect:a=>m(a),onItemDismiss:()=>m(""),children:(0,t.jsx)(h.sG.div,{"data-orientation":g,...j,ref:b})})});J.displayName=I;var K=a=>{let{scope:b,isRootMenu:c,rootNavigationMenu:e,dir:f,orientation:g,children:h,value:i,onItemSelect:j,onItemDismiss:k,onTriggerEnter:l,onTriggerLeave:n,onContentEnter:o,onContentLeave:q}=a,[s,u]=d.useState(null),[w,x]=d.useState(new Map),[y,z]=d.useState(null);return(0,t.jsx)(D,{scope:b,isRootMenu:c,rootNavigationMenu:e,value:i,previousValue:(0,p.Z)(i),baseId:(0,m.B)(),dir:f,orientation:g,viewport:s,onViewportChange:u,indicatorTrack:y,onIndicatorTrackChange:z,onTriggerEnter:(0,r.c)(l),onTriggerLeave:(0,r.c)(n),onContentEnter:(0,r.c)(o),onContentLeave:(0,r.c)(q),onItemSelect:(0,r.c)(j),onItemDismiss:(0,r.c)(k),onViewportContentChange:d.useCallback((a,b)=>{x(c=>(c.set(a,b),new Map(c)))},[]),onViewportContentRemove:d.useCallback(a=>{x(b=>b.has(a)?(b.delete(a),new Map(b)):b)},[]),children:(0,t.jsx)(v.Provider,{scope:b,children:(0,t.jsx)(F,{scope:b,items:w,children:h})})})},L="NavigationMenuList",M=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,...d}=a,e=E(L,c),f=(0,t.jsx)(h.sG.ul,{"data-orientation":e.orientation,...d,ref:b});return(0,t.jsx)(h.sG.div,{style:{position:"relative"},ref:e.onIndicatorTrackChange,children:(0,t.jsx)(v.Slot,{scope:c,children:e.isRootMenu?(0,t.jsx)(ae,{asChild:!0,children:f}):f})})});M.displayName=L;var N="NavigationMenuItem",[O,P]=B(N),Q=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,value:e,...f}=a,g=(0,m.B)(),i=d.useRef(null),j=d.useRef(null),k=d.useRef(null),l=d.useRef(()=>{}),n=d.useRef(!1),o=d.useCallback((a="start")=>{if(i.current){l.current();let b=ah(i.current);b.length&&ai("start"===a?b:b.reverse())}},[]),p=d.useCallback(()=>{if(i.current){let a=ah(i.current);a.length&&(l.current=function(a){return a.forEach(a=>{a.dataset.tabindex=a.getAttribute("tabindex")||"",a.setAttribute("tabindex","-1")}),()=>{a.forEach(a=>{let b=a.dataset.tabindex;a.setAttribute("tabindex",b)})}}(a))}},[]);return(0,t.jsx)(O,{scope:c,value:e||g||"LEGACY_REACT_AUTO_VALUE",triggerRef:j,contentRef:i,focusProxyRef:k,wasEscapeCloseRef:n,onEntryKeyDown:o,onFocusProxyEnter:o,onRootContentClose:p,onContentFocusOutside:p,children:(0,t.jsx)(h.sG.li,{...f,ref:b})})});Q.displayName=N;var R="NavigationMenuTrigger",S=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,disabled:e,...f}=a,i=E(R,a.__scopeNavigationMenu),k=P(R,a.__scopeNavigationMenu),l=d.useRef(null),m=(0,j.s)(l,k.triggerRef,b),n=al(i.baseId,k.value),o=am(i.baseId,k.value),p=d.useRef(!1),q=d.useRef(!1),r=k.value===i.value;return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(v.ItemSlot,{scope:c,value:k.value,children:(0,t.jsx)(ag,{asChild:!0,children:(0,t.jsx)(h.sG.button,{id:n,disabled:e,"data-disabled":e?"":void 0,"data-state":ak(r),"aria-expanded":r,"aria-controls":o,...f,ref:m,onPointerEnter:(0,g.mK)(a.onPointerEnter,()=>{q.current=!1,k.wasEscapeCloseRef.current=!1}),onPointerMove:(0,g.mK)(a.onPointerMove,an(()=>{e||q.current||k.wasEscapeCloseRef.current||p.current||(i.onTriggerEnter(k.value),p.current=!0)})),onPointerLeave:(0,g.mK)(a.onPointerLeave,an(()=>{e||(i.onTriggerLeave(),p.current=!1)})),onClick:(0,g.mK)(a.onClick,()=>{i.onItemSelect(k.value),q.current=r}),onKeyDown:(0,g.mK)(a.onKeyDown,a=>{let b={horizontal:"ArrowDown",vertical:"rtl"===i.dir?"ArrowLeft":"ArrowRight"}[i.orientation];r&&a.key===b&&(k.onEntryKeyDown(),a.preventDefault())})})})}),r&&(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.bL,{"aria-hidden":!0,tabIndex:0,ref:k.focusProxyRef,onFocus:a=>{let b=k.contentRef.current,c=a.relatedTarget,d=c===l.current,e=b?.contains(c);(d||!e)&&k.onFocusProxyEnter(d?"start":"end")}}),i.viewport&&(0,t.jsx)("span",{"aria-owns":o})]})]})});S.displayName=R;var T="navigationMenu.linkSelect",U=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,active:d,onSelect:e,...f}=a;return(0,t.jsx)(ag,{asChild:!0,children:(0,t.jsx)(h.sG.a,{"data-active":d?"":void 0,"aria-current":d?"page":void 0,...f,ref:b,onClick:(0,g.mK)(a.onClick,a=>{let b=a.target,c=new CustomEvent(T,{bubbles:!0,cancelable:!0});if(b.addEventListener(T,a=>e?.(a),{once:!0}),(0,h.hO)(b,c),!c.defaultPrevented&&!a.metaKey){let a=new CustomEvent(_,{bubbles:!0,cancelable:!0});(0,h.hO)(b,a)}},{checkForDefaultPrevented:!1})})})});U.displayName="NavigationMenuLink";var V="NavigationMenuIndicator",W=d.forwardRef((a,b)=>{let{forceMount:c,...d}=a,f=E(V,a.__scopeNavigationMenu),g=!!f.value;return f.indicatorTrack?e.createPortal((0,t.jsx)(l.C,{present:c||g,children:(0,t.jsx)(X,{...d,ref:b})}),f.indicatorTrack):null});W.displayName=V;var X=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,...e}=a,f=E(V,c),g=w(c),[i,j]=d.useState(null),[k,l]=d.useState(null),m="horizontal"===f.orientation,n=!!f.value;d.useEffect(()=>{let a=g(),b=a.find(a=>a.value===f.value)?.ref.current;b&&j(b)},[g,f.value]);let o=()=>{i&&l({size:m?i.offsetWidth:i.offsetHeight,offset:m?i.offsetLeft:i.offsetTop})};return aj(i,o),aj(f.indicatorTrack,o),k?(0,t.jsx)(h.sG.div,{"aria-hidden":!0,"data-state":n?"visible":"hidden","data-orientation":f.orientation,...e,ref:b,style:{position:"absolute",...m?{left:0,width:k.size+"px",transform:`translateX(${k.offset}px)`}:{top:0,height:k.size+"px",transform:`translateY(${k.offset}px)`},...e.style}}):null}),Y="NavigationMenuContent",Z=d.forwardRef((a,b)=>{let{forceMount:c,...d}=a,e=E(Y,a.__scopeNavigationMenu),f=P(Y,a.__scopeNavigationMenu),h=(0,j.s)(f.contentRef,b),i=f.value===e.value,k={value:f.value,triggerRef:f.triggerRef,focusProxyRef:f.focusProxyRef,wasEscapeCloseRef:f.wasEscapeCloseRef,onContentFocusOutside:f.onContentFocusOutside,onRootContentClose:f.onRootContentClose,...d};return e.viewport?(0,t.jsx)($,{forceMount:c,...k,ref:h}):(0,t.jsx)(l.C,{present:c||i,children:(0,t.jsx)(aa,{"data-state":ak(i),...k,ref:h,onPointerEnter:(0,g.mK)(a.onPointerEnter,e.onContentEnter),onPointerLeave:(0,g.mK)(a.onPointerLeave,an(e.onContentLeave)),style:{pointerEvents:!i&&e.isRootMenu?"none":void 0,...k.style}})})});Z.displayName=Y;var $=d.forwardRef((a,b)=>{let{onViewportContentChange:c,onViewportContentRemove:d}=E(Y,a.__scopeNavigationMenu);return(0,q.N)(()=>{c(a.value,{ref:b,...a})},[a,b,c]),(0,q.N)(()=>()=>d(a.value),[a.value,d]),null}),_="navigationMenu.rootContentDismiss",aa=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,value:e,triggerRef:f,focusProxyRef:h,wasEscapeCloseRef:i,onRootContentClose:k,onContentFocusOutside:l,...m}=a,n=E(Y,c),p=d.useRef(null),q=(0,j.s)(p,b),r=al(n.baseId,e),s=am(n.baseId,e),u=w(c),v=d.useRef(null),{onItemDismiss:x}=n;d.useEffect(()=>{let a=p.current;if(n.isRootMenu&&a){let b=()=>{x(),k(),a.contains(document.activeElement)&&f.current?.focus()};return a.addEventListener(_,b),()=>a.removeEventListener(_,b)}},[n.isRootMenu,a.value,f,x,k]);let y=d.useMemo(()=>{let a=u().map(a=>a.value);"rtl"===n.dir&&a.reverse();let b=a.indexOf(n.value),c=a.indexOf(n.previousValue),d=e===n.value,f=c===a.indexOf(e);if(!d&&!f)return v.current;let g=(()=>{if(b!==c){if(d&&-1!==c)return b>c?"from-end":"from-start";if(f&&-1!==b)return b>c?"to-start":"to-end"}return null})();return v.current=g,g},[n.previousValue,n.value,n.dir,u,e]);return(0,t.jsx)(ae,{asChild:!0,children:(0,t.jsx)(o.qW,{id:s,"aria-labelledby":r,"data-motion":y,"data-orientation":n.orientation,...m,ref:q,disableOutsidePointerEvents:!1,onDismiss:()=>{let a=new Event(_,{bubbles:!0,cancelable:!0});p.current?.dispatchEvent(a)},onFocusOutside:(0,g.mK)(a.onFocusOutside,a=>{l();let b=a.target;n.rootNavigationMenu?.contains(b)&&a.preventDefault()}),onPointerDownOutside:(0,g.mK)(a.onPointerDownOutside,a=>{let b=a.target,c=u().some(a=>a.ref.current?.contains(b)),d=n.isRootMenu&&n.viewport?.contains(b);(c||d||!n.isRootMenu)&&a.preventDefault()}),onKeyDown:(0,g.mK)(a.onKeyDown,a=>{let b=a.altKey||a.ctrlKey||a.metaKey;if("Tab"===a.key&&!b){let b=ah(a.currentTarget),c=document.activeElement,d=b.findIndex(a=>a===c);ai(a.shiftKey?b.slice(0,d).reverse():b.slice(d+1,b.length))?a.preventDefault():h.current?.focus()}}),onEscapeKeyDown:(0,g.mK)(a.onEscapeKeyDown,a=>{i.current=!0})})})}),ab="NavigationMenuViewport",ac=d.forwardRef((a,b)=>{let{forceMount:c,...d}=a,e=!!E(ab,a.__scopeNavigationMenu).value;return(0,t.jsx)(l.C,{present:c||e,children:(0,t.jsx)(ad,{...d,ref:b})})});ac.displayName=ab;var ad=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,children:e,...f}=a,i=E(ab,c),k=(0,j.s)(b,i.onViewportChange),m=G(Y,a.__scopeNavigationMenu),[n,o]=d.useState(null),[p,q]=d.useState(null),r=n?n?.width+"px":void 0,s=n?n?.height+"px":void 0,u=!!i.value,v=u?i.value:i.previousValue;return aj(p,()=>{p&&o({width:p.offsetWidth,height:p.offsetHeight})}),(0,t.jsx)(h.sG.div,{"data-state":ak(u),"data-orientation":i.orientation,...f,ref:k,style:{pointerEvents:!u&&i.isRootMenu?"none":void 0,"--radix-navigation-menu-viewport-width":r,"--radix-navigation-menu-viewport-height":s,...f.style},onPointerEnter:(0,g.mK)(a.onPointerEnter,i.onContentEnter),onPointerLeave:(0,g.mK)(a.onPointerLeave,an(i.onContentLeave)),children:Array.from(m.items).map(([a,{ref:b,forceMount:c,...d}])=>{let e=v===a;return(0,t.jsx)(l.C,{present:c||e,children:(0,t.jsx)(aa,{...d,ref:(0,j.t)(b,a=>{e&&a&&q(a)})})},a)})})}),ae=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,...d}=a,e=E("FocusGroup",c);return(0,t.jsx)(y.Provider,{scope:c,children:(0,t.jsx)(y.Slot,{scope:c,children:(0,t.jsx)(h.sG.div,{dir:e.dir,...d,ref:b})})})}),af=["ArrowRight","ArrowLeft","ArrowUp","ArrowDown"],ag=d.forwardRef((a,b)=>{let{__scopeNavigationMenu:c,...d}=a,e=z(c),f=E("FocusGroupItem",c);return(0,t.jsx)(y.ItemSlot,{scope:c,children:(0,t.jsx)(h.sG.button,{...d,ref:b,onKeyDown:(0,g.mK)(a.onKeyDown,a=>{if(["Home","End",...af].includes(a.key)){let b=e().map(a=>a.ref.current);if(["rtl"===f.dir?"ArrowRight":"ArrowLeft","ArrowUp","End"].includes(a.key)&&b.reverse(),af.includes(a.key)){let c=b.indexOf(a.currentTarget);b=b.slice(c+1)}setTimeout(()=>ai(b)),a.preventDefault()}})})})});function ah(a){let b=[],c=document.createTreeWalker(a,NodeFilter.SHOW_ELEMENT,{acceptNode:a=>{let b="INPUT"===a.tagName&&"hidden"===a.type;return a.disabled||a.hidden||b?NodeFilter.FILTER_SKIP:a.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;c.nextNode();)b.push(c.currentNode);return b}function ai(a){let b=document.activeElement;return a.some(a=>a===b||(a.focus(),document.activeElement!==b))}function aj(a,b){let c=(0,r.c)(b);(0,q.N)(()=>{let b=0;if(a){let d=new ResizeObserver(()=>{cancelAnimationFrame(b),b=window.requestAnimationFrame(c)});return d.observe(a),()=>{window.cancelAnimationFrame(b),d.unobserve(a)}}},[a,c])}function ak(a){return a?"open":"closed"}function al(a,b){return`${a}-trigger-${b}`}function am(a,b){return`${a}-content-${b}`}function an(a){return b=>"mouse"===b.pointerType?a(b):void 0}var ao=H,ap=J,aq=M,ar=Q,as=S,at=U,au=W,av=Z,aw=ac},80501:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>X,Content:()=>W,Portal:()=>V,Provider:()=>S,Root:()=>T,Tooltip:()=>C,TooltipArrow:()=>R,TooltipContent:()=>K,TooltipPortal:()=>I,TooltipProvider:()=>y,TooltipTrigger:()=>E,Trigger:()=>U,createTooltipScope:()=>s});var d=c(21968),e=c(22546),f=c(96090),g=c(42990),h=c(44768),i=c(22243),j=c(47536),k=c(66619),l=c(5030),m=c(16551),n=c(11156),o=c(15035),p=c(35014),q=c(10837),[r,s]=(0,g.A)("Tooltip",[j.Bk]),t=(0,j.Bk)(),u="TooltipProvider",v="tooltip.open",[w,x]=r(u),y=a=>{let{__scopeTooltip:b,delayDuration:c=700,skipDelayDuration:e=300,disableHoverableContent:f=!1,children:g}=a,h=d.useRef(!0),i=d.useRef(!1),j=d.useRef(0);return d.useEffect(()=>{let a=j.current;return()=>window.clearTimeout(a)},[]),(0,q.jsx)(w,{scope:b,isOpenDelayedRef:h,delayDuration:c,onOpen:d.useCallback(()=>{window.clearTimeout(j.current),h.current=!1},[]),onClose:d.useCallback(()=>{window.clearTimeout(j.current),j.current=window.setTimeout(()=>h.current=!0,e)},[e]),isPointerInTransitRef:i,onPointerInTransitChange:d.useCallback(a=>{i.current=a},[]),disableHoverableContent:f,children:g})};y.displayName=u;var z="Tooltip",[A,B]=r(z),C=a=>{let{__scopeTooltip:b,children:c,open:e,defaultOpen:f,onOpenChange:g,disableHoverableContent:h,delayDuration:k}=a,l=x(z,a.__scopeTooltip),m=t(b),[n,p]=d.useState(null),r=(0,i.B)(),s=d.useRef(0),u=h??l.disableHoverableContent,w=k??l.delayDuration,y=d.useRef(!1),[B,C]=(0,o.i)({prop:e,defaultProp:f??!1,onChange:a=>{a?(l.onOpen(),document.dispatchEvent(new CustomEvent(v))):l.onClose(),g?.(a)},caller:z}),D=d.useMemo(()=>B?y.current?"delayed-open":"instant-open":"closed",[B]),E=d.useCallback(()=>{window.clearTimeout(s.current),s.current=0,y.current=!1,C(!0)},[C]),F=d.useCallback(()=>{window.clearTimeout(s.current),s.current=0,C(!1)},[C]),G=d.useCallback(()=>{window.clearTimeout(s.current),s.current=window.setTimeout(()=>{y.current=!0,C(!0),s.current=0},w)},[w,C]);return d.useEffect(()=>()=>{s.current&&(window.clearTimeout(s.current),s.current=0)},[]),(0,q.jsx)(j.bL,{...m,children:(0,q.jsx)(A,{scope:b,contentId:r,open:B,stateAttribute:D,trigger:n,onTriggerChange:p,onTriggerEnter:d.useCallback(()=>{l.isOpenDelayedRef.current?G():E()},[l.isOpenDelayedRef,G,E]),onTriggerLeave:d.useCallback(()=>{u?F():(window.clearTimeout(s.current),s.current=0)},[F,u]),onOpen:E,onClose:F,disableHoverableContent:u,children:c})})};C.displayName=z;var D="TooltipTrigger",E=d.forwardRef((a,b)=>{let{__scopeTooltip:c,...g}=a,h=B(D,c),i=x(D,c),k=t(c),l=d.useRef(null),n=(0,f.s)(b,l,h.onTriggerChange),o=d.useRef(!1),p=d.useRef(!1),r=d.useCallback(()=>o.current=!1,[]);return d.useEffect(()=>()=>document.removeEventListener("pointerup",r),[r]),(0,q.jsx)(j.Mz,{asChild:!0,...k,children:(0,q.jsx)(m.sG.button,{"aria-describedby":h.open?h.contentId:void 0,"data-state":h.stateAttribute,...g,ref:n,onPointerMove:(0,e.mK)(a.onPointerMove,a=>{"touch"!==a.pointerType&&(p.current||i.isPointerInTransitRef.current||(h.onTriggerEnter(),p.current=!0))}),onPointerLeave:(0,e.mK)(a.onPointerLeave,()=>{h.onTriggerLeave(),p.current=!1}),onPointerDown:(0,e.mK)(a.onPointerDown,()=>{h.open&&h.onClose(),o.current=!0,document.addEventListener("pointerup",r,{once:!0})}),onFocus:(0,e.mK)(a.onFocus,()=>{o.current||h.onOpen()}),onBlur:(0,e.mK)(a.onBlur,h.onClose),onClick:(0,e.mK)(a.onClick,h.onClose)})})});E.displayName=D;var F="TooltipPortal",[G,H]=r(F,{forceMount:void 0}),I=a=>{let{__scopeTooltip:b,forceMount:c,children:d,container:e}=a,f=B(F,b);return(0,q.jsx)(G,{scope:b,forceMount:c,children:(0,q.jsx)(l.C,{present:c||f.open,children:(0,q.jsx)(k.Portal,{asChild:!0,container:e,children:d})})})};I.displayName=F;var J="TooltipContent",K=d.forwardRef((a,b)=>{let c=H(J,a.__scopeTooltip),{forceMount:d=c.forceMount,side:e="top",...f}=a,g=B(J,a.__scopeTooltip);return(0,q.jsx)(l.C,{present:d||g.open,children:g.disableHoverableContent?(0,q.jsx)(P,{side:e,...f,ref:b}):(0,q.jsx)(L,{side:e,...f,ref:b})})}),L=d.forwardRef((a,b)=>{let c=B(J,a.__scopeTooltip),e=x(J,a.__scopeTooltip),g=d.useRef(null),h=(0,f.s)(b,g),[i,j]=d.useState(null),{trigger:k,onClose:l}=c,m=g.current,{onPointerInTransitChange:n}=e,o=d.useCallback(()=>{j(null),n(!1)},[n]),p=d.useCallback((a,b)=>{let c=a.currentTarget,d={x:a.clientX,y:a.clientY},e=function(a,b){let c=Math.abs(b.top-a.y),d=Math.abs(b.bottom-a.y),e=Math.abs(b.right-a.x),f=Math.abs(b.left-a.x);switch(Math.min(c,d,e,f)){case f:return"left";case e:return"right";case c:return"top";case d:return"bottom";default:throw Error("unreachable")}}(d,c.getBoundingClientRect());j(function(a){let b=a.slice();return b.sort((a,b)=>a.x<b.x?-1:a.x>b.x?1:a.y<b.y?-1:1*!!(a.y>b.y)),function(a){if(a.length<=1)return a.slice();let b=[];for(let c=0;c<a.length;c++){let d=a[c];for(;b.length>=2;){let a=b[b.length-1],c=b[b.length-2];if((a.x-c.x)*(d.y-c.y)>=(a.y-c.y)*(d.x-c.x))b.pop();else break}b.push(d)}b.pop();let c=[];for(let b=a.length-1;b>=0;b--){let d=a[b];for(;c.length>=2;){let a=c[c.length-1],b=c[c.length-2];if((a.x-b.x)*(d.y-b.y)>=(a.y-b.y)*(d.x-b.x))c.pop();else break}c.push(d)}return(c.pop(),1===b.length&&1===c.length&&b[0].x===c[0].x&&b[0].y===c[0].y)?b:b.concat(c)}(b)}([...function(a,b,c=5){let d=[];switch(b){case"top":d.push({x:a.x-c,y:a.y+c},{x:a.x+c,y:a.y+c});break;case"bottom":d.push({x:a.x-c,y:a.y-c},{x:a.x+c,y:a.y-c});break;case"left":d.push({x:a.x+c,y:a.y-c},{x:a.x+c,y:a.y+c});break;case"right":d.push({x:a.x-c,y:a.y-c},{x:a.x-c,y:a.y+c})}return d}(d,e),...function(a){let{top:b,right:c,bottom:d,left:e}=a;return[{x:e,y:b},{x:c,y:b},{x:c,y:d},{x:e,y:d}]}(b.getBoundingClientRect())])),n(!0)},[n]);return d.useEffect(()=>()=>o(),[o]),d.useEffect(()=>{if(k&&m){let a=a=>p(a,m),b=a=>p(a,k);return k.addEventListener("pointerleave",a),m.addEventListener("pointerleave",b),()=>{k.removeEventListener("pointerleave",a),m.removeEventListener("pointerleave",b)}}},[k,m,p,o]),d.useEffect(()=>{if(i){let a=a=>{let b=a.target,c={x:a.clientX,y:a.clientY},d=k?.contains(b)||m?.contains(b),e=!function(a,b){let{x:c,y:d}=a,e=!1;for(let a=0,f=b.length-1;a<b.length;f=a++){let g=b[a],h=b[f],i=g.x,j=g.y,k=h.x,l=h.y;j>d!=l>d&&c<(k-i)*(d-j)/(l-j)+i&&(e=!e)}return e}(c,i);d?o():e&&(o(),l())};return document.addEventListener("pointermove",a),()=>document.removeEventListener("pointermove",a)}},[k,m,i,l,o]),(0,q.jsx)(P,{...a,ref:h})}),[M,N]=r(z,{isInside:!1}),O=(0,n.Dc)("TooltipContent"),P=d.forwardRef((a,b)=>{let{__scopeTooltip:c,children:e,"aria-label":f,onEscapeKeyDown:g,onPointerDownOutside:i,...k}=a,l=B(J,c),m=t(c),{onClose:n}=l;return d.useEffect(()=>(document.addEventListener(v,n),()=>document.removeEventListener(v,n)),[n]),d.useEffect(()=>{if(l.trigger){let a=a=>{let b=a.target;b?.contains(l.trigger)&&n()};return window.addEventListener("scroll",a,{capture:!0}),()=>window.removeEventListener("scroll",a,{capture:!0})}},[l.trigger,n]),(0,q.jsx)(h.qW,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:g,onPointerDownOutside:i,onFocusOutside:a=>a.preventDefault(),onDismiss:n,children:(0,q.jsxs)(j.UC,{"data-state":l.stateAttribute,...m,...k,ref:b,style:{...k.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[(0,q.jsx)(O,{children:e}),(0,q.jsx)(M,{scope:c,isInside:!0,children:(0,q.jsx)(p.bL,{id:l.contentId,role:"tooltip",children:f||e})})]})})});K.displayName=J;var Q="TooltipArrow",R=d.forwardRef((a,b)=>{let{__scopeTooltip:c,...d}=a,e=t(c);return N(Q,c).isInside?null:(0,q.jsx)(j.i3,{...e,...d,ref:b})});R.displayName=Q;var S=y,T=C,U=E,V=I,W=K,X=R},81448:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Control:()=>e,Field:()=>f,Form:()=>g,FormControl:()=>h,FormField:()=>i,FormLabel:()=>j,FormMessage:()=>k,FormSubmit:()=>l,FormValidityState:()=>m,Label:()=>n,Message:()=>o,Root:()=>p,Submit:()=>q,ValidityState:()=>r,createFormScope:()=>s});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Control() from the server but Control 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Control"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Field() from the server but Field 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Field"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Form() from the server but Form 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Form"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormControl() from the server but FormControl 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormControl"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormField() from the server but FormField 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormField"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormLabel() from the server but FormLabel 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormLabel"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormMessage() from the server but FormMessage 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormMessage"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormSubmit() from the server but FormSubmit 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormSubmit"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call FormValidityState() from the server but FormValidityState 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","FormValidityState"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call Label() from the server but Label 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Label"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call Message() from the server but Message 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Message"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Root"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call Submit() from the server but Submit 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","Submit"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call ValidityState() from the server but ValidityState 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","ValidityState"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call createFormScope() from the server but createFormScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs","createFormScope")},87827:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>e,CheckboxItem:()=>f,Content:()=>g,DropdownMenu:()=>h,DropdownMenuArrow:()=>i,DropdownMenuCheckboxItem:()=>j,DropdownMenuContent:()=>k,DropdownMenuGroup:()=>l,DropdownMenuItem:()=>m,DropdownMenuItemIndicator:()=>n,DropdownMenuLabel:()=>o,DropdownMenuPortal:()=>p,DropdownMenuRadioGroup:()=>q,DropdownMenuRadioItem:()=>r,DropdownMenuSeparator:()=>s,DropdownMenuSub:()=>t,DropdownMenuSubContent:()=>u,DropdownMenuSubTrigger:()=>v,DropdownMenuTrigger:()=>w,Group:()=>x,Item:()=>y,ItemIndicator:()=>z,Label:()=>A,Portal:()=>B,RadioGroup:()=>C,RadioItem:()=>D,Root:()=>E,Separator:()=>F,Sub:()=>G,SubContent:()=>H,SubTrigger:()=>I,Trigger:()=>J,createDropdownMenuScope:()=>K});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Arrow() from the server but Arrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Arrow"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call CheckboxItem() from the server but CheckboxItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","CheckboxItem"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Content"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenu() from the server but DropdownMenu 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenu"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuArrow() from the server but DropdownMenuArrow 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuArrow"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuCheckboxItem() from the server but DropdownMenuCheckboxItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuCheckboxItem"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuContent() from the server but DropdownMenuContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuContent"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuGroup() from the server but DropdownMenuGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuGroup"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuItem() from the server but DropdownMenuItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuItem"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuItemIndicator() from the server but DropdownMenuItemIndicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuItemIndicator"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuLabel() from the server but DropdownMenuLabel 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuLabel"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuPortal() from the server but DropdownMenuPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuPortal"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuRadioGroup() from the server but DropdownMenuRadioGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuRadioGroup"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuRadioItem() from the server but DropdownMenuRadioItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuRadioItem"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuSeparator() from the server but DropdownMenuSeparator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuSeparator"),t=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuSub() from the server but DropdownMenuSub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuSub"),u=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuSubContent() from the server but DropdownMenuSubContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuSubContent"),v=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuSubTrigger() from the server but DropdownMenuSubTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuSubTrigger"),w=(0,d.registerClientReference)(function(){throw Error("Attempted to call DropdownMenuTrigger() from the server but DropdownMenuTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","DropdownMenuTrigger"),x=(0,d.registerClientReference)(function(){throw Error("Attempted to call Group() from the server but Group 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Group"),y=(0,d.registerClientReference)(function(){throw Error("Attempted to call Item() from the server but Item 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Item"),z=(0,d.registerClientReference)(function(){throw Error("Attempted to call ItemIndicator() from the server but ItemIndicator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","ItemIndicator"),A=(0,d.registerClientReference)(function(){throw Error("Attempted to call Label() from the server but Label 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Label"),B=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Portal"),C=(0,d.registerClientReference)(function(){throw Error("Attempted to call RadioGroup() from the server but RadioGroup 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","RadioGroup"),D=(0,d.registerClientReference)(function(){throw Error("Attempted to call RadioItem() from the server but RadioItem 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","RadioItem"),E=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Root"),F=(0,d.registerClientReference)(function(){throw Error("Attempted to call Separator() from the server but Separator 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Separator"),G=(0,d.registerClientReference)(function(){throw Error("Attempted to call Sub() from the server but Sub 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Sub"),H=(0,d.registerClientReference)(function(){throw Error("Attempted to call SubContent() from the server but SubContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","SubContent"),I=(0,d.registerClientReference)(function(){throw Error("Attempted to call SubTrigger() from the server but SubTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","SubTrigger"),J=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","Trigger"),K=(0,d.registerClientReference)(function(){throw Error("Attempted to call createDropdownMenuScope() from the server but createDropdownMenuScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","createDropdownMenuScope")},89571:(a,b,c)=>{"use strict";c.d(b,{F:()=>g});var d=c(34269);let e=a=>"boolean"==typeof a?`${a}`:0===a?"0":a,f=d.$,g=(a,b)=>c=>{var d;if((null==b?void 0:b.variants)==null)return f(a,null==c?void 0:c.class,null==c?void 0:c.className);let{variants:g,defaultVariants:h}=b,i=Object.keys(g).map(a=>{let b=null==c?void 0:c[a],d=null==h?void 0:h[a];if(null===b)return null;let f=e(b)||e(d);return g[a][f]}),j=c&&Object.entries(c).reduce((a,b)=>{let[c,d]=b;return void 0===d||(a[c]=d),a},{});return f(a,i,null==b||null==(d=b.compoundVariants)?void 0:d.reduce((a,b)=>{let{class:c,className:d,...e}=b;return Object.entries(e).every(a=>{let[b,c]=a;return Array.isArray(c)?c.includes({...h,...j}[b]):({...h,...j})[b]===c})?[...a,c,d]:a},[]),null==c?void 0:c.class,null==c?void 0:c.className)}},92521:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Portal:()=>e,Root:()=>f});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._jqyasib42jsqbiagl3gpnsrs2e/node_modules/@radix-ui/react-portal/dist/index.mjs","Portal"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._jqyasib42jsqbiagl3gpnsrs2e/node_modules/@radix-ui/react-portal/dist/index.mjs","Root")},92851:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Action:()=>e,AlertDialog:()=>f,AlertDialogAction:()=>g,AlertDialogCancel:()=>h,AlertDialogContent:()=>i,AlertDialogDescription:()=>j,AlertDialogOverlay:()=>k,AlertDialogPortal:()=>l,AlertDialogTitle:()=>m,AlertDialogTrigger:()=>n,Cancel:()=>o,Content:()=>p,Description:()=>q,Overlay:()=>r,Portal:()=>s,Root:()=>t,Title:()=>u,Trigger:()=>v,createAlertDialogScope:()=>w});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Action() from the server but Action 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Action"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialog() from the server but AlertDialog 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialog"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogAction() from the server but AlertDialogAction 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogAction"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogCancel() from the server but AlertDialogCancel 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogCancel"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogContent() from the server but AlertDialogContent 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogContent"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogDescription() from the server but AlertDialogDescription 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogDescription"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogOverlay() from the server but AlertDialogOverlay 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogOverlay"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogPortal() from the server but AlertDialogPortal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogPortal"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogTitle() from the server but AlertDialogTitle 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogTitle"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call AlertDialogTrigger() from the server but AlertDialogTrigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","AlertDialogTrigger"),o=(0,d.registerClientReference)(function(){throw Error("Attempted to call Cancel() from the server but Cancel 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Cancel"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call Content() from the server but Content 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Content"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call Description() from the server but Description 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Description"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call Overlay() from the server but Overlay 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Overlay"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call Portal() from the server but Portal 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Portal"),t=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Root"),u=(0,d.registerClientReference)(function(){throw Error("Attempted to call Title() from the server but Title 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Title"),v=(0,d.registerClientReference)(function(){throw Error("Attempted to call Trigger() from the server but Trigger 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","Trigger"),w=(0,d.registerClientReference)(function(){throw Error("Attempted to call createAlertDialogScope() from the server but createAlertDialogScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs","createAlertDialogScope")},94733:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Action:()=>e,Close:()=>f,Description:()=>g,Provider:()=>h,Root:()=>i,Title:()=>j,Toast:()=>k,ToastAction:()=>l,ToastClose:()=>m,ToastDescription:()=>n,ToastProvider:()=>o,ToastTitle:()=>p,ToastViewport:()=>q,Viewport:()=>r,createToastScope:()=>s});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Action() from the server but Action 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Action"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Close() from the server but Close 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Close"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Description() from the server but Description 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Description"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call Provider() from the server but Provider 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Provider"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Root"),j=(0,d.registerClientReference)(function(){throw Error("Attempted to call Title() from the server but Title 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Title"),k=(0,d.registerClientReference)(function(){throw Error("Attempted to call Toast() from the server but Toast 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Toast"),l=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToastAction() from the server but ToastAction 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastAction"),m=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToastClose() from the server but ToastClose 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastClose"),n=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToastDescription() from the server but ToastDescription 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastDescription"),o=(0,d.registerClientReference)(function(){throw 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastProvider"),p=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToastTitle() from the server but ToastTitle 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastTitle"),q=(0,d.registerClientReference)(function(){throw Error("Attempted to call ToastViewport() from the server but ToastViewport 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","ToastViewport"),r=(0,d.registerClientReference)(function(){throw Error("Attempted to call Viewport() from the server but Viewport 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","Viewport"),s=(0,d.registerClientReference)(function(){throw Error("Attempted to call createToastScope() from the server but createToastScope 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs","createToastScope")},97271:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Label:()=>e,Root:()=>f});var d=c(37143);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Label() from the server but Label 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_4tojha7iw5m6qjdvslf5stvqpm/node_modules/@radix-ui/react-label/dist/index.mjs","Label"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call Root() from the server but Root 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.")},"/home/ubuntu/dev/ai-pm/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_4tojha7iw5m6qjdvslf5stvqpm/node_modules/@radix-ui/react-label/dist/index.mjs","Root")},98556:(a,b,c)=>{"use strict";c.r(b),c.d(b,{Arrow:()=>X,CheckboxItem:()=>S,Content:()=>O,ContextMenu:()=>r,ContextMenuArrow:()=>F,ContextMenuCheckboxItem:()=>A,ContextMenuContent:()=>w,ContextMenuGroup:()=>x,ContextMenuItem:()=>z,ContextMenuItemIndicator:()=>D,ContextMenuLabel:()=>y,ContextMenuPortal:()=>u,ContextMenuRadioGroup:()=>B,ContextMenuRadioItem:()=>C,ContextMenuSeparator:()=>E,ContextMenuSub:()=>H,ContextMenuSubContent:()=>J,ContextMenuSubTrigger:()=>I,ContextMenuTrigger:()=>t,Group:()=>P,Item:()=>R,ItemIndicator:()=>V,Label:()=>Q,Portal:()=>N,RadioGroup:()=>T,RadioItem:()=>U,Root:()=>L,Separator:()=>W,Sub:()=>Y,SubContent:()=>$,SubTrigger:()=>Z,Trigger:()=>M,createContextMenuScope:()=>n});var d=c(21968),e=c(22546),f=c(42990),g=c(16551),h=c(20266),i=c(87979),j=c(15035),k=c(10837),l="ContextMenu",[m,n]=(0,f.A)(l,[h.UE]),o=(0,h.UE)(),[p,q]=m(l),r=a=>{let{__scopeContextMenu:b,children:c,onOpenChange:e,dir:f,modal:g=!0}=a,[j,l]=d.useState(!1),m=o(b),n=(0,i.c)(e),q=d.useCallback(a=>{l(a),n(a)},[n]);return(0,k.jsx)(p,{scope:b,open:j,onOpenChange:q,modal:g,children:(0,k.jsx)(h.bL,{...m,dir:f,open:j,onOpenChange:q,modal:g,children:c})})};r.displayName=l;var s="ContextMenuTrigger",t=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,disabled:f=!1,...i}=a,j=q(s,c),l=o(c),m=d.useRef({x:0,y:0}),n=d.useRef({getBoundingClientRect:()=>DOMRect.fromRect({width:0,height:0,...m.current})}),p=d.useRef(0),r=d.useCallback(()=>window.clearTimeout(p.current),[]),t=a=>{m.current={x:a.clientX,y:a.clientY},j.onOpenChange(!0)};return d.useEffect(()=>r,[r]),d.useEffect(()=>void(f&&r()),[f,r]),(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)(h.Mz,{...l,virtualRef:n}),(0,k.jsx)(g.sG.span,{"data-state":j.open?"open":"closed","data-disabled":f?"":void 0,...i,ref:b,style:{WebkitTouchCallout:"none",...a.style},onContextMenu:f?a.onContextMenu:(0,e.mK)(a.onContextMenu,a=>{r(),t(a),a.preventDefault()}),onPointerDown:f?a.onPointerDown:(0,e.mK)(a.onPointerDown,K(a=>{r(),p.current=window.setTimeout(()=>t(a),700)})),onPointerMove:f?a.onPointerMove:(0,e.mK)(a.onPointerMove,K(r)),onPointerCancel:f?a.onPointerCancel:(0,e.mK)(a.onPointerCancel,K(r)),onPointerUp:f?a.onPointerUp:(0,e.mK)(a.onPointerUp,K(r))})]})});t.displayName=s;var u=a=>{let{__scopeContextMenu:b,...c}=a,d=o(b);return(0,k.jsx)(h.ZL,{...d,...c})};u.displayName="ContextMenuPortal";var v="ContextMenuContent",w=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...e}=a,f=q(v,c),g=o(c),i=d.useRef(!1);return(0,k.jsx)(h.UC,{...g,...e,ref:b,side:"right",sideOffset:2,align:"start",onCloseAutoFocus:b=>{a.onCloseAutoFocus?.(b),!b.defaultPrevented&&i.current&&b.preventDefault(),i.current=!1},onInteractOutside:b=>{a.onInteractOutside?.(b),b.defaultPrevented||f.modal||(i.current=!0)},style:{...a.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});w.displayName=v;var x=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.YJ,{...e,...d,ref:b})});x.displayName="ContextMenuGroup";var y=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.JU,{...e,...d,ref:b})});y.displayName="ContextMenuLabel";var z=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.q7,{...e,...d,ref:b})});z.displayName="ContextMenuItem";var A=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.H_,{...e,...d,ref:b})});A.displayName="ContextMenuCheckboxItem";var B=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.z6,{...e,...d,ref:b})});B.displayName="ContextMenuRadioGroup";var C=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.hN,{...e,...d,ref:b})});C.displayName="ContextMenuRadioItem";var D=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.VF,{...e,...d,ref:b})});D.displayName="ContextMenuItemIndicator";var E=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.wv,{...e,...d,ref:b})});E.displayName="ContextMenuSeparator";var F=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.i3,{...e,...d,ref:b})});F.displayName="ContextMenuArrow";var G="ContextMenuSub",H=a=>{let{__scopeContextMenu:b,children:c,onOpenChange:d,open:e,defaultOpen:f}=a,g=o(b),[i,l]=(0,j.i)({prop:e,defaultProp:f??!1,onChange:d,caller:G});return(0,k.jsx)(h.Pb,{...g,open:i,onOpenChange:l,children:c})};H.displayName=G;var I=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.ZP,{...e,...d,ref:b})});I.displayName="ContextMenuSubTrigger";var J=d.forwardRef((a,b)=>{let{__scopeContextMenu:c,...d}=a,e=o(c);return(0,k.jsx)(h.G5,{...e,...d,ref:b,style:{...a.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});function K(a){return b=>"mouse"!==b.pointerType?a(b):void 0}J.displayName="ContextMenuSubContent";var L=r,M=t,N=u,O=w,P=x,Q=y,R=z,S=A,T=B,U=C,V=D,W=E,X=F,Y=H,Z=I,$=J}};
|