@attalabs/vinaya 0.19.3 → 0.21.0
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/README.md +81 -0
- package/aeg-root/contracts/archivist-tranche-archivist.md +2 -2
- package/aeg-root/contracts/tranche-archivist-planner.md +8 -8
- package/aeg-root/enforcement.md +18 -9
- package/aeg-root/milestone-model.md +3 -1
- package/aeg-root/process.md +5 -5
- package/aeg-root/roles/architect.md +2 -2
- package/aeg-root/roles/archivist.md +10 -11
- package/aeg-root/roles/brief-author.md +1 -1
- package/aeg-root/roles/developer.md +4 -3
- package/aeg-root/roles/planner.md +2 -2
- package/aeg-root/roles/principal.md +2 -1
- package/aeg-root/roles/tranche-archivist.md +5 -18
- package/aeg-root/skills/aeg/SKILL.md +30 -1
- package/aeg-root/skills/aeg-roles/SKILL.md +1 -1
- package/aeg-root/skills/brief-authoring/SKILL.md +2 -2
- package/aeg-root/state-machine.md +8 -6
- package/aeg-root/task-model.md +1 -1
- package/aeg-root/templates/issue-rationale-template.md +4 -4
- package/aeg-root/templates/pr-report-template.md +4 -0
- package/aeg-root/tranche-model.md +1 -1
- package/dist/checks/bin/check-body-bare-digits.js +473 -32
- package/dist/checks/bin/check-branch-topology.js +792 -11
- package/dist/checks/bin/check-brief-shape.js +353 -11
- package/dist/checks/bin/check-changeset-coverage.js +4156 -0
- package/dist/checks/bin/check-closes-n.js +792 -11
- package/dist/checks/bin/check-coherence.js +831 -15
- package/dist/checks/bin/check-dead-branch-push.js +353 -11
- package/dist/checks/bin/check-dispatch-readiness.js +996 -28
- package/dist/checks/bin/check-doc-coverage-push.js +449 -22
- package/dist/checks/bin/check-doc-coverage.js +449 -22
- package/dist/checks/bin/check-doctrine-portability.js +392 -15
- package/dist/checks/bin/check-evidence-fresh.js +462 -20
- package/dist/checks/bin/check-first-push-dispatch.js +898 -26
- package/dist/checks/bin/check-issue-assignment.js +792 -11
- package/dist/checks/bin/check-main-branch-refusal.js +3973 -0
- package/dist/checks/bin/check-no-disk-state.js +353 -11
- package/dist/checks/bin/check-quoted-command.js +4405 -0
- package/dist/checks/bin/check-reader-resolvable-prose.js +466 -20
- package/dist/checks/bin/check-registry-gates.js +467 -16
- package/dist/checks/bin/check-retired-vocabulary.js +465 -19
- package/dist/checks/bin/check-review-gate.js +392 -15
- package/dist/checks/bin/check-single-plan-pr.js +353 -11
- package/dist/checks/bin/check-test-plan.js +353 -11
- package/dist/checks/bin/check-token-collection-wired.js +3975 -0
- package/dist/checks/bin/check-workspace-escape.js +353 -11
- package/dist/index.js +1921 -420
- package/package.json +1 -1
- package/studio-standalone/_node_modules/@attalabs/vinaya/studio-standalone/_node_modules/@attalabs/aeg-core/bin/verify-coherence.ts +1089 -0
- package/studio-standalone/apps/vinaya-studio/web/.next/BUILD_ID +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/build-manifest.json +3 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/prerender-manifest.json +3 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/required-server-files.json +5 -0
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.html +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.rsc +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_not-found/page/server-reference-manifest.json +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_not-found/page.js +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/api/coherence/route.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/api/coherence/route.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/page/server-reference-manifest.json +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/page.js +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/backlog/page/server-reference-manifest.json +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/backlog/page.js +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/backlog/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/backlog/page_client-reference-manifest.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/page/server-reference-manifest.json +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/page.js +3 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/page_client-reference-manifest.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/page/server-reference-manifest.json +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/page.js +3 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/page_client-reference-manifest.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/page/server-reference-manifest.json +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/page.js +3 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/page_client-reference-manifest.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/tasks/[taskId]/page/server-reference-manifest.json +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/tasks/[taskId]/page.js +3 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/tasks/[taskId]/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/[name]/tranches/[slug]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/page/server-reference-manifest.json +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/page.js +3 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/projects/page_client-reference-manifest.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/tranches/page/server-reference-manifest.json +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/tranches/page.js +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/tranches/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/app/studio/tranches/page_client-reference-manifest.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/{[externals]__0pvgf28._.js → [externals]__1agj1ww._.js} +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/[root-of-the-server]__02a-3g8._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/1q96_modules_@clerk_nextjs_dist_esm_app-router_client_keyless-creator-reader_0lom2js.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__0053k9k._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__0112h-k._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__040smoa._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__0cxtq46._.js +25 -18
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__0o771t1._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/{[root-of-the-server]__03jepya._.js → [root-of-the-server]__0ozbaq0._.js} +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__0puovz5._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/{[root-of-the-server]__0ykun-j._.js → [root-of-the-server]__0z6dav-._.js} +3 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__18kqy4q._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__19jyp3m._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__1hs0dcu._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__1wc4-ip._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__1widio3._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__1yoa8tx._.js +3 -0
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_03x_w6q._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_0gvm3og._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_0lwxg63._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_0wxycau._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_0x999pb._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_1-6rzip._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_1fqw88f._.js +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/{_0zys35s._.js → _1mqrlbl._.js} +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/{_1c9b9j-._.js → _1mrtj0f._.js} +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/_1n0cnq-._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/{apps_vinaya-studio_web_src_app_studio_18kqbvs._.js → apps_vinaya-studio_web_src_app_studio_06it6s-._.js} +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/apps_vinaya-studio_web_src_app_studio_projects_[name]_tranches_[slug]_05ufo8i._.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/node_modules_1vo08dj._.js +2 -2
- package/studio-standalone/apps/vinaya-studio/web/.next/server/middleware-build-manifest.js +3 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/server/pages/500.html +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/server-reference-manifest.js +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/server/server-reference-manifest.json +3 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/0r4i_ks9z02bw.js +1 -0
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{3noqvds-2bvrd.js → 1hfhxjy577l5d.js} +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/1k916ih3p4nsg.js +1 -0
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{29-foak16tjfu.js → 1t2kft7bxzuxn.js} +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{2iysedx-n06xc.js → 1ybrihl5_aocy.js} +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{30ojnsx3p4lp4.js → 1yqs2zgvwa4p1.js} +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{0msr2a1i-x-br.js → 25kbt5k-xb2a5.js} +1 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/{3gehliafvmjo9.js → 2_k6j1o9q5nn4.js} +4 -4
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/2hmannd4bjhzy.js +1 -0
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/3mqu_uhluy19i.css +1 -0
- package/studio-standalone/apps/vinaya-studio/web/package.json +2 -2
- package/studio-standalone/apps/vinaya-studio/web/server.js +1 -1
- package/aeg-root/coordination.md +0 -292
- package/studio-standalone/apps/vinaya-studio/web/.next/server/chunks/ssr/[root-of-the-server]__1rku4gz._.js +0 -3
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/25j-y57ng11hl.js +0 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/30lyvn0yzwdiz.js +0 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/35u8inxa732is.js +0 -1
- package/studio-standalone/apps/vinaya-studio/web/.next/static/chunks/42wxpzjhw7oy4.css +0 -1
- /package/studio-standalone/apps/vinaya-studio/web/.next/static/{5Lv83SnT--7YJDjSbxona → crNCHQ9uAgKOYC6DKkZma}/_buildManifest.js +0 -0
- /package/studio-standalone/apps/vinaya-studio/web/.next/static/{5Lv83SnT--7YJDjSbxona → crNCHQ9uAgKOYC6DKkZma}/_clientMiddlewareManifest.js +0 -0
- /package/studio-standalone/apps/vinaya-studio/web/.next/static/{5Lv83SnT--7YJDjSbxona → crNCHQ9uAgKOYC6DKkZma}/_ssgManifest.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,993439,e=>{"use strict";var s=e.i(843476);e.i(207530);var r=e.i(829834),t=e.i(721930),i=e.i(471629),a=e.i(481139),n=e.i(14402);function c({tranches:e,emptyHint:r,registered:t}){return 0===e.length?r?(0,s.jsx)("p",{className:"font-sans text-sm text-muted-foreground/70",children:r}):null:(0,s.jsx)("div",{className:"grid gap-3 sm:grid-cols-2",children:e.map(e=>(0,s.jsx)(a.TrancheCard,{tranche:e,href:(0,n.trancheHref)(e,t),showProjects:!0},e.fileSlug))})}e.s(["TranchesTabs",0,function({active:e,archived:a,forge:n,registeredProjects:l,registryPresent:h}){let d=h?new Set(l):null;return(0,s.jsxs)("div",{className:"space-y-4",children:[(0,s.jsx)(i.ForgeBanners,{forge:n}),(0,s.jsxs)(r.Tabs,{defaultValue:"active",children:[(0,s.jsxs)(r.TabsList,{children:[(0,s.jsxs)(t.TabsTrigger,{value:"active",children:["Active (",e.length,")"]}),(0,s.jsxs)(t.TabsTrigger,{value:"archived",children:["Archived (",a.length,")"]})]}),(0,s.jsx)(r.TabsContent,{value:"active",children:(0,s.jsx)(c,{tranches:e,emptyHint:"ok"===n.active.kind?"No active tranches.":null,registered:d})}),(0,s.jsx)(r.TabsContent,{value:"archived",children:(0,s.jsx)(c,{tranches:a,emptyHint:"No archived tranches yet.",registered:d})})]})]})}])}]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,263724,867927,471415,566407,e=>{"use strict";var t=e.i(843476),a=e.i(271645),n=e.i(690923);let r=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("code",{ref:r,className:(0,n.cn)("rounded-sm bg-muted px-1.5 py-0.5 font-mono text-[0.92em] text-foreground",e),...a}));r.displayName="Code";let i=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("pre",{ref:r,className:(0,n.cn)("my-4 overflow-x-auto rounded-md bg-muted p-4 font-mono text-sm text-foreground",e),...a}));i.displayName="CodeBlock",e.s(["Code",0,r,"CodeBlock",0,i],263724);var o=e.i(991918),s=e.i(986253);e.s(["ChevronRight",()=>s.default],867927);var s=s;let l=(0,e.i(456420).default)("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),d=a.forwardRef(({...e},a)=>(0,t.jsx)("nav",{ref:a,"aria-label":"breadcrumb",...e}));d.displayName="Breadcrumb";let c=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("ol",{ref:r,className:(0,n.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...a}));c.displayName="BreadcrumbList";let u=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("li",{ref:r,className:(0,n.cn)("inline-flex items-center gap-1.5",e),...a}));u.displayName="BreadcrumbItem";let p=a.forwardRef(({asChild:e,className:a,...r},i)=>{let s=e?o.Slot:"a";return(0,t.jsx)(s,{ref:i,className:(0,n.cn)("transition-colors hover:text-foreground",a),...r})});p.displayName="BreadcrumbLink";let m=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("span",{ref:r,role:"link","aria-disabled":"true","aria-current":"page",className:(0,n.cn)("font-normal text-foreground",e),...a}));m.displayName="BreadcrumbPage";let f=({children:e,className:a,...r})=>(0,t.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("[&>svg]:w-3.5 [&>svg]:h-3.5",a),...r,children:e??(0,t.jsx)(s.default,{})});f.displayName="BreadcrumbSeparator";let g=({className:e,...a})=>(0,t.jsxs)("span",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("flex h-9 w-9 items-center justify-center",e),...a,children:[(0,t.jsx)(l,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"sr-only",children:"More"})]});g.displayName="BreadcrumbElipssis",e.s(["Breadcrumb",0,d,"BreadcrumbEllipsis",0,g,"BreadcrumbItem",0,u,"BreadcrumbLink",0,p,"BreadcrumbList",0,c,"BreadcrumbPage",0,m,"BreadcrumbSeparator",0,f],471415),e.s(["makeScrollableTable",0,function(e,a){function r({className:i,containerClassName:o,stickyHeader:s=!1,...l}){return(0,t.jsx)("div",{className:"@container/tbl w-full min-w-0 max-w-full",children:(0,t.jsx)("div",{className:(0,n.cn)(s&&"@min-[780px]/tbl:[&>div]:overflow-visible",s&&a,o),children:(0,t.jsx)(e,{className:i,...l})})})}return r.displayName="Table",r}],566407)},828627,974817,15758,e=>{"use strict";var t=e.i(843476),a=e.i(991918),n=e.i(690923),r=e.i(271645);let i=r.default.forwardRef(({asChild:e,as:r="div",direction:i,align:o,justify:s,wrap:l,gap:d,className:c,...u},p)=>{let m=e?a.Slot:r,f=(0,n.cn)((e=>{let{direction:t,align:a,justify:n,wrap:r,gap:i}=e,o=["flex"];"column"===t&&o.push("flex-col"),"row-reverse"===t&&o.push("flex-row-reverse"),"column-reverse"===t&&o.push("flex-col-reverse"),"start"===a&&o.push("items-start"),"center"===a&&o.push("items-center"),"end"===a&&o.push("items-end"),"baseline"===a&&o.push("items-baseline"),"stretch"===a&&o.push("items-stretch"),"start"===n&&o.push("justify-start"),"center"===n&&o.push("justify-center"),"end"===n&&o.push("justify-end"),"between"===n&&o.push("justify-between"),"around"===n&&o.push("justify-around"),"evenly"===n&&o.push("justify-evenly"),"wrap"===r&&o.push("flex-wrap"),"nowrap"===r&&o.push("flex-nowrap"),"wrap-reverse"===r&&o.push("flex-wrap-reverse");let s=(e=>{if(void 0!==e)return({0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",7:"gap-7",8:"gap-8",9:"gap-9",10:"gap-10",11:"gap-11",12:"gap-12",14:"gap-14",16:"gap-16",20:"gap-20",24:"gap-24",28:"gap-28",32:"gap-32",36:"gap-36",40:"gap-40",44:"gap-44",48:"gap-48",52:"gap-52",56:"gap-56",60:"gap-60",64:"gap-64",72:"gap-72",80:"gap-80",96:"gap-96"})[e]||`gap-[${.25*e}rem]`})(i);return s&&o.push(s),o})({direction:i,align:o,justify:s,wrap:l,gap:d}),c);return(0,t.jsx)(m,{...u,ref:p,className:f})});i.displayName="Flex",e.s(["Flex",0,i],974817),e.i(702201);let o={xs:"text-xs",sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},s={normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},l=r.forwardRef(({as:e="p",size:a="md",weight:r,muted:i,className:l,children:d,...c},u)=>(0,t.jsx)(e,{ref:u,className:(0,n.cn)(o[a],r&&s[r],i&&"text-muted-foreground",l),...c,children:d}));l.displayName="Text",e.s(["Text",0,l],15758),e.i(519410),e.i(947511),e.i(467384),e.s([],828627)},595040,e=>{"use strict";e.i(816396),e.s([])},687607,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(369340),i=e.i(934620),o=e.i(820783),s=e.i(248425),l=e.i(296626),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),m="Collapsible",[f,g]=(0,n.createContextScope)(m),[v,x]=f(m),b=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,open:i,defaultOpen:o,disabled:l,onOpenChange:u,...p}=e,[f,g]=(0,r.useControllableState)({prop:i,defaultProp:o??!1,onChange:u,caller:m});return(0,c.jsx)(v,{scope:n,disabled:l,contentId:(0,d.useId)(),open:f,onOpenToggle:t.useCallback(()=>g(e=>!e),[g]),children:(0,c.jsx)(s.Primitive.div,{"data-state":N(f),"data-disabled":l?"":void 0,...p,ref:a})})},"Collapsible")),h=t.forwardRef(p(function(e,t){let{__scopeCollapsible:n,...r}=e,i=x("CollapsibleTrigger",n);return(0,c.jsx)(s.Primitive.button,{type:"button","aria-controls":i.open?i.contentId:void 0,"aria-expanded":i.open||!1,"data-state":N(i.open),"data-disabled":i.disabled?"":void 0,disabled:i.disabled,...r,ref:t,onClick:(0,a.composeEventHandlers)(e.onClick,i.onOpenToggle)})},"CollapsibleTrigger")),w="CollapsibleContent",j=t.forwardRef(p(function(e,t){let{forceMount:a,...n}=e,r=x(w,e.__scopeCollapsible);return(0,c.jsx)(l.Presence,{present:a||r.open,children:({present:e})=>(0,c.jsx)(y,{...n,ref:t,present:e})})},"CollapsibleContent")),y=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,present:r,children:l,...d}=e,u=x(w,n),[p,m]=t.useState(r),f=t.useRef(null),g=(0,o.useComposedRefs)(a,f),v=t.useRef(0),b=v.current,h=t.useRef(0),j=h.current,y=u.open||p,C=t.useRef(y),T=t.useRef(void 0);return t.useEffect(()=>{let e=requestAnimationFrame(()=>C.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,i.useLayoutEffect)(()=>{let e=f.current;if(e){T.current=T.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();v.current=t.height,h.current=t.width,C.current||(e.style.transitionDuration=T.current.transitionDuration,e.style.animationName=T.current.animationName),m(r)}},[u.open,r]),(0,c.jsx)(s.Primitive.div,{"data-state":N(u.open),"data-disabled":u.disabled?"":void 0,id:u.contentId,hidden:!y,...d,ref:g,style:{"--radix-collapsible-content-height":b?`${b}px`:void 0,"--radix-collapsible-content-width":j?`${j}px`:void 0,...e.style},children:y&&l})},"CollapsibleContentImpl"));function N(e){return e?"open":"closed"}p(N,"getState"),e.s(["Collapsible",0,b,"CollapsibleContent",0,j,"CollapsibleTrigger",0,h,"Content",0,j,"Root",0,b,"Trigger",0,h,"createCollapsibleScope",0,g])},382449,e=>{"use strict";var t=e.i(388474);e.s(["Checkbox",0,t])},768467,e=>{"use strict";var t=e.i(57287);e.s(["Switch",0,t])},504607,e=>{"use strict";var t=e.i(980305);e.s(["Toggle",0,t])},503636,358729,e=>{"use strict";var t=e.i(26495);e.s(["ChevronDownIcon",()=>t.default],503636);var a=e.i(144716);e.s(["ChevronUpIcon",()=>a.default],358729)},926209,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(842727),i=e.i(296626),o=e.i(248425),s=e.i(586318),l=e.i(369340),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),m="Tabs",[f,g]=(0,n.createContextScope)(m,[r.createRovingFocusGroupScope]),v=(0,r.createRovingFocusGroupScope)(),[x,b]=f(m),h=t.forwardRef(p(function(e,t){let{__scopeTabs:a,value:n,onValueChange:r,defaultValue:i,orientation:u="horizontal",dir:p,activationMode:f="automatic",...g}=e,v=(0,s.useDirection)(p),[b,h]=(0,l.useControllableState)({prop:n,onChange:r,defaultProp:i??"",caller:m});return(0,c.jsx)(x,{scope:a,baseId:(0,d.useId)(),value:b,onValueChange:h,orientation:u,dir:v,activationMode:f,children:(0,c.jsx)(o.Primitive.div,{dir:v,"data-orientation":u,...g,ref:t})})},"Tabs")),w=t.forwardRef(p(function(e,t){let{__scopeTabs:a,loop:n=!0,...i}=e,s=b("TabsList",a),l=v(a);return(0,c.jsx)(r.Root,{asChild:!0,...l,orientation:s.orientation,dir:s.dir,loop:n,children:(0,c.jsx)(o.Primitive.div,{role:"tablist","aria-orientation":s.orientation,...i,ref:t})})},"TabsList")),j=t.forwardRef(p(function(e,t){let{__scopeTabs:n,value:i,disabled:s=!1,...l}=e,d=b("TabsTrigger",n),u=v(n),p=N(d.baseId,i),m=C(d.baseId,i),f=i===d.value;return(0,c.jsx)(r.Item,{asChild:!0,...u,focusable:!s,active:f,children:(0,c.jsx)(o.Primitive.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":m,"data-state":f?"active":"inactive","data-disabled":s?"":void 0,disabled:s,id:p,...l,ref:t,onMouseDown:(0,a.composeEventHandlers)(e.onMouseDown,e=>{s||0!==e.button||!1!==e.ctrlKey?e.preventDefault():d.onValueChange(i)}),onKeyDown:(0,a.composeEventHandlers)(e.onKeyDown,e=>{!s&&e.target===e.currentTarget&&[" ","Enter"].includes(e.key)&&d.onValueChange(i)}),onFocus:(0,a.composeEventHandlers)(e.onFocus,()=>{let e="manual"!==d.activationMode;f||s||!e||d.onValueChange(i)})})})},"TabsTrigger")),y=t.forwardRef(p(function(e,a){let{__scopeTabs:n,value:r,forceMount:s,children:l,...d}=e,u=b("TabsContent",n),p=N(u.baseId,r),m=C(u.baseId,r),f=r===u.value,g=t.useRef(f);return t.useEffect(()=>{let e=requestAnimationFrame(()=>g.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,c.jsx)(i.Presence,{present:s||f,children:({present:t})=>(0,c.jsx)(o.Primitive.div,{"data-state":f?"active":"inactive","data-orientation":u.orientation,role:"tabpanel","aria-labelledby":p,hidden:!t,id:m,tabIndex:0,...d,ref:a,style:{...e.style,animationDuration:g.current?"0s":void 0},children:t&&l})})},"TabsContent"));function N(e,t){return`${e}-trigger-${t}`}function C(e,t){return`${e}-content-${t}`}p(N,"makeTriggerId"),p(C,"makeContentId"),e.s(["Content",0,y,"List",0,w,"Root",0,h,"Tabs",0,h,"TabsContent",0,y,"TabsList",0,w,"TabsTrigger",0,j,"Trigger",0,j,"createTabsScope",0,g])},19710,929570,336583,76616,721930,7956,992250,137951,186506,398313,888624,884941,e=>{"use strict";var t=e.i(843476),a=e.i(225913),n=e.i(586011),r=e.i(690923);let i=(0,a.cva)("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded border-2 px-2 py-0.5 text-xs font-head font-medium whitespace-nowrap shadow-sm transition-all focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground [a]:hover:bg-destructive/90",outline:"bg-transparent text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"border-transparent bg-transparent shadow-none hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"border-transparent bg-transparent shadow-none text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function o({className:e,size:a="default",...n}){return(0,t.jsx)("div",{"data-slot":"card","data-size":a,className:(0,r.cn)("group/card flex flex-col gap-(--card-spacing) overflow-hidden rounded border-2 bg-card py-(--card-spacing) text-sm text-card-foreground shadow-md [--card-spacing:--spacing(4)] has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:[--card-spacing:--spacing(3)] data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl",e),...n})}e.s(["Badge",0,function({className:e,variant:a="default",asChild:o=!1,...s}){let l=o?n.Slot.Root:"span";return(0,t.jsx)(l,{"data-slot":"badge","data-variant":a,className:(0,r.cn)(i({variant:a}),e),...s})}],929570),e.i(263724),e.s(["Card",0,o,"CardAction",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-action",className:(0,r.cn)("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...a})},"CardContent",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,r.cn)("px-(--card-spacing)",e),...a})},"CardDescription",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,r.cn)("text-sm text-muted-foreground",e),...a})},"CardFooter",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,r.cn)("flex items-center rounded-b-xl border-t-2 bg-muted/50 p-(--card-spacing)",e),...a})},"CardHeader",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,r.cn)("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-(--card-spacing) has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-(--card-spacing)",e),...a})},"CardTitle",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,r.cn)("cn-font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm",e),...a})}],336583),e.s(["ChromeFrame",0,function({variant:e,className:a,children:n,...i}){return"rail"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex h-full w-full flex-col overflow-hidden rounded bg-sidebar py-0",a),...i,children:n})}):"panel"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex h-full w-full flex-col overflow-y-auto rounded bg-card py-0",a),...i,children:n})}):"bar"===e?(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex w-full flex-row items-center rounded bg-card py-0",a),...i,children:n})}):(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,r.cn)("relative flex h-14 w-full flex-row items-center gap-0 rounded px-6 py-0 overflow-visible",a),...i,children:n})})}],76616),e.i(971763);var s=e.i(829834);e.s(["TabsTrigger",0,function({className:e,...a}){return(0,t.jsx)(s.TabsTrigger,{className:(0,r.cn)(e,"data-active:hover:text-primary-foreground"),...a})}],721930),e.i(277718),e.i(900843),e.i(382115),e.i(19810),e.i(649320);var l=e.i(392784);function d({variant:e,size:a,error:n,leftSection:i,rightSection:o,className:s,...c}){return i||o?(0,t.jsxs)("div",{className:"w-full flex items-center gap-1",children:[i,(0,t.jsx)(l.Input,{className:(0,r.cn)("flex-1",n&&"border-destructive",s),...c}),o]}):(0,t.jsx)(l.Input,{className:(0,r.cn)(n&&"border-destructive",s),...c})}function c({className:e,leftSection:a,rightSection:n,error:i,children:o}){return(0,t.jsxs)("div",{className:(0,r.cn)("w-full flex gap-1 items-center",i&&"border-destructive",e),children:[a,o,n]})}d.displayName="Input",c.displayName="InputBlock",e.s(["Input",0,d,"InputBlock",0,c],7956),e.i(500418),e.i(691298),e.i(311690),e.i(396409),e.i(74778),e.i(598349),e.i(471415);var u=e.i(503636),p=e.i(576958),p=p;let m=(0,a.cva)("group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center rounded px-2.5 py-1.5 text-sm font-medium transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary disabled:pointer-events-none disabled:opacity-50 data-popup-open:bg-accent data-popup-open:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground");function f({className:e,...a}){return(0,t.jsx)("div",{className:(0,r.cn)("absolute top-full left-0 isolate z-50 flex justify-center"),children:(0,t.jsx)(p.Viewport,{"data-slot":"navigation-menu-viewport",className:(0,r.cn)("origin-top-center relative mt-1.5 h-(--radix-navigation-menu-viewport-height) w-full overflow-hidden rounded border-2 bg-popover text-popover-foreground shadow-md duration-100 md:w-(--radix-navigation-menu-viewport-width) data-open:animate-in data-open:zoom-in-90 data-closed:animate-out data-closed:zoom-out-90",e),...a})})}e.s(["NavigationMenu",0,function({className:e,children:a,viewport:n=!0,...i}){return(0,t.jsxs)(p.Root,{"data-slot":"navigation-menu","data-viewport":n,className:(0,r.cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...i,children:[a,n&&(0,t.jsx)(f,{})]})},"NavigationMenuContent",0,function({className:e,...a}){return(0,t.jsx)(p.Content,{"data-slot":"navigation-menu-content",className:(0,r.cn)("top-0 left-0 w-full p-1 ease-[cubic-bezier(0.22,1,0.36,1)] group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded group-data-[viewport=false]/navigation-menu:border-2 group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow-md group-data-[viewport=false]/navigation-menu:duration-300 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none md:absolute md:w-auto group-data-[viewport=false]/navigation-menu:data-open:animate-in group-data-[viewport=false]/navigation-menu:data-open:fade-in-0 group-data-[viewport=false]/navigation-menu:data-open:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-closed:animate-out group-data-[viewport=false]/navigation-menu:data-closed:fade-out-0 group-data-[viewport=false]/navigation-menu:data-closed:zoom-out-95",e),...a})},"NavigationMenuIndicator",0,function({className:e,...a}){return(0,t.jsx)(p.Indicator,{"data-slot":"navigation-menu-indicator",className:(0,r.cn)("top-full z-1 flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",e),...a,children:(0,t.jsx)("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})},"NavigationMenuItem",0,function({className:e,...a}){return(0,t.jsx)(p.Item,{"data-slot":"navigation-menu-item",className:(0,r.cn)("relative",e),...a})},"NavigationMenuLink",0,function({className:e,...a}){return(0,t.jsx)(p.Link,{"data-slot":"navigation-menu-link",className:(0,r.cn)("flex items-center gap-2 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary in-data-[slot=navigation-menu-content]:rounded-sm data-active:bg-accent data-active:text-accent-foreground [&_svg:not([class*='size-'])]:size-4",e),...a})},"NavigationMenuList",0,function({className:e,...a}){return(0,t.jsx)(p.List,{"data-slot":"navigation-menu-list",className:(0,r.cn)("group flex flex-1 list-none items-center justify-center gap-0",e),...a})},"NavigationMenuTrigger",0,function({className:e,children:a,...n}){return(0,t.jsxs)(p.Trigger,{"data-slot":"navigation-menu-trigger",className:(0,r.cn)(m(),"group",e),...n,children:[a," ",(0,t.jsx)(u.ChevronDownIcon,{className:"relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180","aria-hidden":"true"})]})},"NavigationMenuViewport",0,f,"navigationMenuTriggerStyle",0,m],992250);var g=e.i(408277);let v=(0,e.i(566407).makeScrollableTable)(g.Table,"@min-[780px]/tbl:[&_thead_th]:sticky @min-[780px]/tbl:[&_thead_th]:top-0 @min-[780px]/tbl:[&_thead_th]:z-10 @min-[780px]/tbl:[&_thead_th]:bg-muted @min-[780px]/tbl:[&_thead_th]:shadow-[inset_0_-2px_0_0_var(--border)] @min-[780px]/tbl:[&_thead_th:first-child]:rounded-tl @min-[780px]/tbl:[&_thead_th:last-child]:rounded-tr");e.s(["Table",0,v,"TableCell",0,function({className:e,...a}){return(0,t.jsx)(g.TableCell,{className:(0,r.cn)("whitespace-normal",e),...a})}],137951),e.i(828627);var x=e.i(881736);e.s(["Button",0,function({className:e,...a}){return(0,t.jsx)(x.Button,{className:(0,r.cn)(e,"leading-none"),...a})}],186506);var b=e.i(96834);let h=(0,r.cn)("data-[state=checked]:bg-primary","[&_[data-slot=switch-thumb]]:data-[state=unchecked]:translate-x-0","[&_[data-slot=switch-thumb]]:data-[state=checked]:bg-background","data-[size=default]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-5","data-[size=sm]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-4");e.s(["Switch",0,function({className:e,...a}){return(0,t.jsx)(b.Switch,{className:(0,r.cn)(h,e),...a})}],398313);var w=e.i(802143);e.s(["Toggle",0,function({className:e,...a}){return(0,t.jsx)(w.Toggle,{className:(0,r.cn)(e,"cursor-pointer disabled:cursor-not-allowed"),...a})}],888624),e.i(678223),e.i(575360);var j=e.i(271645),y=e.i(579104);e.s(["SidebarMenuButton",0,function({render:e,children:a,asChild:n,...r}){return e&&(0,j.isValidElement)(e)?(0,t.jsx)(y.SidebarMenuButton,{asChild:!0,...r,children:(0,j.cloneElement)(e,void 0,a)}):(0,t.jsx)(y.SidebarMenuButton,{asChild:n,...r,children:a})}],884941),e.i(732002),e.i(943696),e.i(595040),e.s([],19710)},207530,e=>{"use strict";e.i(19710),e.s([])},319458,e=>{"use strict";var t=e.i(843476),a=e.i(618566);e.i(207530);var n=e.i(76616),r=e.i(167012);e.i(828627);var i=e.i(974817);e.s(["ProjectsSubBar",0,function({projects:e}){let o,s,l=(0,a.usePathname)(),d=-1!==(s=(o=l?.split("/")??[]).indexOf("projects"))&&o[s+1]?o[s+1]:null;return(0,t.jsx)("div",{className:"sticky top-0 z-20 -mt-6 shrink-0",children:(0,t.jsx)(n.ChromeFrame,{variant:"bar",className:"h-10 justify-center gap-4 px-6 font-mono text-[11px] select-none",children:(0,t.jsx)(i.Flex,{align:"center",gap:2,className:"overflow-x-auto no-scrollbar",children:e.map((a,n)=>{let o=d===a.name;return(0,t.jsxs)(i.Flex,{as:"span",align:"center",gap:2,children:[(0,t.jsx)(r.NextLink,{variant:"unstyled",href:`/studio/projects/${a.name}`,className:`px-3 py-1 rounded-md transition-colors flex items-center gap-1.5 ${o?"bg-primary/10 text-primary font-semibold":"text-muted-foreground hover:text-foreground"}`,children:(0,t.jsx)("span",{className:"text-xs",children:a.name})}),n<e.length-1&&(0,t.jsx)("span",{className:"text-muted-foreground/30",children:"·"})]},a.name)})})})})}])}]);
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,263724,867927,471415,566407,e=>{"use strict";var t=e.i(843476),a=e.i(271645),n=e.i(690923);let r=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("code",{ref:r,className:(0,n.cn)("rounded-sm bg-muted px-1.5 py-0.5 font-mono text-[0.92em] text-foreground",e),...a}));r.displayName="Code";let i=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("pre",{ref:r,className:(0,n.cn)("my-4 overflow-x-auto rounded-md bg-muted p-4 font-mono text-sm text-foreground",e),...a}));i.displayName="CodeBlock",e.s(["Code",0,r,"CodeBlock",0,i],263724);var o=e.i(991918),s=e.i(986253);e.s(["ChevronRight",()=>s.default],867927);var s=s;let l=(0,e.i(456420).default)("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),d=a.forwardRef(({...e},a)=>(0,t.jsx)("nav",{ref:a,"aria-label":"breadcrumb",...e}));d.displayName="Breadcrumb";let c=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("ol",{ref:r,className:(0,n.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...a}));c.displayName="BreadcrumbList";let u=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("li",{ref:r,className:(0,n.cn)("inline-flex items-center gap-1.5",e),...a}));u.displayName="BreadcrumbItem";let p=a.forwardRef(({asChild:e,className:a,...r},i)=>{let s=e?o.Slot:"a";return(0,t.jsx)(s,{ref:i,className:(0,n.cn)("transition-colors hover:text-foreground",a),...r})});p.displayName="BreadcrumbLink";let m=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("span",{ref:r,role:"link","aria-disabled":"true","aria-current":"page",className:(0,n.cn)("font-normal text-foreground",e),...a}));m.displayName="BreadcrumbPage";let f=({children:e,className:a,...r})=>(0,t.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("[&>svg]:w-3.5 [&>svg]:h-3.5",a),...r,children:e??(0,t.jsx)(s.default,{})});f.displayName="BreadcrumbSeparator";let g=({className:e,...a})=>(0,t.jsxs)("span",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("flex h-9 w-9 items-center justify-center",e),...a,children:[(0,t.jsx)(l,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"sr-only",children:"More"})]});g.displayName="BreadcrumbElipssis",e.s(["Breadcrumb",0,d,"BreadcrumbEllipsis",0,g,"BreadcrumbItem",0,u,"BreadcrumbLink",0,p,"BreadcrumbList",0,c,"BreadcrumbPage",0,m,"BreadcrumbSeparator",0,f],471415),e.s(["makeScrollableTable",0,function(e,a){function r({className:i,containerClassName:o,stickyHeader:s=!1,...l}){return(0,t.jsx)("div",{className:"@container/tbl w-full min-w-0 max-w-full",children:(0,t.jsx)("div",{className:(0,n.cn)(s&&"@min-[780px]/tbl:[&>div]:overflow-visible",s&&a,o),children:(0,t.jsx)(e,{className:i,...l})})})}return r.displayName="Table",r}],566407)},828627,974817,15758,e=>{"use strict";var t=e.i(843476),a=e.i(991918),n=e.i(690923),r=e.i(271645);let i=r.default.forwardRef(({asChild:e,as:r="div",direction:i,align:o,justify:s,wrap:l,gap:d,className:c,...u},p)=>{let m=e?a.Slot:r,f=(0,n.cn)((e=>{let{direction:t,align:a,justify:n,wrap:r,gap:i}=e,o=["flex"];"column"===t&&o.push("flex-col"),"row-reverse"===t&&o.push("flex-row-reverse"),"column-reverse"===t&&o.push("flex-col-reverse"),"start"===a&&o.push("items-start"),"center"===a&&o.push("items-center"),"end"===a&&o.push("items-end"),"baseline"===a&&o.push("items-baseline"),"stretch"===a&&o.push("items-stretch"),"start"===n&&o.push("justify-start"),"center"===n&&o.push("justify-center"),"end"===n&&o.push("justify-end"),"between"===n&&o.push("justify-between"),"around"===n&&o.push("justify-around"),"evenly"===n&&o.push("justify-evenly"),"wrap"===r&&o.push("flex-wrap"),"nowrap"===r&&o.push("flex-nowrap"),"wrap-reverse"===r&&o.push("flex-wrap-reverse");let s=(e=>{if(void 0!==e)return({0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",7:"gap-7",8:"gap-8",9:"gap-9",10:"gap-10",11:"gap-11",12:"gap-12",14:"gap-14",16:"gap-16",20:"gap-20",24:"gap-24",28:"gap-28",32:"gap-32",36:"gap-36",40:"gap-40",44:"gap-44",48:"gap-48",52:"gap-52",56:"gap-56",60:"gap-60",64:"gap-64",72:"gap-72",80:"gap-80",96:"gap-96"})[e]||`gap-[${.25*e}rem]`})(i);return s&&o.push(s),o})({direction:i,align:o,justify:s,wrap:l,gap:d}),c);return(0,t.jsx)(m,{...u,ref:p,className:f})});i.displayName="Flex",e.s(["Flex",0,i],974817),e.i(702201);let o={xs:"text-xs",sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},s={normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},l=r.forwardRef(({as:e="p",size:a="md",weight:r,muted:i,className:l,children:d,...c},u)=>(0,t.jsx)(e,{ref:u,className:(0,n.cn)(o[a],r&&s[r],i&&"text-muted-foreground",l),...c,children:d}));l.displayName="Text",e.s(["Text",0,l],15758),e.i(519410),e.i(947511),e.i(467384),e.s([],828627)},595040,e=>{"use strict";e.i(816396),e.s([])},687607,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(369340),i=e.i(934620),o=e.i(820783),s=e.i(248425),l=e.i(296626),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),m="Collapsible",[f,g]=(0,n.createContextScope)(m),[v,x]=f(m),b=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,open:i,defaultOpen:o,disabled:l,onOpenChange:u,...p}=e,[f,g]=(0,r.useControllableState)({prop:i,defaultProp:o??!1,onChange:u,caller:m});return(0,c.jsx)(v,{scope:n,disabled:l,contentId:(0,d.useId)(),open:f,onOpenToggle:t.useCallback(()=>g(e=>!e),[g]),children:(0,c.jsx)(s.Primitive.div,{"data-state":N(f),"data-disabled":l?"":void 0,...p,ref:a})})},"Collapsible")),h=t.forwardRef(p(function(e,t){let{__scopeCollapsible:n,...r}=e,i=x("CollapsibleTrigger",n);return(0,c.jsx)(s.Primitive.button,{type:"button","aria-controls":i.open?i.contentId:void 0,"aria-expanded":i.open||!1,"data-state":N(i.open),"data-disabled":i.disabled?"":void 0,disabled:i.disabled,...r,ref:t,onClick:(0,a.composeEventHandlers)(e.onClick,i.onOpenToggle)})},"CollapsibleTrigger")),w="CollapsibleContent",j=t.forwardRef(p(function(e,t){let{forceMount:a,...n}=e,r=x(w,e.__scopeCollapsible);return(0,c.jsx)(l.Presence,{present:a||r.open,children:({present:e})=>(0,c.jsx)(y,{...n,ref:t,present:e})})},"CollapsibleContent")),y=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,present:r,children:l,...d}=e,u=x(w,n),[p,m]=t.useState(r),f=t.useRef(null),g=(0,o.useComposedRefs)(a,f),v=t.useRef(0),b=v.current,h=t.useRef(0),j=h.current,y=u.open||p,C=t.useRef(y),T=t.useRef(void 0);return t.useEffect(()=>{let e=requestAnimationFrame(()=>C.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,i.useLayoutEffect)(()=>{let e=f.current;if(e){T.current=T.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();v.current=t.height,h.current=t.width,C.current||(e.style.transitionDuration=T.current.transitionDuration,e.style.animationName=T.current.animationName),m(r)}},[u.open,r]),(0,c.jsx)(s.Primitive.div,{"data-state":N(u.open),"data-disabled":u.disabled?"":void 0,id:u.contentId,hidden:!y,...d,ref:g,style:{"--radix-collapsible-content-height":b?`${b}px`:void 0,"--radix-collapsible-content-width":j?`${j}px`:void 0,...e.style},children:y&&l})},"CollapsibleContentImpl"));function N(e){return e?"open":"closed"}p(N,"getState"),e.s(["Collapsible",0,b,"CollapsibleContent",0,j,"CollapsibleTrigger",0,h,"Content",0,j,"Root",0,b,"Trigger",0,h,"createCollapsibleScope",0,g])},382449,e=>{"use strict";var t=e.i(388474);e.s(["Checkbox",0,t])},768467,e=>{"use strict";var t=e.i(57287);e.s(["Switch",0,t])},504607,e=>{"use strict";var t=e.i(980305);e.s(["Toggle",0,t])},503636,358729,e=>{"use strict";var t=e.i(26495);e.s(["ChevronDownIcon",()=>t.default],503636);var a=e.i(144716);e.s(["ChevronUpIcon",()=>a.default],358729)},926209,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(842727),i=e.i(296626),o=e.i(248425),s=e.i(586318),l=e.i(369340),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),m="Tabs",[f,g]=(0,n.createContextScope)(m,[r.createRovingFocusGroupScope]),v=(0,r.createRovingFocusGroupScope)(),[x,b]=f(m),h=t.forwardRef(p(function(e,t){let{__scopeTabs:a,value:n,onValueChange:r,defaultValue:i,orientation:u="horizontal",dir:p,activationMode:f="automatic",...g}=e,v=(0,s.useDirection)(p),[b,h]=(0,l.useControllableState)({prop:n,onChange:r,defaultProp:i??"",caller:m});return(0,c.jsx)(x,{scope:a,baseId:(0,d.useId)(),value:b,onValueChange:h,orientation:u,dir:v,activationMode:f,children:(0,c.jsx)(o.Primitive.div,{dir:v,"data-orientation":u,...g,ref:t})})},"Tabs")),w=t.forwardRef(p(function(e,t){let{__scopeTabs:a,loop:n=!0,...i}=e,s=b("TabsList",a),l=v(a);return(0,c.jsx)(r.Root,{asChild:!0,...l,orientation:s.orientation,dir:s.dir,loop:n,children:(0,c.jsx)(o.Primitive.div,{role:"tablist","aria-orientation":s.orientation,...i,ref:t})})},"TabsList")),j=t.forwardRef(p(function(e,t){let{__scopeTabs:n,value:i,disabled:s=!1,...l}=e,d=b("TabsTrigger",n),u=v(n),p=N(d.baseId,i),m=C(d.baseId,i),f=i===d.value;return(0,c.jsx)(r.Item,{asChild:!0,...u,focusable:!s,active:f,children:(0,c.jsx)(o.Primitive.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":m,"data-state":f?"active":"inactive","data-disabled":s?"":void 0,disabled:s,id:p,...l,ref:t,onMouseDown:(0,a.composeEventHandlers)(e.onMouseDown,e=>{s||0!==e.button||!1!==e.ctrlKey?e.preventDefault():d.onValueChange(i)}),onKeyDown:(0,a.composeEventHandlers)(e.onKeyDown,e=>{!s&&e.target===e.currentTarget&&[" ","Enter"].includes(e.key)&&d.onValueChange(i)}),onFocus:(0,a.composeEventHandlers)(e.onFocus,()=>{let e="manual"!==d.activationMode;f||s||!e||d.onValueChange(i)})})})},"TabsTrigger")),y=t.forwardRef(p(function(e,a){let{__scopeTabs:n,value:r,forceMount:s,children:l,...d}=e,u=b("TabsContent",n),p=N(u.baseId,r),m=C(u.baseId,r),f=r===u.value,g=t.useRef(f);return t.useEffect(()=>{let e=requestAnimationFrame(()=>g.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,c.jsx)(i.Presence,{present:s||f,children:({present:t})=>(0,c.jsx)(o.Primitive.div,{"data-state":f?"active":"inactive","data-orientation":u.orientation,role:"tabpanel","aria-labelledby":p,hidden:!t,id:m,tabIndex:0,...d,ref:a,style:{...e.style,animationDuration:g.current?"0s":void 0},children:t&&l})})},"TabsContent"));function N(e,t){return`${e}-trigger-${t}`}function C(e,t){return`${e}-content-${t}`}p(N,"makeTriggerId"),p(C,"makeContentId"),e.s(["Content",0,y,"List",0,w,"Root",0,h,"Tabs",0,h,"TabsContent",0,y,"TabsList",0,w,"TabsTrigger",0,j,"Trigger",0,j,"createTabsScope",0,g])},19710,929570,336583,76616,721930,7956,992250,137951,186506,398313,888624,884941,e=>{"use strict";var t=e.i(843476),a=e.i(225913),n=e.i(586011),r=e.i(690923);let i=(0,a.cva)("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded border-2 px-2 py-0.5 text-xs font-head font-medium whitespace-nowrap shadow-sm transition-all focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground [a]:hover:bg-destructive/90",outline:"bg-transparent text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"border-transparent bg-transparent shadow-none hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"border-transparent bg-transparent shadow-none text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function o({className:e,size:a="default",...n}){return(0,t.jsx)("div",{"data-slot":"card","data-size":a,className:(0,r.cn)("group/card flex flex-col gap-(--card-spacing) overflow-hidden rounded border-2 bg-card py-(--card-spacing) text-sm text-card-foreground shadow-md [--card-spacing:--spacing(4)] has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:[--card-spacing:--spacing(3)] data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl",e),...n})}e.s(["Badge",0,function({className:e,variant:a="default",asChild:o=!1,...s}){let l=o?n.Slot.Root:"span";return(0,t.jsx)(l,{"data-slot":"badge","data-variant":a,className:(0,r.cn)(i({variant:a}),e),...s})}],929570),e.i(263724),e.s(["Card",0,o,"CardAction",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-action",className:(0,r.cn)("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...a})},"CardContent",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,r.cn)("px-(--card-spacing)",e),...a})},"CardDescription",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,r.cn)("text-sm text-muted-foreground",e),...a})},"CardFooter",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,r.cn)("flex items-center rounded-b-xl border-t-2 bg-muted/50 p-(--card-spacing)",e),...a})},"CardHeader",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,r.cn)("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-(--card-spacing) has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-(--card-spacing)",e),...a})},"CardTitle",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,r.cn)("cn-font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm",e),...a})}],336583),e.s(["ChromeFrame",0,function({variant:e,className:a,children:n,...i}){return"rail"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex h-full w-full flex-col overflow-hidden rounded bg-sidebar py-0",a),...i,children:n})}):"panel"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex h-full w-full flex-col overflow-y-auto rounded bg-card py-0",a),...i,children:n})}):"bar"===e?(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex w-full flex-row items-center rounded bg-card py-0",a),...i,children:n})}):(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,r.cn)("relative flex h-14 w-full flex-row items-center gap-0 rounded px-6 py-0 overflow-visible",a),...i,children:n})})}],76616),e.i(971763);var s=e.i(829834);e.s(["TabsTrigger",0,function({className:e,...a}){return(0,t.jsx)(s.TabsTrigger,{className:(0,r.cn)(e,"data-active:hover:text-primary-foreground"),...a})}],721930),e.i(277718),e.i(900843),e.i(382115),e.i(19810),e.i(649320);var l=e.i(392784);function d({variant:e,size:a,error:n,leftSection:i,rightSection:o,className:s,...c}){return i||o?(0,t.jsxs)("div",{className:"w-full flex items-center gap-1",children:[i,(0,t.jsx)(l.Input,{className:(0,r.cn)("flex-1",n&&"border-destructive",s),...c}),o]}):(0,t.jsx)(l.Input,{className:(0,r.cn)(n&&"border-destructive",s),...c})}function c({className:e,leftSection:a,rightSection:n,error:i,children:o}){return(0,t.jsxs)("div",{className:(0,r.cn)("w-full flex gap-1 items-center",i&&"border-destructive",e),children:[a,o,n]})}d.displayName="Input",c.displayName="InputBlock",e.s(["Input",0,d,"InputBlock",0,c],7956),e.i(500418),e.i(691298),e.i(311690),e.i(396409),e.i(74778),e.i(598349),e.i(471415);var u=e.i(503636),p=e.i(576958),p=p;let m=(0,a.cva)("group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center rounded px-2.5 py-1.5 text-sm font-medium transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary disabled:pointer-events-none disabled:opacity-50 data-popup-open:bg-accent data-popup-open:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground");function f({className:e,...a}){return(0,t.jsx)("div",{className:(0,r.cn)("absolute top-full left-0 isolate z-50 flex justify-center"),children:(0,t.jsx)(p.Viewport,{"data-slot":"navigation-menu-viewport",className:(0,r.cn)("origin-top-center relative mt-1.5 h-(--radix-navigation-menu-viewport-height) w-full overflow-hidden rounded border-2 bg-popover text-popover-foreground shadow-md duration-100 md:w-(--radix-navigation-menu-viewport-width) data-open:animate-in data-open:zoom-in-90 data-closed:animate-out data-closed:zoom-out-90",e),...a})})}e.s(["NavigationMenu",0,function({className:e,children:a,viewport:n=!0,...i}){return(0,t.jsxs)(p.Root,{"data-slot":"navigation-menu","data-viewport":n,className:(0,r.cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...i,children:[a,n&&(0,t.jsx)(f,{})]})},"NavigationMenuContent",0,function({className:e,...a}){return(0,t.jsx)(p.Content,{"data-slot":"navigation-menu-content",className:(0,r.cn)("top-0 left-0 w-full p-1 ease-[cubic-bezier(0.22,1,0.36,1)] group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded group-data-[viewport=false]/navigation-menu:border-2 group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow-md group-data-[viewport=false]/navigation-menu:duration-300 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none md:absolute md:w-auto group-data-[viewport=false]/navigation-menu:data-open:animate-in group-data-[viewport=false]/navigation-menu:data-open:fade-in-0 group-data-[viewport=false]/navigation-menu:data-open:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-closed:animate-out group-data-[viewport=false]/navigation-menu:data-closed:fade-out-0 group-data-[viewport=false]/navigation-menu:data-closed:zoom-out-95",e),...a})},"NavigationMenuIndicator",0,function({className:e,...a}){return(0,t.jsx)(p.Indicator,{"data-slot":"navigation-menu-indicator",className:(0,r.cn)("top-full z-1 flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",e),...a,children:(0,t.jsx)("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})},"NavigationMenuItem",0,function({className:e,...a}){return(0,t.jsx)(p.Item,{"data-slot":"navigation-menu-item",className:(0,r.cn)("relative",e),...a})},"NavigationMenuLink",0,function({className:e,...a}){return(0,t.jsx)(p.Link,{"data-slot":"navigation-menu-link",className:(0,r.cn)("flex items-center gap-2 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary in-data-[slot=navigation-menu-content]:rounded-sm data-active:bg-accent data-active:text-accent-foreground [&_svg:not([class*='size-'])]:size-4",e),...a})},"NavigationMenuList",0,function({className:e,...a}){return(0,t.jsx)(p.List,{"data-slot":"navigation-menu-list",className:(0,r.cn)("group flex flex-1 list-none items-center justify-center gap-0",e),...a})},"NavigationMenuTrigger",0,function({className:e,children:a,...n}){return(0,t.jsxs)(p.Trigger,{"data-slot":"navigation-menu-trigger",className:(0,r.cn)(m(),"group",e),...n,children:[a," ",(0,t.jsx)(u.ChevronDownIcon,{className:"relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180","aria-hidden":"true"})]})},"NavigationMenuViewport",0,f,"navigationMenuTriggerStyle",0,m],992250);var g=e.i(408277);let v=(0,e.i(566407).makeScrollableTable)(g.Table,"@min-[780px]/tbl:[&_thead_th]:sticky @min-[780px]/tbl:[&_thead_th]:top-0 @min-[780px]/tbl:[&_thead_th]:z-10 @min-[780px]/tbl:[&_thead_th]:bg-muted @min-[780px]/tbl:[&_thead_th]:shadow-[inset_0_-2px_0_0_var(--border)] @min-[780px]/tbl:[&_thead_th:first-child]:rounded-tl @min-[780px]/tbl:[&_thead_th:last-child]:rounded-tr");e.s(["Table",0,v,"TableCell",0,function({className:e,...a}){return(0,t.jsx)(g.TableCell,{className:(0,r.cn)("whitespace-normal",e),...a})}],137951),e.i(828627);var x=e.i(881736);e.s(["Button",0,function({className:e,...a}){return(0,t.jsx)(x.Button,{className:(0,r.cn)(e,"leading-none"),...a})}],186506);var b=e.i(96834);let h=(0,r.cn)("data-[state=checked]:bg-primary","[&_[data-slot=switch-thumb]]:data-[state=unchecked]:translate-x-0","[&_[data-slot=switch-thumb]]:data-[state=checked]:bg-background","data-[size=default]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-5","data-[size=sm]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-4");e.s(["Switch",0,function({className:e,...a}){return(0,t.jsx)(b.Switch,{className:(0,r.cn)(h,e),...a})}],398313);var w=e.i(802143);e.s(["Toggle",0,function({className:e,...a}){return(0,t.jsx)(w.Toggle,{className:(0,r.cn)(e,"cursor-pointer disabled:cursor-not-allowed"),...a})}],888624),e.i(678223),e.i(575360);var j=e.i(271645),y=e.i(579104);e.s(["SidebarMenuButton",0,function({render:e,children:a,asChild:n,...r}){return e&&(0,j.isValidElement)(e)?(0,t.jsx)(y.SidebarMenuButton,{asChild:!0,...r,children:(0,j.cloneElement)(e,void 0,a)}):(0,t.jsx)(y.SidebarMenuButton,{asChild:n,...r,children:a})}],884941),e.i(732002),e.i(943696),e.i(595040),e.s([],19710)},207530,e=>{"use strict";e.i(19710),e.s([])},319458,e=>{"use strict";var t=e.i(843476),a=e.i(618566);e.i(207530);var n=e.i(76616),r=e.i(167012);e.i(828627);var i=e.i(974817);e.s(["ProjectsSubBar",0,function({projects:e}){let o,s,l=(0,a.usePathname)(),d=-1!==(s=(o=l?.split("/")??[]).indexOf("projects"))&&o[s+1]?o[s+1]:null;return(0,t.jsx)("div",{className:"sticky top-0 z-20 -mt-6 shrink-0",children:(0,t.jsx)(n.ChromeFrame,{variant:"bar",className:"h-10 justify-center gap-4 px-6 font-mono text-[11px] select-none",children:(0,t.jsx)(i.Flex,{align:"center",gap:2,className:"overflow-x-auto no-scrollbar",children:e.map((a,n)=>{let o=d===a.segment;return(0,t.jsxs)(i.Flex,{as:"span",align:"center",gap:2,children:[(0,t.jsx)(r.NextLink,{variant:"unstyled",href:a.href,className:`px-3 py-1 rounded-md transition-colors flex items-center gap-1.5 ${o?"bg-primary/10 text-primary font-semibold":"text-muted-foreground hover:text-foreground"}`,children:(0,t.jsx)("span",{className:"text-xs",children:a.label??a.segment})}),n<e.length-1&&(0,t.jsx)("span",{className:"text-muted-foreground/30",children:"·"})]},a.segment)})})})})}])}]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,537572,e=>{"use strict";var l=e.i(618566),t=e.i(271645),i=e.i(95187);let s=(0,i.createServerReference)("
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,537572,e=>{"use strict";var l=e.i(618566),t=e.i(271645),i=e.i(95187);let s=(0,i.createServerReference)("009df84c9180e3350b5d39695737ebb62c438d27c6",i.callServer,void 0,i.findSourceMapURL,"createOrReadKeylessAction");e.s(["KeylessCreatorOrReader",0,e=>{var i;let{children:a}=e,n=(null==(i=(0,l.useSelectedLayoutSegments)()[0])?void 0:i.startsWith("/_not-found"))||!1,[r,u]=t.default.useActionState(s,null);return((0,t.useEffect)(()=>{n||t.default.startTransition(()=>{u()})},[n]),t.default.isValidElement(a))?t.default.cloneElement(a,{key:null==r?void 0:r.publishableKey,publishableKey:null==r?void 0:r.publishableKey,__internal_keyless_claimKeylessApplicationUrl:null==r?void 0:r.claimUrl,__internal_keyless_copyInstanceKeysUrl:null==r?void 0:r.apiKeysUrl,__internal_bypassMissingPublishableKey:!0}):a}],537572)}]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,263724,867927,471415,566407,e=>{"use strict";var t=e.i(843476),a=e.i(271645),n=e.i(690923);let r=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("code",{ref:r,className:(0,n.cn)("rounded-sm bg-muted px-1.5 py-0.5 font-mono text-[0.92em] text-foreground",e),...a}));r.displayName="Code";let i=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("pre",{ref:r,className:(0,n.cn)("my-4 overflow-x-auto rounded-md bg-muted p-4 font-mono text-sm text-foreground",e),...a}));i.displayName="CodeBlock",e.s(["Code",0,r,"CodeBlock",0,i],263724);var o=e.i(991918),s=e.i(986253);e.s(["ChevronRight",()=>s.default],867927);var s=s;let l=(0,e.i(456420).default)("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),d=a.forwardRef(({...e},a)=>(0,t.jsx)("nav",{ref:a,"aria-label":"breadcrumb",...e}));d.displayName="Breadcrumb";let c=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("ol",{ref:r,className:(0,n.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...a}));c.displayName="BreadcrumbList";let u=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("li",{ref:r,className:(0,n.cn)("inline-flex items-center gap-1.5",e),...a}));u.displayName="BreadcrumbItem";let p=a.forwardRef(({asChild:e,className:a,...r},i)=>{let s=e?o.Slot:"a";return(0,t.jsx)(s,{ref:i,className:(0,n.cn)("transition-colors hover:text-foreground",a),...r})});p.displayName="BreadcrumbLink";let f=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("span",{ref:r,role:"link","aria-disabled":"true","aria-current":"page",className:(0,n.cn)("font-normal text-foreground",e),...a}));f.displayName="BreadcrumbPage";let m=({children:e,className:a,...r})=>(0,t.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("[&>svg]:w-3.5 [&>svg]:h-3.5",a),...r,children:e??(0,t.jsx)(s.default,{})});m.displayName="BreadcrumbSeparator";let g=({className:e,...a})=>(0,t.jsxs)("span",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("flex h-9 w-9 items-center justify-center",e),...a,children:[(0,t.jsx)(l,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"sr-only",children:"More"})]});g.displayName="BreadcrumbElipssis",e.s(["Breadcrumb",0,d,"BreadcrumbEllipsis",0,g,"BreadcrumbItem",0,u,"BreadcrumbLink",0,p,"BreadcrumbList",0,c,"BreadcrumbPage",0,f,"BreadcrumbSeparator",0,m],471415),e.s(["makeScrollableTable",0,function(e,a){function r({className:i,containerClassName:o,stickyHeader:s=!1,...l}){return(0,t.jsx)("div",{className:"@container/tbl w-full min-w-0 max-w-full",children:(0,t.jsx)("div",{className:(0,n.cn)(s&&"@min-[780px]/tbl:[&>div]:overflow-visible",s&&a,o),children:(0,t.jsx)(e,{className:i,...l})})})}return r.displayName="Table",r}],566407)},828627,974817,15758,e=>{"use strict";var t=e.i(843476),a=e.i(991918),n=e.i(690923),r=e.i(271645);let i=r.default.forwardRef(({asChild:e,as:r="div",direction:i,align:o,justify:s,wrap:l,gap:d,className:c,...u},p)=>{let f=e?a.Slot:r,m=(0,n.cn)((e=>{let{direction:t,align:a,justify:n,wrap:r,gap:i}=e,o=["flex"];"column"===t&&o.push("flex-col"),"row-reverse"===t&&o.push("flex-row-reverse"),"column-reverse"===t&&o.push("flex-col-reverse"),"start"===a&&o.push("items-start"),"center"===a&&o.push("items-center"),"end"===a&&o.push("items-end"),"baseline"===a&&o.push("items-baseline"),"stretch"===a&&o.push("items-stretch"),"start"===n&&o.push("justify-start"),"center"===n&&o.push("justify-center"),"end"===n&&o.push("justify-end"),"between"===n&&o.push("justify-between"),"around"===n&&o.push("justify-around"),"evenly"===n&&o.push("justify-evenly"),"wrap"===r&&o.push("flex-wrap"),"nowrap"===r&&o.push("flex-nowrap"),"wrap-reverse"===r&&o.push("flex-wrap-reverse");let s=(e=>{if(void 0!==e)return({0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",7:"gap-7",8:"gap-8",9:"gap-9",10:"gap-10",11:"gap-11",12:"gap-12",14:"gap-14",16:"gap-16",20:"gap-20",24:"gap-24",28:"gap-28",32:"gap-32",36:"gap-36",40:"gap-40",44:"gap-44",48:"gap-48",52:"gap-52",56:"gap-56",60:"gap-60",64:"gap-64",72:"gap-72",80:"gap-80",96:"gap-96"})[e]||`gap-[${.25*e}rem]`})(i);return s&&o.push(s),o})({direction:i,align:o,justify:s,wrap:l,gap:d}),c);return(0,t.jsx)(f,{...u,ref:p,className:m})});i.displayName="Flex",e.s(["Flex",0,i],974817),e.i(702201);let o={xs:"text-xs",sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},s={normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},l=r.forwardRef(({as:e="p",size:a="md",weight:r,muted:i,className:l,children:d,...c},u)=>(0,t.jsx)(e,{ref:u,className:(0,n.cn)(o[a],r&&s[r],i&&"text-muted-foreground",l),...c,children:d}));l.displayName="Text",e.s(["Text",0,l],15758),e.i(519410),e.i(947511),e.i(467384),e.s([],828627)},595040,e=>{"use strict";e.i(816396),e.s([])},687607,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(369340),i=e.i(934620),o=e.i(820783),s=e.i(248425),l=e.i(296626),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),f="Collapsible",[m,g]=(0,n.createContextScope)(f),[v,b]=m(f),x=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,open:i,defaultOpen:o,disabled:l,onOpenChange:u,...p}=e,[m,g]=(0,r.useControllableState)({prop:i,defaultProp:o??!1,onChange:u,caller:f});return(0,c.jsx)(v,{scope:n,disabled:l,contentId:(0,d.useId)(),open:m,onOpenToggle:t.useCallback(()=>g(e=>!e),[g]),children:(0,c.jsx)(s.Primitive.div,{"data-state":N(m),"data-disabled":l?"":void 0,...p,ref:a})})},"Collapsible")),h=t.forwardRef(p(function(e,t){let{__scopeCollapsible:n,...r}=e,i=b("CollapsibleTrigger",n);return(0,c.jsx)(s.Primitive.button,{type:"button","aria-controls":i.open?i.contentId:void 0,"aria-expanded":i.open||!1,"data-state":N(i.open),"data-disabled":i.disabled?"":void 0,disabled:i.disabled,...r,ref:t,onClick:(0,a.composeEventHandlers)(e.onClick,i.onOpenToggle)})},"CollapsibleTrigger")),w="CollapsibleContent",j=t.forwardRef(p(function(e,t){let{forceMount:a,...n}=e,r=b(w,e.__scopeCollapsible);return(0,c.jsx)(l.Presence,{present:a||r.open,children:({present:e})=>(0,c.jsx)(y,{...n,ref:t,present:e})})},"CollapsibleContent")),y=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,present:r,children:l,...d}=e,u=b(w,n),[p,f]=t.useState(r),m=t.useRef(null),g=(0,o.useComposedRefs)(a,m),v=t.useRef(0),x=v.current,h=t.useRef(0),j=h.current,y=u.open||p,C=t.useRef(y),T=t.useRef(void 0);return t.useEffect(()=>{let e=requestAnimationFrame(()=>C.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,i.useLayoutEffect)(()=>{let e=m.current;if(e){T.current=T.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();v.current=t.height,h.current=t.width,C.current||(e.style.transitionDuration=T.current.transitionDuration,e.style.animationName=T.current.animationName),f(r)}},[u.open,r]),(0,c.jsx)(s.Primitive.div,{"data-state":N(u.open),"data-disabled":u.disabled?"":void 0,id:u.contentId,hidden:!y,...d,ref:g,style:{"--radix-collapsible-content-height":x?`${x}px`:void 0,"--radix-collapsible-content-width":j?`${j}px`:void 0,...e.style},children:y&&l})},"CollapsibleContentImpl"));function N(e){return e?"open":"closed"}p(N,"getState"),e.s(["Collapsible",0,x,"CollapsibleContent",0,j,"CollapsibleTrigger",0,h,"Content",0,j,"Root",0,x,"Trigger",0,h,"createCollapsibleScope",0,g])},382449,e=>{"use strict";var t=e.i(388474);e.s(["Checkbox",0,t])},768467,e=>{"use strict";var t=e.i(57287);e.s(["Switch",0,t])},504607,e=>{"use strict";var t=e.i(980305);e.s(["Toggle",0,t])},503636,358729,e=>{"use strict";var t=e.i(26495);e.s(["ChevronDownIcon",()=>t.default],503636);var a=e.i(144716);e.s(["ChevronUpIcon",()=>a.default],358729)},926209,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(842727),i=e.i(296626),o=e.i(248425),s=e.i(586318),l=e.i(369340),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),f="Tabs",[m,g]=(0,n.createContextScope)(f,[r.createRovingFocusGroupScope]),v=(0,r.createRovingFocusGroupScope)(),[b,x]=m(f),h=t.forwardRef(p(function(e,t){let{__scopeTabs:a,value:n,onValueChange:r,defaultValue:i,orientation:u="horizontal",dir:p,activationMode:m="automatic",...g}=e,v=(0,s.useDirection)(p),[x,h]=(0,l.useControllableState)({prop:n,onChange:r,defaultProp:i??"",caller:f});return(0,c.jsx)(b,{scope:a,baseId:(0,d.useId)(),value:x,onValueChange:h,orientation:u,dir:v,activationMode:m,children:(0,c.jsx)(o.Primitive.div,{dir:v,"data-orientation":u,...g,ref:t})})},"Tabs")),w=t.forwardRef(p(function(e,t){let{__scopeTabs:a,loop:n=!0,...i}=e,s=x("TabsList",a),l=v(a);return(0,c.jsx)(r.Root,{asChild:!0,...l,orientation:s.orientation,dir:s.dir,loop:n,children:(0,c.jsx)(o.Primitive.div,{role:"tablist","aria-orientation":s.orientation,...i,ref:t})})},"TabsList")),j=t.forwardRef(p(function(e,t){let{__scopeTabs:n,value:i,disabled:s=!1,...l}=e,d=x("TabsTrigger",n),u=v(n),p=N(d.baseId,i),f=C(d.baseId,i),m=i===d.value;return(0,c.jsx)(r.Item,{asChild:!0,...u,focusable:!s,active:m,children:(0,c.jsx)(o.Primitive.button,{type:"button",role:"tab","aria-selected":m,"aria-controls":f,"data-state":m?"active":"inactive","data-disabled":s?"":void 0,disabled:s,id:p,...l,ref:t,onMouseDown:(0,a.composeEventHandlers)(e.onMouseDown,e=>{s||0!==e.button||!1!==e.ctrlKey?e.preventDefault():d.onValueChange(i)}),onKeyDown:(0,a.composeEventHandlers)(e.onKeyDown,e=>{!s&&e.target===e.currentTarget&&[" ","Enter"].includes(e.key)&&d.onValueChange(i)}),onFocus:(0,a.composeEventHandlers)(e.onFocus,()=>{let e="manual"!==d.activationMode;m||s||!e||d.onValueChange(i)})})})},"TabsTrigger")),y=t.forwardRef(p(function(e,a){let{__scopeTabs:n,value:r,forceMount:s,children:l,...d}=e,u=x("TabsContent",n),p=N(u.baseId,r),f=C(u.baseId,r),m=r===u.value,g=t.useRef(m);return t.useEffect(()=>{let e=requestAnimationFrame(()=>g.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,c.jsx)(i.Presence,{present:s||m,children:({present:t})=>(0,c.jsx)(o.Primitive.div,{"data-state":m?"active":"inactive","data-orientation":u.orientation,role:"tabpanel","aria-labelledby":p,hidden:!t,id:f,tabIndex:0,...d,ref:a,style:{...e.style,animationDuration:g.current?"0s":void 0},children:t&&l})})},"TabsContent"));function N(e,t){return`${e}-trigger-${t}`}function C(e,t){return`${e}-content-${t}`}p(N,"makeTriggerId"),p(C,"makeContentId"),e.s(["Content",0,y,"List",0,w,"Root",0,h,"Tabs",0,h,"TabsContent",0,y,"TabsList",0,w,"TabsTrigger",0,j,"Trigger",0,j,"createTabsScope",0,g])},19710,929570,336583,76616,721930,7956,992250,137951,186506,398313,888624,884941,e=>{"use strict";var t=e.i(843476),a=e.i(225913),n=e.i(586011),r=e.i(690923);let i=(0,a.cva)("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded border-2 px-2 py-0.5 text-xs font-head font-medium whitespace-nowrap shadow-sm transition-all focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground [a]:hover:bg-destructive/90",outline:"bg-transparent text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"border-transparent bg-transparent shadow-none hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"border-transparent bg-transparent shadow-none text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function o({className:e,size:a="default",...n}){return(0,t.jsx)("div",{"data-slot":"card","data-size":a,className:(0,r.cn)("group/card flex flex-col gap-(--card-spacing) overflow-hidden rounded border-2 bg-card py-(--card-spacing) text-sm text-card-foreground shadow-md [--card-spacing:--spacing(4)] has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:[--card-spacing:--spacing(3)] data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl",e),...n})}e.s(["Badge",0,function({className:e,variant:a="default",asChild:o=!1,...s}){let l=o?n.Slot.Root:"span";return(0,t.jsx)(l,{"data-slot":"badge","data-variant":a,className:(0,r.cn)(i({variant:a}),e),...s})}],929570),e.i(263724),e.s(["Card",0,o,"CardAction",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-action",className:(0,r.cn)("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...a})},"CardContent",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,r.cn)("px-(--card-spacing)",e),...a})},"CardDescription",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,r.cn)("text-sm text-muted-foreground",e),...a})},"CardFooter",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,r.cn)("flex items-center rounded-b-xl border-t-2 bg-muted/50 p-(--card-spacing)",e),...a})},"CardHeader",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,r.cn)("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-(--card-spacing) has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-(--card-spacing)",e),...a})},"CardTitle",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,r.cn)("cn-font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm",e),...a})}],336583),e.s(["ChromeFrame",0,function({variant:e,className:a,children:n,...i}){return"rail"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex h-full w-full flex-col overflow-hidden rounded bg-sidebar py-0",a),...i,children:n})}):"panel"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex h-full w-full flex-col overflow-y-auto rounded bg-card py-0",a),...i,children:n})}):"bar"===e?(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex w-full flex-row items-center rounded bg-card py-0",a),...i,children:n})}):(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,r.cn)("relative flex h-14 w-full flex-row items-center gap-0 rounded px-6 py-0 overflow-visible",a),...i,children:n})})}],76616),e.i(971763);var s=e.i(829834);e.s(["TabsTrigger",0,function({className:e,...a}){return(0,t.jsx)(s.TabsTrigger,{className:(0,r.cn)(e,"data-active:hover:text-primary-foreground"),...a})}],721930),e.i(277718),e.i(900843),e.i(382115),e.i(19810),e.i(649320);var l=e.i(392784);function d({variant:e,size:a,error:n,leftSection:i,rightSection:o,className:s,...c}){return i||o?(0,t.jsxs)("div",{className:"w-full flex items-center gap-1",children:[i,(0,t.jsx)(l.Input,{className:(0,r.cn)("flex-1",n&&"border-destructive",s),...c}),o]}):(0,t.jsx)(l.Input,{className:(0,r.cn)(n&&"border-destructive",s),...c})}function c({className:e,leftSection:a,rightSection:n,error:i,children:o}){return(0,t.jsxs)("div",{className:(0,r.cn)("w-full flex gap-1 items-center",i&&"border-destructive",e),children:[a,o,n]})}d.displayName="Input",c.displayName="InputBlock",e.s(["Input",0,d,"InputBlock",0,c],7956),e.i(500418),e.i(691298),e.i(311690),e.i(396409),e.i(74778),e.i(598349),e.i(471415);var u=e.i(503636),p=e.i(576958),p=p;let f=(0,a.cva)("group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center rounded px-2.5 py-1.5 text-sm font-medium transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary disabled:pointer-events-none disabled:opacity-50 data-popup-open:bg-accent data-popup-open:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground");function m({className:e,...a}){return(0,t.jsx)("div",{className:(0,r.cn)("absolute top-full left-0 isolate z-50 flex justify-center"),children:(0,t.jsx)(p.Viewport,{"data-slot":"navigation-menu-viewport",className:(0,r.cn)("origin-top-center relative mt-1.5 h-(--radix-navigation-menu-viewport-height) w-full overflow-hidden rounded border-2 bg-popover text-popover-foreground shadow-md duration-100 md:w-(--radix-navigation-menu-viewport-width) data-open:animate-in data-open:zoom-in-90 data-closed:animate-out data-closed:zoom-out-90",e),...a})})}e.s(["NavigationMenu",0,function({className:e,children:a,viewport:n=!0,...i}){return(0,t.jsxs)(p.Root,{"data-slot":"navigation-menu","data-viewport":n,className:(0,r.cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...i,children:[a,n&&(0,t.jsx)(m,{})]})},"NavigationMenuContent",0,function({className:e,...a}){return(0,t.jsx)(p.Content,{"data-slot":"navigation-menu-content",className:(0,r.cn)("top-0 left-0 w-full p-1 ease-[cubic-bezier(0.22,1,0.36,1)] group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded group-data-[viewport=false]/navigation-menu:border-2 group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow-md group-data-[viewport=false]/navigation-menu:duration-300 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none md:absolute md:w-auto group-data-[viewport=false]/navigation-menu:data-open:animate-in group-data-[viewport=false]/navigation-menu:data-open:fade-in-0 group-data-[viewport=false]/navigation-menu:data-open:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-closed:animate-out group-data-[viewport=false]/navigation-menu:data-closed:fade-out-0 group-data-[viewport=false]/navigation-menu:data-closed:zoom-out-95",e),...a})},"NavigationMenuIndicator",0,function({className:e,...a}){return(0,t.jsx)(p.Indicator,{"data-slot":"navigation-menu-indicator",className:(0,r.cn)("top-full z-1 flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",e),...a,children:(0,t.jsx)("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})},"NavigationMenuItem",0,function({className:e,...a}){return(0,t.jsx)(p.Item,{"data-slot":"navigation-menu-item",className:(0,r.cn)("relative",e),...a})},"NavigationMenuLink",0,function({className:e,...a}){return(0,t.jsx)(p.Link,{"data-slot":"navigation-menu-link",className:(0,r.cn)("flex items-center gap-2 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary in-data-[slot=navigation-menu-content]:rounded-sm data-active:bg-accent data-active:text-accent-foreground [&_svg:not([class*='size-'])]:size-4",e),...a})},"NavigationMenuList",0,function({className:e,...a}){return(0,t.jsx)(p.List,{"data-slot":"navigation-menu-list",className:(0,r.cn)("group flex flex-1 list-none items-center justify-center gap-0",e),...a})},"NavigationMenuTrigger",0,function({className:e,children:a,...n}){return(0,t.jsxs)(p.Trigger,{"data-slot":"navigation-menu-trigger",className:(0,r.cn)(f(),"group",e),...n,children:[a," ",(0,t.jsx)(u.ChevronDownIcon,{className:"relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180","aria-hidden":"true"})]})},"NavigationMenuViewport",0,m,"navigationMenuTriggerStyle",0,f],992250);var g=e.i(408277);let v=(0,e.i(566407).makeScrollableTable)(g.Table,"@min-[780px]/tbl:[&_thead_th]:sticky @min-[780px]/tbl:[&_thead_th]:top-0 @min-[780px]/tbl:[&_thead_th]:z-10 @min-[780px]/tbl:[&_thead_th]:bg-muted @min-[780px]/tbl:[&_thead_th]:shadow-[inset_0_-2px_0_0_var(--border)] @min-[780px]/tbl:[&_thead_th:first-child]:rounded-tl @min-[780px]/tbl:[&_thead_th:last-child]:rounded-tr");e.s(["Table",0,v,"TableCell",0,function({className:e,...a}){return(0,t.jsx)(g.TableCell,{className:(0,r.cn)("whitespace-normal",e),...a})}],137951),e.i(828627);var b=e.i(881736);e.s(["Button",0,function({className:e,...a}){return(0,t.jsx)(b.Button,{className:(0,r.cn)(e,"leading-none"),...a})}],186506);var x=e.i(96834);let h=(0,r.cn)("data-[state=checked]:bg-primary","[&_[data-slot=switch-thumb]]:data-[state=unchecked]:translate-x-0","[&_[data-slot=switch-thumb]]:data-[state=checked]:bg-background","data-[size=default]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-5","data-[size=sm]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-4");e.s(["Switch",0,function({className:e,...a}){return(0,t.jsx)(x.Switch,{className:(0,r.cn)(h,e),...a})}],398313);var w=e.i(802143);e.s(["Toggle",0,function({className:e,...a}){return(0,t.jsx)(w.Toggle,{className:(0,r.cn)(e,"cursor-pointer disabled:cursor-not-allowed"),...a})}],888624),e.i(678223),e.i(575360);var j=e.i(271645),y=e.i(579104);e.s(["SidebarMenuButton",0,function({render:e,children:a,asChild:n,...r}){return e&&(0,j.isValidElement)(e)?(0,t.jsx)(y.SidebarMenuButton,{asChild:!0,...r,children:(0,j.cloneElement)(e,void 0,a)}):(0,t.jsx)(y.SidebarMenuButton,{asChild:n,...r,children:a})}],884941),e.i(732002),e.i(943696),e.i(595040),e.s([],19710)},207530,e=>{"use strict";e.i(19710),e.s([])},61575,e=>{"use strict";e.s(["NO_BOARD_REASON",0,"No board — no registered project for this tranche.","trancheHref",0,function(e,t){var a,n;let r;return a=e.projects,n=e.fileSlug,(r=a.find(e=>e&&t.has(e)))?`/studio/projects/${r}/tranches/${n}`:null}])}]);
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,263724,867927,471415,566407,e=>{"use strict";var t=e.i(843476),a=e.i(271645),n=e.i(690923);let r=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("code",{ref:r,className:(0,n.cn)("rounded-sm bg-muted px-1.5 py-0.5 font-mono text-[0.92em] text-foreground",e),...a}));r.displayName="Code";let i=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("pre",{ref:r,className:(0,n.cn)("my-4 overflow-x-auto rounded-md bg-muted p-4 font-mono text-sm text-foreground",e),...a}));i.displayName="CodeBlock",e.s(["Code",0,r,"CodeBlock",0,i],263724);var o=e.i(991918),s=e.i(986253);e.s(["ChevronRight",()=>s.default],867927);var s=s;let l=(0,e.i(456420).default)("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),d=a.forwardRef(({...e},a)=>(0,t.jsx)("nav",{ref:a,"aria-label":"breadcrumb",...e}));d.displayName="Breadcrumb";let c=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("ol",{ref:r,className:(0,n.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...a}));c.displayName="BreadcrumbList";let u=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("li",{ref:r,className:(0,n.cn)("inline-flex items-center gap-1.5",e),...a}));u.displayName="BreadcrumbItem";let p=a.forwardRef(({asChild:e,className:a,...r},i)=>{let s=e?o.Slot:"a";return(0,t.jsx)(s,{ref:i,className:(0,n.cn)("transition-colors hover:text-foreground",a),...r})});p.displayName="BreadcrumbLink";let m=a.forwardRef(({className:e,...a},r)=>(0,t.jsx)("span",{ref:r,role:"link","aria-disabled":"true","aria-current":"page",className:(0,n.cn)("font-normal text-foreground",e),...a}));m.displayName="BreadcrumbPage";let f=({children:e,className:a,...r})=>(0,t.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("[&>svg]:w-3.5 [&>svg]:h-3.5",a),...r,children:e??(0,t.jsx)(s.default,{})});f.displayName="BreadcrumbSeparator";let g=({className:e,...a})=>(0,t.jsxs)("span",{role:"presentation","aria-hidden":"true",className:(0,n.cn)("flex h-9 w-9 items-center justify-center",e),...a,children:[(0,t.jsx)(l,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"sr-only",children:"More"})]});g.displayName="BreadcrumbElipssis",e.s(["Breadcrumb",0,d,"BreadcrumbEllipsis",0,g,"BreadcrumbItem",0,u,"BreadcrumbLink",0,p,"BreadcrumbList",0,c,"BreadcrumbPage",0,m,"BreadcrumbSeparator",0,f],471415),e.s(["makeScrollableTable",0,function(e,a){function r({className:i,containerClassName:o,stickyHeader:s=!1,...l}){return(0,t.jsx)("div",{className:"@container/tbl w-full min-w-0 max-w-full",children:(0,t.jsx)("div",{className:(0,n.cn)(s&&"@min-[780px]/tbl:[&>div]:overflow-visible",s&&a,o),children:(0,t.jsx)(e,{className:i,...l})})})}return r.displayName="Table",r}],566407)},828627,974817,15758,e=>{"use strict";var t=e.i(843476),a=e.i(991918),n=e.i(690923),r=e.i(271645);let i=r.default.forwardRef(({asChild:e,as:r="div",direction:i,align:o,justify:s,wrap:l,gap:d,className:c,...u},p)=>{let m=e?a.Slot:r,f=(0,n.cn)((e=>{let{direction:t,align:a,justify:n,wrap:r,gap:i}=e,o=["flex"];"column"===t&&o.push("flex-col"),"row-reverse"===t&&o.push("flex-row-reverse"),"column-reverse"===t&&o.push("flex-col-reverse"),"start"===a&&o.push("items-start"),"center"===a&&o.push("items-center"),"end"===a&&o.push("items-end"),"baseline"===a&&o.push("items-baseline"),"stretch"===a&&o.push("items-stretch"),"start"===n&&o.push("justify-start"),"center"===n&&o.push("justify-center"),"end"===n&&o.push("justify-end"),"between"===n&&o.push("justify-between"),"around"===n&&o.push("justify-around"),"evenly"===n&&o.push("justify-evenly"),"wrap"===r&&o.push("flex-wrap"),"nowrap"===r&&o.push("flex-nowrap"),"wrap-reverse"===r&&o.push("flex-wrap-reverse");let s=(e=>{if(void 0!==e)return({0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",7:"gap-7",8:"gap-8",9:"gap-9",10:"gap-10",11:"gap-11",12:"gap-12",14:"gap-14",16:"gap-16",20:"gap-20",24:"gap-24",28:"gap-28",32:"gap-32",36:"gap-36",40:"gap-40",44:"gap-44",48:"gap-48",52:"gap-52",56:"gap-56",60:"gap-60",64:"gap-64",72:"gap-72",80:"gap-80",96:"gap-96"})[e]||`gap-[${.25*e}rem]`})(i);return s&&o.push(s),o})({direction:i,align:o,justify:s,wrap:l,gap:d}),c);return(0,t.jsx)(m,{...u,ref:p,className:f})});i.displayName="Flex",e.s(["Flex",0,i],974817),e.i(702201);let o={xs:"text-xs",sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},s={normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},l=r.forwardRef(({as:e="p",size:a="md",weight:r,muted:i,className:l,children:d,...c},u)=>(0,t.jsx)(e,{ref:u,className:(0,n.cn)(o[a],r&&s[r],i&&"text-muted-foreground",l),...c,children:d}));l.displayName="Text",e.s(["Text",0,l],15758),e.i(519410),e.i(947511),e.i(467384),e.s([],828627)},595040,e=>{"use strict";e.i(816396),e.s([])},687607,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(369340),i=e.i(934620),o=e.i(820783),s=e.i(248425),l=e.i(296626),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),m="Collapsible",[f,g]=(0,n.createContextScope)(m),[x,v]=f(m),h=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,open:i,defaultOpen:o,disabled:l,onOpenChange:u,...p}=e,[f,g]=(0,r.useControllableState)({prop:i,defaultProp:o??!1,onChange:u,caller:m});return(0,c.jsx)(x,{scope:n,disabled:l,contentId:(0,d.useId)(),open:f,onOpenToggle:t.useCallback(()=>g(e=>!e),[g]),children:(0,c.jsx)(s.Primitive.div,{"data-state":y(f),"data-disabled":l?"":void 0,...p,ref:a})})},"Collapsible")),b=t.forwardRef(p(function(e,t){let{__scopeCollapsible:n,...r}=e,i=v("CollapsibleTrigger",n);return(0,c.jsx)(s.Primitive.button,{type:"button","aria-controls":i.open?i.contentId:void 0,"aria-expanded":i.open||!1,"data-state":y(i.open),"data-disabled":i.disabled?"":void 0,disabled:i.disabled,...r,ref:t,onClick:(0,a.composeEventHandlers)(e.onClick,i.onOpenToggle)})},"CollapsibleTrigger")),w="CollapsibleContent",j=t.forwardRef(p(function(e,t){let{forceMount:a,...n}=e,r=v(w,e.__scopeCollapsible);return(0,c.jsx)(l.Presence,{present:a||r.open,children:({present:e})=>(0,c.jsx)(N,{...n,ref:t,present:e})})},"CollapsibleContent")),N=t.forwardRef(p(function(e,a){let{__scopeCollapsible:n,present:r,children:l,...d}=e,u=v(w,n),[p,m]=t.useState(r),f=t.useRef(null),g=(0,o.useComposedRefs)(a,f),x=t.useRef(0),h=x.current,b=t.useRef(0),j=b.current,N=u.open||p,C=t.useRef(N),k=t.useRef(void 0);return t.useEffect(()=>{let e=requestAnimationFrame(()=>C.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,i.useLayoutEffect)(()=>{let e=f.current;if(e){k.current=k.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();x.current=t.height,b.current=t.width,C.current||(e.style.transitionDuration=k.current.transitionDuration,e.style.animationName=k.current.animationName),m(r)}},[u.open,r]),(0,c.jsx)(s.Primitive.div,{"data-state":y(u.open),"data-disabled":u.disabled?"":void 0,id:u.contentId,hidden:!N,...d,ref:g,style:{"--radix-collapsible-content-height":h?`${h}px`:void 0,"--radix-collapsible-content-width":j?`${j}px`:void 0,...e.style},children:N&&l})},"CollapsibleContentImpl"));function y(e){return e?"open":"closed"}p(y,"getState"),e.s(["Collapsible",0,h,"CollapsibleContent",0,j,"CollapsibleTrigger",0,b,"Content",0,j,"Root",0,h,"Trigger",0,b,"createCollapsibleScope",0,g])},382449,e=>{"use strict";var t=e.i(388474);e.s(["Checkbox",0,t])},768467,e=>{"use strict";var t=e.i(57287);e.s(["Switch",0,t])},504607,e=>{"use strict";var t=e.i(980305);e.s(["Toggle",0,t])},503636,358729,e=>{"use strict";var t=e.i(26495);e.s(["ChevronDownIcon",()=>t.default],503636);var a=e.i(144716);e.s(["ChevronUpIcon",()=>a.default],358729)},926209,e=>{"use strict";var t=e.i(271645),a=e.i(981140),n=e.i(30030),r=e.i(842727),i=e.i(296626),o=e.i(248425),s=e.i(586318),l=e.i(369340),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),m="Tabs",[f,g]=(0,n.createContextScope)(m,[r.createRovingFocusGroupScope]),x=(0,r.createRovingFocusGroupScope)(),[v,h]=f(m),b=t.forwardRef(p(function(e,t){let{__scopeTabs:a,value:n,onValueChange:r,defaultValue:i,orientation:u="horizontal",dir:p,activationMode:f="automatic",...g}=e,x=(0,s.useDirection)(p),[h,b]=(0,l.useControllableState)({prop:n,onChange:r,defaultProp:i??"",caller:m});return(0,c.jsx)(v,{scope:a,baseId:(0,d.useId)(),value:h,onValueChange:b,orientation:u,dir:x,activationMode:f,children:(0,c.jsx)(o.Primitive.div,{dir:x,"data-orientation":u,...g,ref:t})})},"Tabs")),w=t.forwardRef(p(function(e,t){let{__scopeTabs:a,loop:n=!0,...i}=e,s=h("TabsList",a),l=x(a);return(0,c.jsx)(r.Root,{asChild:!0,...l,orientation:s.orientation,dir:s.dir,loop:n,children:(0,c.jsx)(o.Primitive.div,{role:"tablist","aria-orientation":s.orientation,...i,ref:t})})},"TabsList")),j=t.forwardRef(p(function(e,t){let{__scopeTabs:n,value:i,disabled:s=!1,...l}=e,d=h("TabsTrigger",n),u=x(n),p=y(d.baseId,i),m=C(d.baseId,i),f=i===d.value;return(0,c.jsx)(r.Item,{asChild:!0,...u,focusable:!s,active:f,children:(0,c.jsx)(o.Primitive.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":m,"data-state":f?"active":"inactive","data-disabled":s?"":void 0,disabled:s,id:p,...l,ref:t,onMouseDown:(0,a.composeEventHandlers)(e.onMouseDown,e=>{s||0!==e.button||!1!==e.ctrlKey?e.preventDefault():d.onValueChange(i)}),onKeyDown:(0,a.composeEventHandlers)(e.onKeyDown,e=>{!s&&e.target===e.currentTarget&&[" ","Enter"].includes(e.key)&&d.onValueChange(i)}),onFocus:(0,a.composeEventHandlers)(e.onFocus,()=>{let e="manual"!==d.activationMode;f||s||!e||d.onValueChange(i)})})})},"TabsTrigger")),N=t.forwardRef(p(function(e,a){let{__scopeTabs:n,value:r,forceMount:s,children:l,...d}=e,u=h("TabsContent",n),p=y(u.baseId,r),m=C(u.baseId,r),f=r===u.value,g=t.useRef(f);return t.useEffect(()=>{let e=requestAnimationFrame(()=>g.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,c.jsx)(i.Presence,{present:s||f,children:({present:t})=>(0,c.jsx)(o.Primitive.div,{"data-state":f?"active":"inactive","data-orientation":u.orientation,role:"tabpanel","aria-labelledby":p,hidden:!t,id:m,tabIndex:0,...d,ref:a,style:{...e.style,animationDuration:g.current?"0s":void 0},children:t&&l})})},"TabsContent"));function y(e,t){return`${e}-trigger-${t}`}function C(e,t){return`${e}-content-${t}`}p(y,"makeTriggerId"),p(C,"makeContentId"),e.s(["Content",0,N,"List",0,w,"Root",0,b,"Tabs",0,b,"TabsContent",0,N,"TabsList",0,w,"TabsTrigger",0,j,"Trigger",0,j,"createTabsScope",0,g])},19710,929570,336583,76616,721930,7956,992250,137951,186506,398313,888624,884941,e=>{"use strict";var t=e.i(843476),a=e.i(225913),n=e.i(586011),r=e.i(690923);let i=(0,a.cva)("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded border-2 px-2 py-0.5 text-xs font-head font-medium whitespace-nowrap shadow-sm transition-all focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground [a]:hover:bg-destructive/90",outline:"bg-transparent text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"border-transparent bg-transparent shadow-none hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"border-transparent bg-transparent shadow-none text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function o({className:e,size:a="default",...n}){return(0,t.jsx)("div",{"data-slot":"card","data-size":a,className:(0,r.cn)("group/card flex flex-col gap-(--card-spacing) overflow-hidden rounded border-2 bg-card py-(--card-spacing) text-sm text-card-foreground shadow-md [--card-spacing:--spacing(4)] has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:[--card-spacing:--spacing(3)] data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl",e),...n})}e.s(["Badge",0,function({className:e,variant:a="default",asChild:o=!1,...s}){let l=o?n.Slot.Root:"span";return(0,t.jsx)(l,{"data-slot":"badge","data-variant":a,className:(0,r.cn)(i({variant:a}),e),...s})}],929570),e.i(263724),e.s(["Card",0,o,"CardAction",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-action",className:(0,r.cn)("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...a})},"CardContent",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,r.cn)("px-(--card-spacing)",e),...a})},"CardDescription",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,r.cn)("text-sm text-muted-foreground",e),...a})},"CardFooter",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,r.cn)("flex items-center rounded-b-xl border-t-2 bg-muted/50 p-(--card-spacing)",e),...a})},"CardHeader",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,r.cn)("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-(--card-spacing) has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-(--card-spacing)",e),...a})},"CardTitle",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,r.cn)("cn-font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm",e),...a})}],336583),e.s(["ChromeFrame",0,function({variant:e,className:a,children:n,...i}){return"rail"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex h-full w-full flex-col overflow-hidden rounded bg-sidebar py-0",a),...i,children:n})}):"panel"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex h-full w-full flex-col overflow-y-auto rounded bg-card py-0",a),...i,children:n})}):"bar"===e?(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,r.cn)("flex w-full flex-row items-center rounded bg-card py-0",a),...i,children:n})}):(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,r.cn)("relative flex h-14 w-full flex-row items-center gap-0 rounded px-6 py-0 overflow-visible",a),...i,children:n})})}],76616),e.i(971763);var s=e.i(829834);e.s(["TabsTrigger",0,function({className:e,...a}){return(0,t.jsx)(s.TabsTrigger,{className:(0,r.cn)(e,"data-active:hover:text-primary-foreground"),...a})}],721930),e.i(277718),e.i(900843),e.i(382115),e.i(19810),e.i(649320);var l=e.i(392784);function d({variant:e,size:a,error:n,leftSection:i,rightSection:o,className:s,...c}){return i||o?(0,t.jsxs)("div",{className:"w-full flex items-center gap-1",children:[i,(0,t.jsx)(l.Input,{className:(0,r.cn)("flex-1",n&&"border-destructive",s),...c}),o]}):(0,t.jsx)(l.Input,{className:(0,r.cn)(n&&"border-destructive",s),...c})}function c({className:e,leftSection:a,rightSection:n,error:i,children:o}){return(0,t.jsxs)("div",{className:(0,r.cn)("w-full flex gap-1 items-center",i&&"border-destructive",e),children:[a,o,n]})}d.displayName="Input",c.displayName="InputBlock",e.s(["Input",0,d,"InputBlock",0,c],7956),e.i(500418),e.i(691298),e.i(311690),e.i(396409),e.i(74778),e.i(598349),e.i(471415);var u=e.i(503636),p=e.i(576958),p=p;let m=(0,a.cva)("group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center rounded px-2.5 py-1.5 text-sm font-medium transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary disabled:pointer-events-none disabled:opacity-50 data-popup-open:bg-accent data-popup-open:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground");function f({className:e,...a}){return(0,t.jsx)("div",{className:(0,r.cn)("absolute top-full left-0 isolate z-50 flex justify-center"),children:(0,t.jsx)(p.Viewport,{"data-slot":"navigation-menu-viewport",className:(0,r.cn)("origin-top-center relative mt-1.5 h-(--radix-navigation-menu-viewport-height) w-full overflow-hidden rounded border-2 bg-popover text-popover-foreground shadow-md duration-100 md:w-(--radix-navigation-menu-viewport-width) data-open:animate-in data-open:zoom-in-90 data-closed:animate-out data-closed:zoom-out-90",e),...a})})}e.s(["NavigationMenu",0,function({className:e,children:a,viewport:n=!0,...i}){return(0,t.jsxs)(p.Root,{"data-slot":"navigation-menu","data-viewport":n,className:(0,r.cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...i,children:[a,n&&(0,t.jsx)(f,{})]})},"NavigationMenuContent",0,function({className:e,...a}){return(0,t.jsx)(p.Content,{"data-slot":"navigation-menu-content",className:(0,r.cn)("top-0 left-0 w-full p-1 ease-[cubic-bezier(0.22,1,0.36,1)] group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded group-data-[viewport=false]/navigation-menu:border-2 group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow-md group-data-[viewport=false]/navigation-menu:duration-300 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none md:absolute md:w-auto group-data-[viewport=false]/navigation-menu:data-open:animate-in group-data-[viewport=false]/navigation-menu:data-open:fade-in-0 group-data-[viewport=false]/navigation-menu:data-open:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-closed:animate-out group-data-[viewport=false]/navigation-menu:data-closed:fade-out-0 group-data-[viewport=false]/navigation-menu:data-closed:zoom-out-95",e),...a})},"NavigationMenuIndicator",0,function({className:e,...a}){return(0,t.jsx)(p.Indicator,{"data-slot":"navigation-menu-indicator",className:(0,r.cn)("top-full z-1 flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",e),...a,children:(0,t.jsx)("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})},"NavigationMenuItem",0,function({className:e,...a}){return(0,t.jsx)(p.Item,{"data-slot":"navigation-menu-item",className:(0,r.cn)("relative",e),...a})},"NavigationMenuLink",0,function({className:e,...a}){return(0,t.jsx)(p.Link,{"data-slot":"navigation-menu-link",className:(0,r.cn)("flex items-center gap-2 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary in-data-[slot=navigation-menu-content]:rounded-sm data-active:bg-accent data-active:text-accent-foreground [&_svg:not([class*='size-'])]:size-4",e),...a})},"NavigationMenuList",0,function({className:e,...a}){return(0,t.jsx)(p.List,{"data-slot":"navigation-menu-list",className:(0,r.cn)("group flex flex-1 list-none items-center justify-center gap-0",e),...a})},"NavigationMenuTrigger",0,function({className:e,children:a,...n}){return(0,t.jsxs)(p.Trigger,{"data-slot":"navigation-menu-trigger",className:(0,r.cn)(m(),"group",e),...n,children:[a," ",(0,t.jsx)(u.ChevronDownIcon,{className:"relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180","aria-hidden":"true"})]})},"NavigationMenuViewport",0,f,"navigationMenuTriggerStyle",0,m],992250);var g=e.i(408277);let x=(0,e.i(566407).makeScrollableTable)(g.Table,"@min-[780px]/tbl:[&_thead_th]:sticky @min-[780px]/tbl:[&_thead_th]:top-0 @min-[780px]/tbl:[&_thead_th]:z-10 @min-[780px]/tbl:[&_thead_th]:bg-muted @min-[780px]/tbl:[&_thead_th]:shadow-[inset_0_-2px_0_0_var(--border)] @min-[780px]/tbl:[&_thead_th:first-child]:rounded-tl @min-[780px]/tbl:[&_thead_th:last-child]:rounded-tr");e.s(["Table",0,x,"TableCell",0,function({className:e,...a}){return(0,t.jsx)(g.TableCell,{className:(0,r.cn)("whitespace-normal",e),...a})}],137951),e.i(828627);var v=e.i(881736);e.s(["Button",0,function({className:e,...a}){return(0,t.jsx)(v.Button,{className:(0,r.cn)(e,"leading-none"),...a})}],186506);var h=e.i(96834);let b=(0,r.cn)("data-[state=checked]:bg-primary","[&_[data-slot=switch-thumb]]:data-[state=unchecked]:translate-x-0","[&_[data-slot=switch-thumb]]:data-[state=checked]:bg-background","data-[size=default]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-5","data-[size=sm]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-4");e.s(["Switch",0,function({className:e,...a}){return(0,t.jsx)(h.Switch,{className:(0,r.cn)(b,e),...a})}],398313);var w=e.i(802143);e.s(["Toggle",0,function({className:e,...a}){return(0,t.jsx)(w.Toggle,{className:(0,r.cn)(e,"cursor-pointer disabled:cursor-not-allowed"),...a})}],888624),e.i(678223),e.i(575360);var j=e.i(271645),N=e.i(579104);e.s(["SidebarMenuButton",0,function({render:e,children:a,asChild:n,...r}){return e&&(0,j.isValidElement)(e)?(0,t.jsx)(N.SidebarMenuButton,{asChild:!0,...r,children:(0,j.cloneElement)(e,void 0,a)}):(0,t.jsx)(N.SidebarMenuButton,{asChild:n,...r,children:a})}],884941),e.i(732002),e.i(943696),e.i(595040),e.s([],19710)},207530,e=>{"use strict";e.i(19710),e.s([])},14402,e=>{"use strict";e.s(["NO_BOARD_REASON",0,"No board — no registered project for this tranche.","trancheHref",0,function(e,t){return function(e,t,a){if(null!==a){let n=e.find(e=>e&&a.has(e));return n?`/studio/projects/${n}/tranches/${t}`:null}let n=encodeURIComponent(e.find(e=>e)??"_default");return`/studio/projects/${n}/tranches/${t}`}(e.projects,e.fileSlug,t)}],14402)},471629,481139,e=>{"use strict";var t=e.i(843476),a=e.i(853138);function n({scope:e,status:r,detail:i}){if("ok"===r.kind)return null;if("unreachable"===r.kind)return(0,t.jsxs)("div",{className:"flex items-start gap-2 rounded-md border border-warning/40 bg-warning/10 px-3 py-2 text-warning",children:[(0,t.jsx)(a.AlertTriangle,{className:"size-4 shrink-0 translate-y-0.5 text-warning","aria-hidden":!0}),(0,t.jsxs)("p",{className:"font-sans text-xs text-warning",children:["Live forge state unavailable — GitHub could not be reached."," ",i??"Showing archived/legacy data only; active tranches cannot be listed right now."]})]});let o="both"===e?"tranches":`${e} tranches`,s=r.failed.map(e=>e.slug).join(", ");return(0,t.jsxs)("div",{className:"flex items-start gap-2 rounded-md border border-warning/40 bg-warning/10 px-3 py-2 text-warning",children:[(0,t.jsx)(a.AlertTriangle,{className:"size-4 shrink-0 translate-y-0.5 text-warning","aria-hidden":!0}),(0,t.jsxs)("p",{className:"font-sans text-xs text-warning",children:["Live forge state partially unavailable — ",r.failed.length," of ",r.total," ",o," could not be loaded (",s,"). Shown counts exclude them."]})]})}e.s(["ForgeBanners",0,function({forge:e}){return"unreachable"===e.active.kind&&"unreachable"===e.archived.kind?(0,t.jsx)(n,{scope:"both",status:e.active}):(0,t.jsxs)("div",{className:"space-y-2",children:["ok"!==e.active.kind&&(0,t.jsx)(n,{scope:"active",status:e.active}),"ok"!==e.archived.kind&&(0,t.jsx)(n,{scope:"archived",status:e.archived})]})}],471629),e.i(207530);var r=e.i(336583),i=e.i(167012);let o=(0,e.i(456420).default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);var s=e.i(271645),l=e.i(14402);function d({counts:e,archived:a}){let{total:n,done:r,ongoing:i,todo:o,blocked:l,dropped:c,incoherent:u,backlog:p,forgeAvailable:m}=e;if(!m)return(0,t.jsxs)("p",{children:[n," task",1===n?"":"s"]});if("active"!=(a?"archived":e.forgeAvailable&&e.done>0&&e.done+e.dropped===e.total?"awaiting-archive":"active"))return(0,t.jsx)("span",{className:"inline-block rounded border border-success/50 px-1.5 py-0.5 font-mono text-xs font-medium uppercase tracking-wider text-success",children:"done"});let f=n-c,g=f>0?Math.round(r/f*100):0,x=[{key:"done",label:`${r} done`,count:r,className:"text-success"},{key:"ongoing",label:`${i} active`,count:i,className:"text-primary"},{key:"todo",label:`${o} to do`,count:o},{key:"blocked",label:`${l} blocked`,count:l,className:"text-warning"},{key:"dropped",label:`${c} dropped`,count:c,className:"text-muted-foreground/70"},{key:"incoherent",label:`${u} incoherent`,count:u,className:"text-destructive"},{key:"backlog",label:`${p} backlog`,count:p,className:"text-muted-foreground/70"}].filter(e=>e.count>0);return(0,t.jsxs)("div",{className:"space-y-1",children:[(0,t.jsx)("div",{className:"h-1 overflow-hidden rounded-full bg-muted",children:(0,t.jsx)("div",{className:"h-full rounded-full bg-success",style:{width:`${g}%`}})}),(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("span",{children:x.map((e,a)=>(0,t.jsxs)(s.Fragment,{children:[a>0&&" · ",(0,t.jsx)("span",{className:e.className,children:e.label})]},e.key))}),(0,t.jsxs)("span",{children:[g,"%"]})]})]})}e.s(["TrancheCard",0,function({tranche:e,href:a,showProjects:n=!1}){let s="group block",c=(0,t.jsxs)(r.Card,{children:[(0,t.jsx)(r.CardHeader,{className:"pb-2",children:(0,t.jsxs)(r.CardTitle,{className:"flex items-center justify-between font-serif text-xl text-card-foreground",children:[(0,t.jsx)("span",{children:e.name}),a?(0,t.jsx)(o,{className:"size-4 shrink-0 text-muted-foreground transition-transform group-hover:translate-x-0.5 group-hover:text-primary"}):null]})}),(0,t.jsxs)(r.CardContent,{className:"space-y-2 font-mono text-xs text-muted-foreground",children:[n&&e.projects.length>0&&(0,t.jsxs)("p",{children:["projects · ",e.projects.join(" · ")]}),!a&&(0,t.jsx)("p",{className:"font-sans text-xs text-muted-foreground/70",children:l.NO_BOARD_REASON}),e.goal&&(0,t.jsx)("p",{className:"line-clamp-2 font-sans text-xs",children:e.goal}),(0,t.jsx)(d,{counts:e.taskCounts,archived:e.archived})]})]});return a?(0,t.jsx)(i.NextLink,{variant:"unstyled",href:a,className:s,children:c}):(0,t.jsx)("div",{className:`${s} cursor-help`,title:l.NO_BOARD_REASON,children:c})}],481139)}]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,263724,867927,471415,566407,e=>{"use strict";var t=e.i(843476),a=e.i(271645),r=e.i(690923);let n=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("code",{ref:n,className:(0,r.cn)("rounded-sm bg-muted px-1.5 py-0.5 font-mono text-[0.92em] text-foreground",e),...a}));n.displayName="Code";let i=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("pre",{ref:n,className:(0,r.cn)("my-4 overflow-x-auto rounded-md bg-muted p-4 font-mono text-sm text-foreground",e),...a}));i.displayName="CodeBlock",e.s(["Code",0,n,"CodeBlock",0,i],263724);var o=e.i(991918),s=e.i(986253);e.s(["ChevronRight",()=>s.default],867927);var s=s;let l=(0,e.i(456420).default)("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),d=a.forwardRef(({...e},a)=>(0,t.jsx)("nav",{ref:a,"aria-label":"breadcrumb",...e}));d.displayName="Breadcrumb";let c=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("ol",{ref:n,className:(0,r.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...a}));c.displayName="BreadcrumbList";let u=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("li",{ref:n,className:(0,r.cn)("inline-flex items-center gap-1.5",e),...a}));u.displayName="BreadcrumbItem";let m=a.forwardRef(({asChild:e,className:a,...n},i)=>{let s=e?o.Slot:"a";return(0,t.jsx)(s,{ref:i,className:(0,r.cn)("transition-colors hover:text-foreground",a),...n})});m.displayName="BreadcrumbLink";let p=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("span",{ref:n,role:"link","aria-disabled":"true","aria-current":"page",className:(0,r.cn)("font-normal text-foreground",e),...a}));p.displayName="BreadcrumbPage";let f=({children:e,className:a,...n})=>(0,t.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,r.cn)("[&>svg]:w-3.5 [&>svg]:h-3.5",a),...n,children:e??(0,t.jsx)(s.default,{})});f.displayName="BreadcrumbSeparator";let g=({className:e,...a})=>(0,t.jsxs)("span",{role:"presentation","aria-hidden":"true",className:(0,r.cn)("flex h-9 w-9 items-center justify-center",e),...a,children:[(0,t.jsx)(l,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"sr-only",children:"More"})]});g.displayName="BreadcrumbElipssis",e.s(["Breadcrumb",0,d,"BreadcrumbEllipsis",0,g,"BreadcrumbItem",0,u,"BreadcrumbLink",0,m,"BreadcrumbList",0,c,"BreadcrumbPage",0,p,"BreadcrumbSeparator",0,f],471415),e.s(["makeScrollableTable",0,function(e,a){function n({className:i,containerClassName:o,stickyHeader:s=!1,...l}){return(0,t.jsx)("div",{className:"@container/tbl w-full min-w-0 max-w-full",children:(0,t.jsx)("div",{className:(0,r.cn)(s&&"@min-[780px]/tbl:[&>div]:overflow-visible",s&&a,o),children:(0,t.jsx)(e,{className:i,...l})})})}return n.displayName="Table",n}],566407)},828627,974817,15758,e=>{"use strict";var t=e.i(843476),a=e.i(991918),r=e.i(690923),n=e.i(271645);let i=n.default.forwardRef(({asChild:e,as:n="div",direction:i,align:o,justify:s,wrap:l,gap:d,className:c,...u},m)=>{let p=e?a.Slot:n,f=(0,r.cn)((e=>{let{direction:t,align:a,justify:r,wrap:n,gap:i}=e,o=["flex"];"column"===t&&o.push("flex-col"),"row-reverse"===t&&o.push("flex-row-reverse"),"column-reverse"===t&&o.push("flex-col-reverse"),"start"===a&&o.push("items-start"),"center"===a&&o.push("items-center"),"end"===a&&o.push("items-end"),"baseline"===a&&o.push("items-baseline"),"stretch"===a&&o.push("items-stretch"),"start"===r&&o.push("justify-start"),"center"===r&&o.push("justify-center"),"end"===r&&o.push("justify-end"),"between"===r&&o.push("justify-between"),"around"===r&&o.push("justify-around"),"evenly"===r&&o.push("justify-evenly"),"wrap"===n&&o.push("flex-wrap"),"nowrap"===n&&o.push("flex-nowrap"),"wrap-reverse"===n&&o.push("flex-wrap-reverse");let s=(e=>{if(void 0!==e)return({0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",7:"gap-7",8:"gap-8",9:"gap-9",10:"gap-10",11:"gap-11",12:"gap-12",14:"gap-14",16:"gap-16",20:"gap-20",24:"gap-24",28:"gap-28",32:"gap-32",36:"gap-36",40:"gap-40",44:"gap-44",48:"gap-48",52:"gap-52",56:"gap-56",60:"gap-60",64:"gap-64",72:"gap-72",80:"gap-80",96:"gap-96"})[e]||`gap-[${.25*e}rem]`})(i);return s&&o.push(s),o})({direction:i,align:o,justify:s,wrap:l,gap:d}),c);return(0,t.jsx)(p,{...u,ref:m,className:f})});i.displayName="Flex",e.s(["Flex",0,i],974817),e.i(702201);let o={xs:"text-xs",sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},s={normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},l=n.forwardRef(({as:e="p",size:a="md",weight:n,muted:i,className:l,children:d,...c},u)=>(0,t.jsx)(e,{ref:u,className:(0,r.cn)(o[a],n&&s[n],i&&"text-muted-foreground",l),...c,children:d}));l.displayName="Text",e.s(["Text",0,l],15758),e.i(519410),e.i(947511),e.i(467384),e.s([],828627)},595040,e=>{"use strict";e.i(816396),e.s([])},687607,e=>{"use strict";var t=e.i(271645),a=e.i(981140),r=e.i(30030),n=e.i(369340),i=e.i(934620),o=e.i(820783),s=e.i(248425),l=e.i(296626),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,m=(e,t)=>u(e,"name",{value:t,configurable:!0}),p="Collapsible",[f,g]=(0,r.createContextScope)(p),[x,h]=f(p),v=t.forwardRef(m(function(e,a){let{__scopeCollapsible:r,open:i,defaultOpen:o,disabled:l,onOpenChange:u,...m}=e,[f,g]=(0,n.useControllableState)({prop:i,defaultProp:o??!1,onChange:u,caller:p});return(0,c.jsx)(x,{scope:r,disabled:l,contentId:(0,d.useId)(),open:f,onOpenToggle:t.useCallback(()=>g(e=>!e),[g]),children:(0,c.jsx)(s.Primitive.div,{"data-state":N(f),"data-disabled":l?"":void 0,...m,ref:a})})},"Collapsible")),b=t.forwardRef(m(function(e,t){let{__scopeCollapsible:r,...n}=e,i=h("CollapsibleTrigger",r);return(0,c.jsx)(s.Primitive.button,{type:"button","aria-controls":i.open?i.contentId:void 0,"aria-expanded":i.open||!1,"data-state":N(i.open),"data-disabled":i.disabled?"":void 0,disabled:i.disabled,...n,ref:t,onClick:(0,a.composeEventHandlers)(e.onClick,i.onOpenToggle)})},"CollapsibleTrigger")),y="CollapsibleContent",w=t.forwardRef(m(function(e,t){let{forceMount:a,...r}=e,n=h(y,e.__scopeCollapsible);return(0,c.jsx)(l.Presence,{present:a||n.open,children:({present:e})=>(0,c.jsx)(j,{...r,ref:t,present:e})})},"CollapsibleContent")),j=t.forwardRef(m(function(e,a){let{__scopeCollapsible:r,present:n,children:l,...d}=e,u=h(y,r),[m,p]=t.useState(n),f=t.useRef(null),g=(0,o.useComposedRefs)(a,f),x=t.useRef(0),v=x.current,b=t.useRef(0),w=b.current,j=u.open||m,T=t.useRef(j),k=t.useRef(void 0);return t.useEffect(()=>{let e=requestAnimationFrame(()=>T.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,i.useLayoutEffect)(()=>{let e=f.current;if(e){k.current=k.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();x.current=t.height,b.current=t.width,T.current||(e.style.transitionDuration=k.current.transitionDuration,e.style.animationName=k.current.animationName),p(n)}},[u.open,n]),(0,c.jsx)(s.Primitive.div,{"data-state":N(u.open),"data-disabled":u.disabled?"":void 0,id:u.contentId,hidden:!j,...d,ref:g,style:{"--radix-collapsible-content-height":v?`${v}px`:void 0,"--radix-collapsible-content-width":w?`${w}px`:void 0,...e.style},children:j&&l})},"CollapsibleContentImpl"));function N(e){return e?"open":"closed"}m(N,"getState"),e.s(["Collapsible",0,v,"CollapsibleContent",0,w,"CollapsibleTrigger",0,b,"Content",0,w,"Root",0,v,"Trigger",0,b,"createCollapsibleScope",0,g])},382449,e=>{"use strict";var t=e.i(388474);e.s(["Checkbox",0,t])},768467,e=>{"use strict";var t=e.i(57287);e.s(["Switch",0,t])},504607,e=>{"use strict";var t=e.i(980305);e.s(["Toggle",0,t])},503636,358729,e=>{"use strict";var t=e.i(26495);e.s(["ChevronDownIcon",()=>t.default],503636);var a=e.i(144716);e.s(["ChevronUpIcon",()=>a.default],358729)},926209,e=>{"use strict";var t=e.i(271645),a=e.i(981140),r=e.i(30030),n=e.i(842727),i=e.i(296626),o=e.i(248425),s=e.i(586318),l=e.i(369340),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,m=(e,t)=>u(e,"name",{value:t,configurable:!0}),p="Tabs",[f,g]=(0,r.createContextScope)(p,[n.createRovingFocusGroupScope]),x=(0,n.createRovingFocusGroupScope)(),[h,v]=f(p),b=t.forwardRef(m(function(e,t){let{__scopeTabs:a,value:r,onValueChange:n,defaultValue:i,orientation:u="horizontal",dir:m,activationMode:f="automatic",...g}=e,x=(0,s.useDirection)(m),[v,b]=(0,l.useControllableState)({prop:r,onChange:n,defaultProp:i??"",caller:p});return(0,c.jsx)(h,{scope:a,baseId:(0,d.useId)(),value:v,onValueChange:b,orientation:u,dir:x,activationMode:f,children:(0,c.jsx)(o.Primitive.div,{dir:x,"data-orientation":u,...g,ref:t})})},"Tabs")),y=t.forwardRef(m(function(e,t){let{__scopeTabs:a,loop:r=!0,...i}=e,s=v("TabsList",a),l=x(a);return(0,c.jsx)(n.Root,{asChild:!0,...l,orientation:s.orientation,dir:s.dir,loop:r,children:(0,c.jsx)(o.Primitive.div,{role:"tablist","aria-orientation":s.orientation,...i,ref:t})})},"TabsList")),w=t.forwardRef(m(function(e,t){let{__scopeTabs:r,value:i,disabled:s=!1,...l}=e,d=v("TabsTrigger",r),u=x(r),m=N(d.baseId,i),p=T(d.baseId,i),f=i===d.value;return(0,c.jsx)(n.Item,{asChild:!0,...u,focusable:!s,active:f,children:(0,c.jsx)(o.Primitive.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":p,"data-state":f?"active":"inactive","data-disabled":s?"":void 0,disabled:s,id:m,...l,ref:t,onMouseDown:(0,a.composeEventHandlers)(e.onMouseDown,e=>{s||0!==e.button||!1!==e.ctrlKey?e.preventDefault():d.onValueChange(i)}),onKeyDown:(0,a.composeEventHandlers)(e.onKeyDown,e=>{!s&&e.target===e.currentTarget&&[" ","Enter"].includes(e.key)&&d.onValueChange(i)}),onFocus:(0,a.composeEventHandlers)(e.onFocus,()=>{let e="manual"!==d.activationMode;f||s||!e||d.onValueChange(i)})})})},"TabsTrigger")),j=t.forwardRef(m(function(e,a){let{__scopeTabs:r,value:n,forceMount:s,children:l,...d}=e,u=v("TabsContent",r),m=N(u.baseId,n),p=T(u.baseId,n),f=n===u.value,g=t.useRef(f);return t.useEffect(()=>{let e=requestAnimationFrame(()=>g.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,c.jsx)(i.Presence,{present:s||f,children:({present:t})=>(0,c.jsx)(o.Primitive.div,{"data-state":f?"active":"inactive","data-orientation":u.orientation,role:"tabpanel","aria-labelledby":m,hidden:!t,id:p,tabIndex:0,...d,ref:a,style:{...e.style,animationDuration:g.current?"0s":void 0},children:t&&l})})},"TabsContent"));function N(e,t){return`${e}-trigger-${t}`}function T(e,t){return`${e}-content-${t}`}m(N,"makeTriggerId"),m(T,"makeContentId"),e.s(["Content",0,j,"List",0,y,"Root",0,b,"Tabs",0,b,"TabsContent",0,j,"TabsList",0,y,"TabsTrigger",0,w,"Trigger",0,w,"createTabsScope",0,g])},19710,929570,336583,76616,721930,7956,992250,137951,186506,398313,888624,884941,e=>{"use strict";var t=e.i(843476),a=e.i(225913),r=e.i(586011),n=e.i(690923);let i=(0,a.cva)("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded border-2 px-2 py-0.5 text-xs font-head font-medium whitespace-nowrap shadow-sm transition-all focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground [a]:hover:bg-destructive/90",outline:"bg-transparent text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"border-transparent bg-transparent shadow-none hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"border-transparent bg-transparent shadow-none text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function o({className:e,size:a="default",...r}){return(0,t.jsx)("div",{"data-slot":"card","data-size":a,className:(0,n.cn)("group/card flex flex-col gap-(--card-spacing) overflow-hidden rounded border-2 bg-card py-(--card-spacing) text-sm text-card-foreground shadow-md [--card-spacing:--spacing(4)] has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:[--card-spacing:--spacing(3)] data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl",e),...r})}e.s(["Badge",0,function({className:e,variant:a="default",asChild:o=!1,...s}){let l=o?r.Slot.Root:"span";return(0,t.jsx)(l,{"data-slot":"badge","data-variant":a,className:(0,n.cn)(i({variant:a}),e),...s})}],929570),e.i(263724),e.s(["Card",0,o,"CardAction",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-action",className:(0,n.cn)("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...a})},"CardContent",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,n.cn)("px-(--card-spacing)",e),...a})},"CardDescription",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,n.cn)("text-sm text-muted-foreground",e),...a})},"CardFooter",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,n.cn)("flex items-center rounded-b-xl border-t-2 bg-muted/50 p-(--card-spacing)",e),...a})},"CardHeader",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,n.cn)("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-(--card-spacing) has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-(--card-spacing)",e),...a})},"CardTitle",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,n.cn)("cn-font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm",e),...a})}],336583),e.s(["ChromeFrame",0,function({variant:e,className:a,children:r,...i}){return"rail"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex h-full w-full flex-col overflow-hidden rounded bg-sidebar py-0",a),...i,children:r})}):"panel"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex h-full w-full flex-col overflow-y-auto rounded bg-card py-0",a),...i,children:r})}):"bar"===e?(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex w-full flex-row items-center rounded bg-card py-0",a),...i,children:r})}):(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,n.cn)("relative flex h-14 w-full flex-row items-center gap-0 rounded px-6 py-0 overflow-visible",a),...i,children:r})})}],76616),e.i(971763);var s=e.i(829834);e.s(["TabsTrigger",0,function({className:e,...a}){return(0,t.jsx)(s.TabsTrigger,{className:(0,n.cn)(e,"data-active:hover:text-primary-foreground"),...a})}],721930),e.i(277718),e.i(900843),e.i(382115),e.i(19810),e.i(649320);var l=e.i(392784);function d({variant:e,size:a,error:r,leftSection:i,rightSection:o,className:s,...c}){return i||o?(0,t.jsxs)("div",{className:"w-full flex items-center gap-1",children:[i,(0,t.jsx)(l.Input,{className:(0,n.cn)("flex-1",r&&"border-destructive",s),...c}),o]}):(0,t.jsx)(l.Input,{className:(0,n.cn)(r&&"border-destructive",s),...c})}function c({className:e,leftSection:a,rightSection:r,error:i,children:o}){return(0,t.jsxs)("div",{className:(0,n.cn)("w-full flex gap-1 items-center",i&&"border-destructive",e),children:[a,o,r]})}d.displayName="Input",c.displayName="InputBlock",e.s(["Input",0,d,"InputBlock",0,c],7956),e.i(500418),e.i(691298),e.i(311690),e.i(396409),e.i(74778),e.i(598349),e.i(471415);var u=e.i(503636),m=e.i(576958),m=m;let p=(0,a.cva)("group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center rounded px-2.5 py-1.5 text-sm font-medium transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary disabled:pointer-events-none disabled:opacity-50 data-popup-open:bg-accent data-popup-open:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground");function f({className:e,...a}){return(0,t.jsx)("div",{className:(0,n.cn)("absolute top-full left-0 isolate z-50 flex justify-center"),children:(0,t.jsx)(m.Viewport,{"data-slot":"navigation-menu-viewport",className:(0,n.cn)("origin-top-center relative mt-1.5 h-(--radix-navigation-menu-viewport-height) w-full overflow-hidden rounded border-2 bg-popover text-popover-foreground shadow-md duration-100 md:w-(--radix-navigation-menu-viewport-width) data-open:animate-in data-open:zoom-in-90 data-closed:animate-out data-closed:zoom-out-90",e),...a})})}e.s(["NavigationMenu",0,function({className:e,children:a,viewport:r=!0,...i}){return(0,t.jsxs)(m.Root,{"data-slot":"navigation-menu","data-viewport":r,className:(0,n.cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...i,children:[a,r&&(0,t.jsx)(f,{})]})},"NavigationMenuContent",0,function({className:e,...a}){return(0,t.jsx)(m.Content,{"data-slot":"navigation-menu-content",className:(0,n.cn)("top-0 left-0 w-full p-1 ease-[cubic-bezier(0.22,1,0.36,1)] group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded group-data-[viewport=false]/navigation-menu:border-2 group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow-md group-data-[viewport=false]/navigation-menu:duration-300 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none md:absolute md:w-auto group-data-[viewport=false]/navigation-menu:data-open:animate-in group-data-[viewport=false]/navigation-menu:data-open:fade-in-0 group-data-[viewport=false]/navigation-menu:data-open:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-closed:animate-out group-data-[viewport=false]/navigation-menu:data-closed:fade-out-0 group-data-[viewport=false]/navigation-menu:data-closed:zoom-out-95",e),...a})},"NavigationMenuIndicator",0,function({className:e,...a}){return(0,t.jsx)(m.Indicator,{"data-slot":"navigation-menu-indicator",className:(0,n.cn)("top-full z-1 flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",e),...a,children:(0,t.jsx)("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})},"NavigationMenuItem",0,function({className:e,...a}){return(0,t.jsx)(m.Item,{"data-slot":"navigation-menu-item",className:(0,n.cn)("relative",e),...a})},"NavigationMenuLink",0,function({className:e,...a}){return(0,t.jsx)(m.Link,{"data-slot":"navigation-menu-link",className:(0,n.cn)("flex items-center gap-2 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary in-data-[slot=navigation-menu-content]:rounded-sm data-active:bg-accent data-active:text-accent-foreground [&_svg:not([class*='size-'])]:size-4",e),...a})},"NavigationMenuList",0,function({className:e,...a}){return(0,t.jsx)(m.List,{"data-slot":"navigation-menu-list",className:(0,n.cn)("group flex flex-1 list-none items-center justify-center gap-0",e),...a})},"NavigationMenuTrigger",0,function({className:e,children:a,...r}){return(0,t.jsxs)(m.Trigger,{"data-slot":"navigation-menu-trigger",className:(0,n.cn)(p(),"group",e),...r,children:[a," ",(0,t.jsx)(u.ChevronDownIcon,{className:"relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180","aria-hidden":"true"})]})},"NavigationMenuViewport",0,f,"navigationMenuTriggerStyle",0,p],992250);var g=e.i(408277);let x=(0,e.i(566407).makeScrollableTable)(g.Table,"@min-[780px]/tbl:[&_thead_th]:sticky @min-[780px]/tbl:[&_thead_th]:top-0 @min-[780px]/tbl:[&_thead_th]:z-10 @min-[780px]/tbl:[&_thead_th]:bg-muted @min-[780px]/tbl:[&_thead_th]:shadow-[inset_0_-2px_0_0_var(--border)] @min-[780px]/tbl:[&_thead_th:first-child]:rounded-tl @min-[780px]/tbl:[&_thead_th:last-child]:rounded-tr");e.s(["Table",0,x,"TableCell",0,function({className:e,...a}){return(0,t.jsx)(g.TableCell,{className:(0,n.cn)("whitespace-normal",e),...a})}],137951),e.i(828627);var h=e.i(881736);e.s(["Button",0,function({className:e,...a}){return(0,t.jsx)(h.Button,{className:(0,n.cn)(e,"leading-none"),...a})}],186506);var v=e.i(96834);let b=(0,n.cn)("data-[state=checked]:bg-primary","[&_[data-slot=switch-thumb]]:data-[state=unchecked]:translate-x-0","[&_[data-slot=switch-thumb]]:data-[state=checked]:bg-background","data-[size=default]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-5","data-[size=sm]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-4");e.s(["Switch",0,function({className:e,...a}){return(0,t.jsx)(v.Switch,{className:(0,n.cn)(b,e),...a})}],398313);var y=e.i(802143);e.s(["Toggle",0,function({className:e,...a}){return(0,t.jsx)(y.Toggle,{className:(0,n.cn)(e,"cursor-pointer disabled:cursor-not-allowed"),...a})}],888624),e.i(678223),e.i(575360);var w=e.i(271645),j=e.i(579104);e.s(["SidebarMenuButton",0,function({render:e,children:a,asChild:r,...n}){return e&&(0,w.isValidElement)(e)?(0,t.jsx)(j.SidebarMenuButton,{asChild:!0,...n,children:(0,w.cloneElement)(e,void 0,a)}):(0,t.jsx)(j.SidebarMenuButton,{asChild:r,...n,children:a})}],884941),e.i(732002),e.i(943696),e.i(595040),e.s([],19710)},207530,e=>{"use strict";e.i(19710),e.s([])},441468,e=>{"use strict";var t=e.i(19810),a=e.i(9963);e.s(["Select",()=>a.Select,"SelectContent",()=>t.SelectContent,"SelectGroup",()=>a.SelectGroup,"SelectItem",()=>a.SelectItem,"SelectLabel",()=>a.SelectLabel,"SelectScrollDownButton",()=>a.SelectScrollDownButton,"SelectScrollUpButton",()=>a.SelectScrollUpButton,"SelectSeparator",()=>a.SelectSeparator,"SelectTrigger",()=>a.SelectTrigger,"SelectValue",()=>a.SelectValue])},915215,e=>{"use strict";var t=e.i(575360),a=e.i(359607);e.s(["ToastProvider",()=>t.ToastProvider,"useToastContext",()=>a.useToastContext])},102773,e=>{"use strict";let t=(0,e.i(456420).default)("funnel",[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]]);e.s(["Filter",0,t],102773)},388610,e=>{"use strict";var t=e.i(843476);let a="vinaya/",r=[{key:"blocked",id:"vinaya/blocked",category:"state",form:"literal",carries:"Execution is halted pending an external unblock; wins over every other derived status."},{key:"tier-0",id:"vinaya/tier:0",category:"tier",form:"literal",carries:"Lowest governance weight — typecheck, lint, tests, and a conforming PR body."},{key:"tier-1",id:"vinaya/tier:1",category:"tier",form:"literal",carries:"Tier 0 plus spec/skill coverage and a passing verify-docs run."},{key:"tier-3",id:"vinaya/tier:3",category:"tier",form:"literal",carries:"Tier 1 plus the reasoning for the change, stated in the pull request that makes it."},{key:"tranche",id:"vinaya/tranche:",category:"tranche",form:"prefix",carries:"The tranche slug this task Issue belongs to — the forge's grouping key, matched by prefix."},{key:"needs-execution-input",id:"vinaya/needs:execution-input",category:"needs",form:"literal",carries:"Waiting on a missing execution detail — a flag, a dependency, a value the brief did not carry."},{key:"needs-strategy-input",id:"vinaya/needs:strategy-input",category:"needs",form:"literal",carries:"Waiting on a strategy call — the brief assumes an approach the codebase has moved away from."},{key:"needs-principal-input",id:"vinaya/needs:principal-input",category:"needs",form:"literal",carries:"Waiting on the Principal — a product-level call no agent may make."},{key:"needs-brief-correction",id:"vinaya/needs:brief-correction",category:"needs",form:"literal",carries:"Waiting on the Brief Author — the brief contradicts the surface it describes."},{key:"waiver-docs",id:"vinaya/waiver:docs",category:"waiver",form:"literal",carries:"Doc-coverage gate excused for this PR — honored only when a principal applied it."},{key:"waiver-review",id:"vinaya/waiver:review",category:"waiver",form:"literal",carries:"Review gate excused for this PR — honored only when a principal applied it."},{key:"override-docs",id:"vinaya/override:docs",category:"waiver",form:"literal",carries:"The whole verify-docs gate suppressed for this PR — a Principal-only blunt override, wider than a waiver."},{key:"incoherent",id:"vinaya/incoherent",category:"flag",form:"literal",carries:"Closed COMPLETED with no merged-PR link — done-but-unprovable, surfaced for a human."},{key:"direct-main-push",id:"vinaya/direct-main-push",category:"flag",form:"literal",carries:"A commit reached main with no associated merged PR — ring-2 detection, never a mutation."},{key:"dead-branch-push",id:"vinaya/dead-branch-push",category:"flag",form:"literal",carries:"Commits landed on a branch after its PR had already resolved — daily-drift detection."},{key:"state-object",id:"vinaya/state-object",category:"kind",form:"literal",carries:"A permanent forge-native storage object, never actionable work — excluded from every backlog."}],n=new Map(r.map(e=>[e.key,e]));function i(e){let t=n.get(e);if(!t)throw Error(`labels.ts: no LABELS entry for key '${e}'`);return t}e.i(207530);var o=e.i(186506),s=e.i(137951),l=e.i(408277),d=e.i(102773),c=e.i(263676),u=e.i(271645),m=e.i(929570);let p={project:"text-primary border-primary/40",tier:"text-foreground border-border",state:"text-primary border-primary/40",needs:"text-warning border-warning/40",flag:"text-destructive border-destructive/40",other:"text-muted-foreground border-border"};function f(e){let t=r.find(t=>{var a;let r;return a=t.key,"prefix"===(r=i(a)).form?e.startsWith(r.id):e===r.id});return t?"tier"===t.category?"tier":"state"===t.category?"state":"needs"===t.category?"needs":"flag"===t.category?"flag":"other":"other"}function g(e){return{tier:e.find(e=>"tier"===f(e))??null,flags:e.filter(e=>{let t=f(e);return"needs"===t||"state"===t||"flag"===t})}}function x({label:e}){return(0,t.jsx)(m.Badge,{variant:"outline",className:`font-mono text-xs ${p[f(e)]}`,children:e.startsWith(a)?e.slice(a.length):e})}function h({project:e}){return(0,t.jsx)(m.Badge,{variant:"outline",className:`font-mono text-xs ${p.project}`,children:e})}function v(){return(0,t.jsx)("span",{className:"font-mono text-xs text-muted-foreground/60",children:"—"})}let b="flex min-w-0 flex-wrap gap-1 [&>*]:h-auto [&>*]:max-w-full [&>*]:overflow-visible [&>*]:break-words [&>*]:whitespace-normal",y="backlog-filter-heading",w=i("tier-0").id.replace(/0$/,"");function j({label:e,active:a,onToggle:r}){return(0,t.jsx)(o.Button,{type:"button",variant:a?"default":"outline",size:"sm",onClick:r,"aria-pressed":a,className:`h-7 font-mono text-xs ${a?"border-primary bg-accent text-accent-foreground hover:bg-accent/90":"text-muted-foreground"}`,children:e})}function N({name:e,options:a,selected:r,onToggle:n,strip:i=""}){return 0===a.length?null:(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-1.5",children:[(0,t.jsx)("span",{className:"font-mono text-xs uppercase tracking-wider text-foreground",children:e}),a.map(e=>(0,t.jsx)(j,{label:e.startsWith(i)?e.slice(i.length):e,active:r.has(e),onToggle:()=>n(e)},e))]})}e.s(["BacklogTable",0,function({issues:e,projectOptions:r,tierOptions:n,flagOptions:i}){let[m,p]=(0,u.useState)(new Set),[f,j]=(0,u.useState)(new Set),[T,k]=(0,u.useState)(new Set),C=e=>t=>e(e=>{let a=new Set(e);return a.has(t)?a.delete(t):a.add(t),a}),S=(0,u.useMemo)(()=>e.filter(e=>{let{tier:t,flags:a}=g(e.labels),r=0===m.size||e.projects.some(e=>m.has(e)),n=0===f.size||null!==t&&f.has(t),i=0===T.size||a.some(e=>T.has(e));return r&&n&&i}),[e,m,f,T]),R=m.size>0||f.size>0||T.size>0;return(0,t.jsxs)("div",{className:"space-y-3",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(d.Filter,{className:"size-3.5 shrink-0 text-muted-foreground","aria-hidden":!0}),(0,t.jsx)("h2",{id:y,className:"font-mono text-xs uppercase tracking-wider text-muted-foreground",children:"Filter by"})]}),(0,t.jsxs)("div",{role:"group","aria-labelledby":y,className:"flex flex-wrap items-center gap-x-4 gap-y-2",children:[(0,t.jsx)(N,{name:"Project",options:r,selected:m,onToggle:C(p)}),(0,t.jsx)(N,{name:"Tier",options:n,selected:f,onToggle:C(j),strip:w}),(0,t.jsx)(N,{name:"Flags",options:i,selected:T,onToggle:C(k),strip:a}),R&&(0,t.jsxs)(o.Button,{type:"button",variant:"ghost",size:"sm",className:"h-7 gap-1 font-mono text-xs text-muted-foreground",onClick:()=>{p(new Set),j(new Set),k(new Set)},children:[(0,t.jsx)(c.X,{className:"size-3.5","aria-hidden":!0}),"Clear"]})]}),(0,t.jsx)("div",{children:(0,t.jsxs)(s.Table,{stickyHeader:!0,className:"min-w-[720px] table-fixed",children:[(0,t.jsx)(l.TableHeader,{children:(0,t.jsxs)(l.TableRow,{children:[(0,t.jsx)(l.TableHead,{className:"w-[6%] px-2 font-semibold text-foreground",children:"#"}),(0,t.jsx)(l.TableHead,{className:"w-[32%] font-semibold text-foreground",children:"Title"}),(0,t.jsx)(l.TableHead,{className:"w-[20%] font-semibold text-foreground",children:"Project(s)"}),(0,t.jsx)(l.TableHead,{className:"w-[10%] font-semibold text-foreground",children:"Tier"}),(0,t.jsx)(l.TableHead,{className:"w-[32%] font-semibold text-foreground",children:"Flags"})]})}),(0,t.jsx)(l.TableBody,{children:0===S.length?(0,t.jsx)(l.TableRow,{children:(0,t.jsx)(s.TableCell,{colSpan:5,className:"py-8 text-center font-sans text-sm text-muted-foreground/70",children:"No issues match these filters."})}):S.map(e=>{let{tier:a,flags:r}=g(e.labels);return(0,t.jsxs)(l.TableRow,{children:[(0,t.jsx)(s.TableCell,{className:"px-2 align-top",children:(0,t.jsxs)("a",{href:e.url,target:"_blank",rel:"noreferrer",className:"whitespace-nowrap font-mono text-xs text-muted-foreground hover:text-primary hover:underline",children:["#",e.number]})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("a",{href:e.url,target:"_blank",rel:"noreferrer",className:"block break-words font-sans text-sm text-card-foreground hover:text-primary hover:underline",children:e.title})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:e.projects.length>0?e.projects.map(e=>(0,t.jsx)(h,{project:e},e)):(0,t.jsx)(v,{})})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:a?(0,t.jsx)(x,{label:a}):(0,t.jsx)(v,{})})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:r.length>0?r.map(e=>(0,t.jsx)(x,{label:e},e)):(0,t.jsx)(v,{})})})]},e.number)})})]})})]})}],388610)}]);
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,263724,867927,471415,566407,e=>{"use strict";var t=e.i(843476),a=e.i(271645),r=e.i(690923);let n=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("code",{ref:n,className:(0,r.cn)("rounded-sm bg-muted px-1.5 py-0.5 font-mono text-[0.92em] text-foreground",e),...a}));n.displayName="Code";let i=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("pre",{ref:n,className:(0,r.cn)("my-4 overflow-x-auto rounded-md bg-muted p-4 font-mono text-sm text-foreground",e),...a}));i.displayName="CodeBlock",e.s(["Code",0,n,"CodeBlock",0,i],263724);var o=e.i(991918),s=e.i(986253);e.s(["ChevronRight",()=>s.default],867927);var s=s;let l=(0,e.i(456420).default)("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),d=a.forwardRef(({...e},a)=>(0,t.jsx)("nav",{ref:a,"aria-label":"breadcrumb",...e}));d.displayName="Breadcrumb";let c=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("ol",{ref:n,className:(0,r.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...a}));c.displayName="BreadcrumbList";let u=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("li",{ref:n,className:(0,r.cn)("inline-flex items-center gap-1.5",e),...a}));u.displayName="BreadcrumbItem";let p=a.forwardRef(({asChild:e,className:a,...n},i)=>{let s=e?o.Slot:"a";return(0,t.jsx)(s,{ref:i,className:(0,r.cn)("transition-colors hover:text-foreground",a),...n})});p.displayName="BreadcrumbLink";let m=a.forwardRef(({className:e,...a},n)=>(0,t.jsx)("span",{ref:n,role:"link","aria-disabled":"true","aria-current":"page",className:(0,r.cn)("font-normal text-foreground",e),...a}));m.displayName="BreadcrumbPage";let f=({children:e,className:a,...n})=>(0,t.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,r.cn)("[&>svg]:w-3.5 [&>svg]:h-3.5",a),...n,children:e??(0,t.jsx)(s.default,{})});f.displayName="BreadcrumbSeparator";let g=({className:e,...a})=>(0,t.jsxs)("span",{role:"presentation","aria-hidden":"true",className:(0,r.cn)("flex h-9 w-9 items-center justify-center",e),...a,children:[(0,t.jsx)(l,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"sr-only",children:"More"})]});g.displayName="BreadcrumbElipssis",e.s(["Breadcrumb",0,d,"BreadcrumbEllipsis",0,g,"BreadcrumbItem",0,u,"BreadcrumbLink",0,p,"BreadcrumbList",0,c,"BreadcrumbPage",0,m,"BreadcrumbSeparator",0,f],471415),e.s(["makeScrollableTable",0,function(e,a){function n({className:i,containerClassName:o,stickyHeader:s=!1,...l}){return(0,t.jsx)("div",{className:"@container/tbl w-full min-w-0 max-w-full",children:(0,t.jsx)("div",{className:(0,r.cn)(s&&"@min-[780px]/tbl:[&>div]:overflow-visible",s&&a,o),children:(0,t.jsx)(e,{className:i,...l})})})}return n.displayName="Table",n}],566407)},828627,974817,15758,e=>{"use strict";var t=e.i(843476),a=e.i(991918),r=e.i(690923),n=e.i(271645);let i=n.default.forwardRef(({asChild:e,as:n="div",direction:i,align:o,justify:s,wrap:l,gap:d,className:c,...u},p)=>{let m=e?a.Slot:n,f=(0,r.cn)((e=>{let{direction:t,align:a,justify:r,wrap:n,gap:i}=e,o=["flex"];"column"===t&&o.push("flex-col"),"row-reverse"===t&&o.push("flex-row-reverse"),"column-reverse"===t&&o.push("flex-col-reverse"),"start"===a&&o.push("items-start"),"center"===a&&o.push("items-center"),"end"===a&&o.push("items-end"),"baseline"===a&&o.push("items-baseline"),"stretch"===a&&o.push("items-stretch"),"start"===r&&o.push("justify-start"),"center"===r&&o.push("justify-center"),"end"===r&&o.push("justify-end"),"between"===r&&o.push("justify-between"),"around"===r&&o.push("justify-around"),"evenly"===r&&o.push("justify-evenly"),"wrap"===n&&o.push("flex-wrap"),"nowrap"===n&&o.push("flex-nowrap"),"wrap-reverse"===n&&o.push("flex-wrap-reverse");let s=(e=>{if(void 0!==e)return({0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",7:"gap-7",8:"gap-8",9:"gap-9",10:"gap-10",11:"gap-11",12:"gap-12",14:"gap-14",16:"gap-16",20:"gap-20",24:"gap-24",28:"gap-28",32:"gap-32",36:"gap-36",40:"gap-40",44:"gap-44",48:"gap-48",52:"gap-52",56:"gap-56",60:"gap-60",64:"gap-64",72:"gap-72",80:"gap-80",96:"gap-96"})[e]||`gap-[${.25*e}rem]`})(i);return s&&o.push(s),o})({direction:i,align:o,justify:s,wrap:l,gap:d}),c);return(0,t.jsx)(m,{...u,ref:p,className:f})});i.displayName="Flex",e.s(["Flex",0,i],974817),e.i(702201);let o={xs:"text-xs",sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},s={normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},l=n.forwardRef(({as:e="p",size:a="md",weight:n,muted:i,className:l,children:d,...c},u)=>(0,t.jsx)(e,{ref:u,className:(0,r.cn)(o[a],n&&s[n],i&&"text-muted-foreground",l),...c,children:d}));l.displayName="Text",e.s(["Text",0,l],15758),e.i(519410),e.i(947511),e.i(467384),e.s([],828627)},595040,e=>{"use strict";e.i(816396),e.s([])},687607,e=>{"use strict";var t=e.i(271645),a=e.i(981140),r=e.i(30030),n=e.i(369340),i=e.i(934620),o=e.i(820783),s=e.i(248425),l=e.i(296626),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),m="Collapsible",[f,g]=(0,r.createContextScope)(m),[h,v]=f(m),x=t.forwardRef(p(function(e,a){let{__scopeCollapsible:r,open:i,defaultOpen:o,disabled:l,onOpenChange:u,...p}=e,[f,g]=(0,n.useControllableState)({prop:i,defaultProp:o??!1,onChange:u,caller:m});return(0,c.jsx)(h,{scope:r,disabled:l,contentId:(0,d.useId)(),open:f,onOpenToggle:t.useCallback(()=>g(e=>!e),[g]),children:(0,c.jsx)(s.Primitive.div,{"data-state":N(f),"data-disabled":l?"":void 0,...p,ref:a})})},"Collapsible")),b=t.forwardRef(p(function(e,t){let{__scopeCollapsible:r,...n}=e,i=v("CollapsibleTrigger",r);return(0,c.jsx)(s.Primitive.button,{type:"button","aria-controls":i.open?i.contentId:void 0,"aria-expanded":i.open||!1,"data-state":N(i.open),"data-disabled":i.disabled?"":void 0,disabled:i.disabled,...n,ref:t,onClick:(0,a.composeEventHandlers)(e.onClick,i.onOpenToggle)})},"CollapsibleTrigger")),y="CollapsibleContent",w=t.forwardRef(p(function(e,t){let{forceMount:a,...r}=e,n=v(y,e.__scopeCollapsible);return(0,c.jsx)(l.Presence,{present:a||n.open,children:({present:e})=>(0,c.jsx)(j,{...r,ref:t,present:e})})},"CollapsibleContent")),j=t.forwardRef(p(function(e,a){let{__scopeCollapsible:r,present:n,children:l,...d}=e,u=v(y,r),[p,m]=t.useState(n),f=t.useRef(null),g=(0,o.useComposedRefs)(a,f),h=t.useRef(0),x=h.current,b=t.useRef(0),w=b.current,j=u.open||p,k=t.useRef(j),T=t.useRef(void 0);return t.useEffect(()=>{let e=requestAnimationFrame(()=>k.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,i.useLayoutEffect)(()=>{let e=f.current;if(e){T.current=T.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();h.current=t.height,b.current=t.width,k.current||(e.style.transitionDuration=T.current.transitionDuration,e.style.animationName=T.current.animationName),m(n)}},[u.open,n]),(0,c.jsx)(s.Primitive.div,{"data-state":N(u.open),"data-disabled":u.disabled?"":void 0,id:u.contentId,hidden:!j,...d,ref:g,style:{"--radix-collapsible-content-height":x?`${x}px`:void 0,"--radix-collapsible-content-width":w?`${w}px`:void 0,...e.style},children:j&&l})},"CollapsibleContentImpl"));function N(e){return e?"open":"closed"}p(N,"getState"),e.s(["Collapsible",0,x,"CollapsibleContent",0,w,"CollapsibleTrigger",0,b,"Content",0,w,"Root",0,x,"Trigger",0,b,"createCollapsibleScope",0,g])},382449,e=>{"use strict";var t=e.i(388474);e.s(["Checkbox",0,t])},768467,e=>{"use strict";var t=e.i(57287);e.s(["Switch",0,t])},504607,e=>{"use strict";var t=e.i(980305);e.s(["Toggle",0,t])},503636,358729,e=>{"use strict";var t=e.i(26495);e.s(["ChevronDownIcon",()=>t.default],503636);var a=e.i(144716);e.s(["ChevronUpIcon",()=>a.default],358729)},926209,e=>{"use strict";var t=e.i(271645),a=e.i(981140),r=e.i(30030),n=e.i(842727),i=e.i(296626),o=e.i(248425),s=e.i(586318),l=e.i(369340),d=e.i(610772),c=e.i(843476),u=Object.defineProperty,p=(e,t)=>u(e,"name",{value:t,configurable:!0}),m="Tabs",[f,g]=(0,r.createContextScope)(m,[n.createRovingFocusGroupScope]),h=(0,n.createRovingFocusGroupScope)(),[v,x]=f(m),b=t.forwardRef(p(function(e,t){let{__scopeTabs:a,value:r,onValueChange:n,defaultValue:i,orientation:u="horizontal",dir:p,activationMode:f="automatic",...g}=e,h=(0,s.useDirection)(p),[x,b]=(0,l.useControllableState)({prop:r,onChange:n,defaultProp:i??"",caller:m});return(0,c.jsx)(v,{scope:a,baseId:(0,d.useId)(),value:x,onValueChange:b,orientation:u,dir:h,activationMode:f,children:(0,c.jsx)(o.Primitive.div,{dir:h,"data-orientation":u,...g,ref:t})})},"Tabs")),y=t.forwardRef(p(function(e,t){let{__scopeTabs:a,loop:r=!0,...i}=e,s=x("TabsList",a),l=h(a);return(0,c.jsx)(n.Root,{asChild:!0,...l,orientation:s.orientation,dir:s.dir,loop:r,children:(0,c.jsx)(o.Primitive.div,{role:"tablist","aria-orientation":s.orientation,...i,ref:t})})},"TabsList")),w=t.forwardRef(p(function(e,t){let{__scopeTabs:r,value:i,disabled:s=!1,...l}=e,d=x("TabsTrigger",r),u=h(r),p=N(d.baseId,i),m=k(d.baseId,i),f=i===d.value;return(0,c.jsx)(n.Item,{asChild:!0,...u,focusable:!s,active:f,children:(0,c.jsx)(o.Primitive.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":m,"data-state":f?"active":"inactive","data-disabled":s?"":void 0,disabled:s,id:p,...l,ref:t,onMouseDown:(0,a.composeEventHandlers)(e.onMouseDown,e=>{s||0!==e.button||!1!==e.ctrlKey?e.preventDefault():d.onValueChange(i)}),onKeyDown:(0,a.composeEventHandlers)(e.onKeyDown,e=>{!s&&e.target===e.currentTarget&&[" ","Enter"].includes(e.key)&&d.onValueChange(i)}),onFocus:(0,a.composeEventHandlers)(e.onFocus,()=>{let e="manual"!==d.activationMode;f||s||!e||d.onValueChange(i)})})})},"TabsTrigger")),j=t.forwardRef(p(function(e,a){let{__scopeTabs:r,value:n,forceMount:s,children:l,...d}=e,u=x("TabsContent",r),p=N(u.baseId,n),m=k(u.baseId,n),f=n===u.value,g=t.useRef(f);return t.useEffect(()=>{let e=requestAnimationFrame(()=>g.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,c.jsx)(i.Presence,{present:s||f,children:({present:t})=>(0,c.jsx)(o.Primitive.div,{"data-state":f?"active":"inactive","data-orientation":u.orientation,role:"tabpanel","aria-labelledby":p,hidden:!t,id:m,tabIndex:0,...d,ref:a,style:{...e.style,animationDuration:g.current?"0s":void 0},children:t&&l})})},"TabsContent"));function N(e,t){return`${e}-trigger-${t}`}function k(e,t){return`${e}-content-${t}`}p(N,"makeTriggerId"),p(k,"makeContentId"),e.s(["Content",0,j,"List",0,y,"Root",0,b,"Tabs",0,b,"TabsContent",0,j,"TabsList",0,y,"TabsTrigger",0,w,"Trigger",0,w,"createTabsScope",0,g])},19710,929570,336583,76616,721930,7956,992250,137951,186506,398313,888624,884941,e=>{"use strict";var t=e.i(843476),a=e.i(225913),r=e.i(586011),n=e.i(690923);let i=(0,a.cva)("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded border-2 px-2 py-0.5 text-xs font-head font-medium whitespace-nowrap shadow-sm transition-all focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground [a]:hover:bg-destructive/90",outline:"bg-transparent text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"border-transparent bg-transparent shadow-none hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"border-transparent bg-transparent shadow-none text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function o({className:e,size:a="default",...r}){return(0,t.jsx)("div",{"data-slot":"card","data-size":a,className:(0,n.cn)("group/card flex flex-col gap-(--card-spacing) overflow-hidden rounded border-2 bg-card py-(--card-spacing) text-sm text-card-foreground shadow-md [--card-spacing:--spacing(4)] has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:[--card-spacing:--spacing(3)] data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl",e),...r})}e.s(["Badge",0,function({className:e,variant:a="default",asChild:o=!1,...s}){let l=o?r.Slot.Root:"span";return(0,t.jsx)(l,{"data-slot":"badge","data-variant":a,className:(0,n.cn)(i({variant:a}),e),...s})}],929570),e.i(263724),e.s(["Card",0,o,"CardAction",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-action",className:(0,n.cn)("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...a})},"CardContent",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,n.cn)("px-(--card-spacing)",e),...a})},"CardDescription",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,n.cn)("text-sm text-muted-foreground",e),...a})},"CardFooter",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,n.cn)("flex items-center rounded-b-xl border-t-2 bg-muted/50 p-(--card-spacing)",e),...a})},"CardHeader",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,n.cn)("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-(--card-spacing) has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-(--card-spacing)",e),...a})},"CardTitle",0,function({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,n.cn)("cn-font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm",e),...a})}],336583),e.s(["ChromeFrame",0,function({variant:e,className:a,children:r,...i}){return"rail"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex h-full w-full flex-col overflow-hidden rounded bg-sidebar py-0",a),...i,children:r})}):"panel"===e?(0,t.jsx)("div",{className:"h-full w-full p-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex h-full w-full flex-col overflow-y-auto rounded bg-card py-0",a),...i,children:r})}):"bar"===e?(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,n.cn)("flex w-full flex-row items-center rounded bg-card py-0",a),...i,children:r})}):(0,t.jsx)("div",{className:"w-full px-2 pt-2",children:(0,t.jsx)(o,{className:(0,n.cn)("relative flex h-14 w-full flex-row items-center gap-0 rounded px-6 py-0 overflow-visible",a),...i,children:r})})}],76616),e.i(971763);var s=e.i(829834);e.s(["TabsTrigger",0,function({className:e,...a}){return(0,t.jsx)(s.TabsTrigger,{className:(0,n.cn)(e,"data-active:hover:text-primary-foreground"),...a})}],721930),e.i(277718),e.i(900843),e.i(382115),e.i(19810),e.i(649320);var l=e.i(392784);function d({variant:e,size:a,error:r,leftSection:i,rightSection:o,className:s,...c}){return i||o?(0,t.jsxs)("div",{className:"w-full flex items-center gap-1",children:[i,(0,t.jsx)(l.Input,{className:(0,n.cn)("flex-1",r&&"border-destructive",s),...c}),o]}):(0,t.jsx)(l.Input,{className:(0,n.cn)(r&&"border-destructive",s),...c})}function c({className:e,leftSection:a,rightSection:r,error:i,children:o}){return(0,t.jsxs)("div",{className:(0,n.cn)("w-full flex gap-1 items-center",i&&"border-destructive",e),children:[a,o,r]})}d.displayName="Input",c.displayName="InputBlock",e.s(["Input",0,d,"InputBlock",0,c],7956),e.i(500418),e.i(691298),e.i(311690),e.i(396409),e.i(74778),e.i(598349),e.i(471415);var u=e.i(503636),p=e.i(576958),p=p;let m=(0,a.cva)("group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center rounded px-2.5 py-1.5 text-sm font-medium transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary disabled:pointer-events-none disabled:opacity-50 data-popup-open:bg-accent data-popup-open:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground");function f({className:e,...a}){return(0,t.jsx)("div",{className:(0,n.cn)("absolute top-full left-0 isolate z-50 flex justify-center"),children:(0,t.jsx)(p.Viewport,{"data-slot":"navigation-menu-viewport",className:(0,n.cn)("origin-top-center relative mt-1.5 h-(--radix-navigation-menu-viewport-height) w-full overflow-hidden rounded border-2 bg-popover text-popover-foreground shadow-md duration-100 md:w-(--radix-navigation-menu-viewport-width) data-open:animate-in data-open:zoom-in-90 data-closed:animate-out data-closed:zoom-out-90",e),...a})})}e.s(["NavigationMenu",0,function({className:e,children:a,viewport:r=!0,...i}){return(0,t.jsxs)(p.Root,{"data-slot":"navigation-menu","data-viewport":r,className:(0,n.cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...i,children:[a,r&&(0,t.jsx)(f,{})]})},"NavigationMenuContent",0,function({className:e,...a}){return(0,t.jsx)(p.Content,{"data-slot":"navigation-menu-content",className:(0,n.cn)("top-0 left-0 w-full p-1 ease-[cubic-bezier(0.22,1,0.36,1)] group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded group-data-[viewport=false]/navigation-menu:border-2 group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow-md group-data-[viewport=false]/navigation-menu:duration-300 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none md:absolute md:w-auto group-data-[viewport=false]/navigation-menu:data-open:animate-in group-data-[viewport=false]/navigation-menu:data-open:fade-in-0 group-data-[viewport=false]/navigation-menu:data-open:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-closed:animate-out group-data-[viewport=false]/navigation-menu:data-closed:fade-out-0 group-data-[viewport=false]/navigation-menu:data-closed:zoom-out-95",e),...a})},"NavigationMenuIndicator",0,function({className:e,...a}){return(0,t.jsx)(p.Indicator,{"data-slot":"navigation-menu-indicator",className:(0,n.cn)("top-full z-1 flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",e),...a,children:(0,t.jsx)("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})},"NavigationMenuItem",0,function({className:e,...a}){return(0,t.jsx)(p.Item,{"data-slot":"navigation-menu-item",className:(0,n.cn)("relative",e),...a})},"NavigationMenuLink",0,function({className:e,...a}){return(0,t.jsx)(p.Link,{"data-slot":"navigation-menu-link",className:(0,n.cn)("flex items-center gap-2 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary in-data-[slot=navigation-menu-content]:rounded-sm data-active:bg-accent data-active:text-accent-foreground [&_svg:not([class*='size-'])]:size-4",e),...a})},"NavigationMenuList",0,function({className:e,...a}){return(0,t.jsx)(p.List,{"data-slot":"navigation-menu-list",className:(0,n.cn)("group flex flex-1 list-none items-center justify-center gap-0",e),...a})},"NavigationMenuTrigger",0,function({className:e,children:a,...r}){return(0,t.jsxs)(p.Trigger,{"data-slot":"navigation-menu-trigger",className:(0,n.cn)(m(),"group",e),...r,children:[a," ",(0,t.jsx)(u.ChevronDownIcon,{className:"relative top-px ml-1 size-3 transition duration-300 group-data-popup-open/navigation-menu-trigger:rotate-180 group-data-open/navigation-menu-trigger:rotate-180","aria-hidden":"true"})]})},"NavigationMenuViewport",0,f,"navigationMenuTriggerStyle",0,m],992250);var g=e.i(408277);let h=(0,e.i(566407).makeScrollableTable)(g.Table,"@min-[780px]/tbl:[&_thead_th]:sticky @min-[780px]/tbl:[&_thead_th]:top-0 @min-[780px]/tbl:[&_thead_th]:z-10 @min-[780px]/tbl:[&_thead_th]:bg-muted @min-[780px]/tbl:[&_thead_th]:shadow-[inset_0_-2px_0_0_var(--border)] @min-[780px]/tbl:[&_thead_th:first-child]:rounded-tl @min-[780px]/tbl:[&_thead_th:last-child]:rounded-tr");e.s(["Table",0,h,"TableCell",0,function({className:e,...a}){return(0,t.jsx)(g.TableCell,{className:(0,n.cn)("whitespace-normal",e),...a})}],137951),e.i(828627);var v=e.i(881736);e.s(["Button",0,function({className:e,...a}){return(0,t.jsx)(v.Button,{className:(0,n.cn)(e,"leading-none"),...a})}],186506);var x=e.i(96834);let b=(0,n.cn)("data-[state=checked]:bg-primary","[&_[data-slot=switch-thumb]]:data-[state=unchecked]:translate-x-0","[&_[data-slot=switch-thumb]]:data-[state=checked]:bg-background","data-[size=default]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-5","data-[size=sm]:[&_[data-slot=switch-thumb]]:data-[state=checked]:translate-x-4");e.s(["Switch",0,function({className:e,...a}){return(0,t.jsx)(x.Switch,{className:(0,n.cn)(b,e),...a})}],398313);var y=e.i(802143);e.s(["Toggle",0,function({className:e,...a}){return(0,t.jsx)(y.Toggle,{className:(0,n.cn)(e,"cursor-pointer disabled:cursor-not-allowed"),...a})}],888624),e.i(678223),e.i(575360);var w=e.i(271645),j=e.i(579104);e.s(["SidebarMenuButton",0,function({render:e,children:a,asChild:r,...n}){return e&&(0,w.isValidElement)(e)?(0,t.jsx)(j.SidebarMenuButton,{asChild:!0,...n,children:(0,w.cloneElement)(e,void 0,a)}):(0,t.jsx)(j.SidebarMenuButton,{asChild:r,...n,children:a})}],884941),e.i(732002),e.i(943696),e.i(595040),e.s([],19710)},207530,e=>{"use strict";e.i(19710),e.s([])},441468,e=>{"use strict";var t=e.i(19810),a=e.i(9963);e.s(["Select",()=>a.Select,"SelectContent",()=>t.SelectContent,"SelectGroup",()=>a.SelectGroup,"SelectItem",()=>a.SelectItem,"SelectLabel",()=>a.SelectLabel,"SelectScrollDownButton",()=>a.SelectScrollDownButton,"SelectScrollUpButton",()=>a.SelectScrollUpButton,"SelectSeparator",()=>a.SelectSeparator,"SelectTrigger",()=>a.SelectTrigger,"SelectValue",()=>a.SelectValue])},915215,e=>{"use strict";var t=e.i(575360),a=e.i(359607);e.s(["ToastProvider",()=>t.ToastProvider,"useToastContext",()=>a.useToastContext])},102773,e=>{"use strict";let t=(0,e.i(456420).default)("funnel",[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]]);e.s(["Filter",0,t],102773)},388610,e=>{"use strict";var t=e.i(843476);let a="vinaya/",r=[{key:"blocked",id:"vinaya/blocked",category:"state",form:"literal",carries:"Execution is halted pending an external unblock; wins over every other derived status."},{key:"backlog",id:"vinaya/backlog",category:"state",form:"literal",carries:"The Issue is deliberately unplanned — belongs to no tranche and is excluded from dispatch, until a Planner promotes it."},{key:"tier-0",id:"vinaya/tier:0",category:"tier",form:"literal",carries:"Lowest governance weight — typecheck, lint, tests, and a conforming PR body."},{key:"tier-1",id:"vinaya/tier:1",category:"tier",form:"literal",carries:"Tier 0 plus spec/skill coverage and a passing verify-docs run."},{key:"tier-3",id:"vinaya/tier:3",category:"tier",form:"literal",carries:"Tier 1 plus the reasoning for the change, stated in the pull request that makes it."},{key:"tranche",id:"vinaya/tranche:",category:"tranche",form:"prefix",carries:"The tranche slug this task Issue belongs to — the forge's grouping key, matched by prefix."},{key:"needs-execution-input",id:"vinaya/needs:execution-input",category:"needs",form:"literal",carries:"Waiting on a missing execution detail — a flag, a dependency, a value the brief did not carry."},{key:"needs-strategy-input",id:"vinaya/needs:strategy-input",category:"needs",form:"literal",carries:"Waiting on a strategy call — the brief assumes an approach the codebase has moved away from."},{key:"needs-principal-input",id:"vinaya/needs:principal-input",category:"needs",form:"literal",carries:"Waiting on the Principal — a product-level call no agent may make."},{key:"needs-brief-correction",id:"vinaya/needs:brief-correction",category:"needs",form:"literal",carries:"Waiting on the Brief Author — the brief contradicts the surface it describes."},{key:"waiver-docs",id:"vinaya/waiver:docs",category:"waiver",form:"literal",carries:"Doc-coverage gate excused for this PR — honored only when a principal applied it."},{key:"waiver-review",id:"vinaya/waiver:review",category:"waiver",form:"literal",carries:"Review gate excused for this PR — honored only when a principal applied it."},{key:"override-docs",id:"vinaya/override:docs",category:"waiver",form:"literal",carries:"The whole verify-docs gate suppressed for this PR — a Principal-only blunt override, wider than a waiver."},{key:"incoherent",id:"vinaya/incoherent",category:"flag",form:"literal",carries:"Closed COMPLETED with no merged-PR link — done-but-unprovable, surfaced for a human."},{key:"direct-main-push",id:"vinaya/direct-main-push",category:"flag",form:"literal",carries:"A commit reached main with no associated merged PR — ring-2 detection, never a mutation."},{key:"dead-branch-push",id:"vinaya/dead-branch-push",category:"flag",form:"literal",carries:"Commits landed on a branch after its PR had already resolved — daily-drift detection."},{key:"state-object",id:"vinaya/state-object",category:"kind",form:"literal",carries:"A permanent forge-native storage object, never actionable work — excluded from every backlog."},{key:"type-build",id:"vinaya/type:build",category:"type",form:"literal",carries:"The task changes the build system, packaging, or an external dependency rather than product behavior."},{key:"type-chore",id:"vinaya/type:chore",category:"type",form:"literal",carries:"The task is maintenance or repo housekeeping with no functional, user-facing change."},{key:"type-docs",id:"vinaya/type:docs",category:"type",form:"literal",carries:"The task changes documentation only, with no code behavior affected."},{key:"type-feat",id:"vinaya/type:feat",category:"type",form:"literal",carries:"The task adds a capability that did not exist before."},{key:"type-fix",id:"vinaya/type:fix",category:"type",form:"literal",carries:"The task corrects incorrect behavior — a bug, not a missing capability."},{key:"type-perf",id:"vinaya/type:perf",category:"type",form:"literal",carries:"The task improves performance or resource use without changing observable behavior."},{key:"type-refactor",id:"vinaya/type:refactor",category:"type",form:"literal",carries:"The task restructures existing code without changing its external behavior."},{key:"type-revert",id:"vinaya/type:revert",category:"type",form:"literal",carries:"The task undoes a previous change that shipped in error or is no longer wanted."},{key:"type-style",id:"vinaya/type:style",category:"type",form:"literal",carries:"The task changes formatting, naming, or non-semantic code shape with no logic change."},{key:"type-test",id:"vinaya/type:test",category:"type",form:"literal",carries:"The task adds or corrects test coverage with no production-code behavior change."}],n=new Map(r.map(e=>[e.key,e]));function i(e){let t=n.get(e);if(!t)throw Error(`labels.ts: no LABELS entry for key '${e}'`);return t}e.i(207530);var o=e.i(186506),s=e.i(137951),l=e.i(408277),d=e.i(102773),c=e.i(263676),u=e.i(271645),p=e.i(929570);let m={project:"text-primary border-primary/40",tier:"text-foreground border-border",state:"text-primary border-primary/40",needs:"text-warning border-warning/40",flag:"text-destructive border-destructive/40",other:"text-muted-foreground border-border"};function f(e){let t=r.find(t=>{var a;let r;return a=t.key,"prefix"===(r=i(a)).form?e.startsWith(r.id):e===r.id});return t?"tier"===t.category?"tier":"state"===t.category?"state":"needs"===t.category?"needs":"flag"===t.category?"flag":"other":"other"}function g(e){return{tier:e.find(e=>"tier"===f(e))??null,flags:e.filter(e=>{let t=f(e);return"needs"===t||"state"===t||"flag"===t})}}function h({label:e}){return(0,t.jsx)(p.Badge,{variant:"outline",className:`font-mono text-xs ${m[f(e)]}`,children:e.startsWith(a)?e.slice(a.length):e})}function v({project:e}){return(0,t.jsx)(p.Badge,{variant:"outline",className:`font-mono text-xs ${m.project}`,children:e})}function x(){return(0,t.jsx)("span",{className:"font-mono text-xs text-muted-foreground/60",children:"—"})}let b="flex min-w-0 flex-wrap gap-1 [&>*]:h-auto [&>*]:max-w-full [&>*]:overflow-visible [&>*]:break-words [&>*]:whitespace-normal",y="backlog-filter-heading",w=i("tier-0").id.replace(/0$/,"");function j({label:e,active:a,onToggle:r}){return(0,t.jsx)(o.Button,{type:"button",variant:a?"default":"outline",size:"sm",onClick:r,"aria-pressed":a,className:`h-7 font-mono text-xs ${a?"border-primary bg-accent text-accent-foreground hover:bg-accent/90":"text-muted-foreground"}`,children:e})}function N({name:e,options:a,selected:r,onToggle:n,strip:i=""}){return 0===a.length?null:(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-1.5",children:[(0,t.jsx)("span",{className:"font-mono text-xs uppercase tracking-wider text-foreground",children:e}),a.map(e=>(0,t.jsx)(j,{label:e.startsWith(i)?e.slice(i.length):e,active:r.has(e),onToggle:()=>n(e)},e))]})}e.s(["BacklogTable",0,function({issues:e,projectOptions:r,tierOptions:n,flagOptions:i}){let[p,m]=(0,u.useState)(new Set),[f,j]=(0,u.useState)(new Set),[k,T]=(0,u.useState)(new Set),C=e=>t=>e(e=>{let a=new Set(e);return a.has(t)?a.delete(t):a.add(t),a}),S=(0,u.useMemo)(()=>e.filter(e=>{let{tier:t,flags:a}=g(e.labels),r=0===p.size||e.projects.some(e=>p.has(e)),n=0===f.size||null!==t&&f.has(t),i=0===k.size||a.some(e=>k.has(e));return r&&n&&i}),[e,p,f,k]),R=p.size>0||f.size>0||k.size>0;return(0,t.jsxs)("div",{className:"space-y-3",children:[(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(d.Filter,{className:"size-3.5 shrink-0 text-muted-foreground","aria-hidden":!0}),(0,t.jsx)("h2",{id:y,className:"font-mono text-xs uppercase tracking-wider text-muted-foreground",children:"Filter by"})]}),(0,t.jsxs)("div",{role:"group","aria-labelledby":y,className:"flex flex-wrap items-center gap-x-4 gap-y-2",children:[(0,t.jsx)(N,{name:"Project",options:r,selected:p,onToggle:C(m)}),(0,t.jsx)(N,{name:"Tier",options:n,selected:f,onToggle:C(j),strip:w}),(0,t.jsx)(N,{name:"Flags",options:i,selected:k,onToggle:C(T),strip:a}),R&&(0,t.jsxs)(o.Button,{type:"button",variant:"ghost",size:"sm",className:"h-7 gap-1 font-mono text-xs text-muted-foreground",onClick:()=>{m(new Set),j(new Set),T(new Set)},children:[(0,t.jsx)(c.X,{className:"size-3.5","aria-hidden":!0}),"Clear"]})]}),(0,t.jsx)("div",{children:(0,t.jsxs)(s.Table,{stickyHeader:!0,className:"min-w-[720px] table-fixed",children:[(0,t.jsx)(l.TableHeader,{children:(0,t.jsxs)(l.TableRow,{children:[(0,t.jsx)(l.TableHead,{className:"w-[6%] px-2 font-semibold text-foreground",children:"#"}),(0,t.jsx)(l.TableHead,{className:"w-[32%] font-semibold text-foreground",children:"Title"}),(0,t.jsx)(l.TableHead,{className:"w-[20%] font-semibold text-foreground",children:"Project(s)"}),(0,t.jsx)(l.TableHead,{className:"w-[10%] font-semibold text-foreground",children:"Tier"}),(0,t.jsx)(l.TableHead,{className:"w-[32%] font-semibold text-foreground",children:"Flags"})]})}),(0,t.jsx)(l.TableBody,{children:0===S.length?(0,t.jsx)(l.TableRow,{children:(0,t.jsx)(s.TableCell,{colSpan:5,className:"py-8 text-center font-sans text-sm text-muted-foreground/70",children:"No issues match these filters."})}):S.map(e=>{let{tier:a,flags:r}=g(e.labels);return(0,t.jsxs)(l.TableRow,{children:[(0,t.jsx)(s.TableCell,{className:"px-2 align-top",children:(0,t.jsxs)("a",{href:e.url,target:"_blank",rel:"noreferrer",className:"whitespace-nowrap font-mono text-xs text-muted-foreground hover:text-primary hover:underline",children:["#",e.number]})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("a",{href:e.url,target:"_blank",rel:"noreferrer",className:"block break-words font-sans text-sm text-card-foreground hover:text-primary hover:underline",children:e.title})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:e.projects.length>0?e.projects.map(e=>(0,t.jsx)(v,{project:e},e)):(0,t.jsx)(x,{})})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:a?(0,t.jsx)(h,{label:a}):(0,t.jsx)(x,{})})}),(0,t.jsx)(s.TableCell,{className:"align-top",children:(0,t.jsx)("div",{className:b,children:r.length>0?r.map(e=>(0,t.jsx)(h,{label:e},e)):(0,t.jsx)(x,{})})})]},e.number)})})]})})]})}],388610)}]);
|