@lunora/studio 1.0.0-alpha.57 → 1.0.0-alpha.59

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.
Files changed (115) hide show
  1. package/dist/index.d.ts +61 -4
  2. package/dist/index.js +8 -6
  3. package/dist/mount.d.ts +1 -1
  4. package/dist/mount.js +1 -1
  5. package/dist/packem_chunks/ApiTab.js +1 -1
  6. package/dist/packem_chunks/AuditPanel.js +1 -1
  7. package/dist/packem_chunks/DeploymentHealthPanel.js +664 -0
  8. package/dist/packem_chunks/ExportImportPanel.js +1 -1
  9. package/dist/packem_chunks/FileBrowser.js +1 -1
  10. package/dist/packem_chunks/FunctionRunner.js +1 -1
  11. package/dist/packem_chunks/FunctionStatsPanel.js +1 -1
  12. package/dist/packem_chunks/HealthPanel.js +1 -1
  13. package/dist/packem_chunks/InsightsPanel.js +1 -1
  14. package/dist/packem_chunks/LogsPanel.js +1 -1
  15. package/dist/packem_chunks/MailPanel.js +1 -1
  16. package/dist/packem_chunks/MetricsPanel.js +473 -242
  17. package/dist/packem_chunks/MigrationsPanel.js +1 -1
  18. package/dist/packem_chunks/NotificationsPanel.js +306 -0
  19. package/dist/packem_chunks/PitrPanel.js +1 -1
  20. package/dist/packem_chunks/SchemaViewer.js +1 -1
  21. package/dist/packem_chunks/SecurityAdvisorPanel.js +1 -1
  22. package/dist/packem_chunks/SettingsPanel.js +1 -1
  23. package/dist/packem_chunks/SqlEditorPanel.js +1 -1
  24. package/dist/packem_chunks/TableEditor.js +1 -1
  25. package/dist/packem_chunks/agents-panel.js +1 -1
  26. package/dist/packem_chunks/auth-audit-panel.js +247 -0
  27. package/dist/packem_chunks/containers-panel.js +1 -1
  28. package/dist/packem_chunks/dashboards-panel.js +1 -1
  29. package/dist/packem_chunks/fanout-panel.js +1 -1
  30. package/dist/packem_chunks/flags-panel.js +1 -1
  31. package/dist/packem_chunks/issues-panel.js +1 -1
  32. package/dist/packem_chunks/kv-browser.js +1 -1
  33. package/dist/packem_chunks/payments-panel.js +28 -1
  34. package/dist/packem_chunks/permissions-panel.js +1 -1
  35. package/dist/packem_chunks/queues-panel.js +1 -1
  36. package/dist/packem_chunks/rls-panel.js +1 -1
  37. package/dist/packem_chunks/storage-rules-panel.js +1 -1
  38. package/dist/packem_chunks/subscriptions-panel.js +1 -1
  39. package/dist/packem_chunks/traces-panel.js +125 -112
  40. package/dist/packem_chunks/workflows-panel.js +1 -1
  41. package/dist/packem_shared/{ADMIN_FUNCTIONS-C1LXrovV.js → ADMIN_FUNCTIONS-P2UzJscH.js} +3 -0
  42. package/dist/packem_shared/{ApiDocsPanel-BBvinlRD.js → ApiDocsPanel-DNDpeR5O.js} +1 -1
  43. package/dist/packem_shared/{DataBrowser-BoinTGxr.js → DataBrowser-obTn4sKX.js} +1 -1
  44. package/dist/packem_shared/{HomePanel-BpdGcW4L.js → HomePanel-DCRj3hGB.js} +2 -2
  45. package/dist/packem_shared/{Studio-BpnYw3lc.js → Studio-DnlPCbID.js} +2 -2
  46. package/dist/packem_shared/{StudioApp-DRGVBnFx.js → StudioApp-CzqlB4zO.js} +1 -1
  47. package/dist/packem_shared/{app.d-C-kxb-1T.d.ts → app.d-bRPJhby-.d.ts} +1 -1
  48. package/dist/packem_shared/{home-panel-Dmg4sNiv.js → home-panel-BRAA2UlM.js} +1 -1
  49. package/dist/packem_shared/{studio-LL4iP8fZ.js → studio-8QSXbZ98.js} +682 -607
  50. package/dist/packem_shared/trace-handoff-CGolF3KS.js +38 -0
  51. package/dist/standalone/{chunk-C7UZEQZ7.js → chunk-3LJEGSMK.js} +2 -2
  52. package/dist/standalone/{chunk-SAQU44MF.js → chunk-56XQYNUJ.js} +1 -1
  53. package/dist/standalone/chunk-5QT5JRXD.js +3 -0
  54. package/dist/standalone/{chunk-JM3ZISDM.js → chunk-6RLPR7PL.js} +1 -1
  55. package/dist/standalone/{chunk-T3R6VHAT.js → chunk-6V74EUPK.js} +1 -1
  56. package/dist/standalone/{chunk-27JTW53L.js → chunk-7EE33WLB.js} +1 -1
  57. package/dist/standalone/{chunk-R4ALMCZA.js → chunk-AXNGWSBM.js} +1 -1
  58. package/dist/standalone/{chunk-OHCGUIOG.js → chunk-AXZILWRM.js} +1 -1
  59. package/dist/standalone/{chunk-J2DQ63SR.js → chunk-C7RHEBOH.js} +1 -1
  60. package/dist/standalone/chunk-CSWIYOB3.js +1 -0
  61. package/dist/standalone/{chunk-NV5LO5I6.js → chunk-D3VAON25.js} +1 -1
  62. package/dist/standalone/{chunk-HQ2CPGA4.js → chunk-DDLQN67F.js} +1 -1
  63. package/dist/standalone/chunk-DGHW5JG5.js +1 -0
  64. package/dist/standalone/{chunk-EFYZYQUA.js → chunk-DMCSOTAE.js} +1 -1
  65. package/dist/standalone/{chunk-MBG7XWNH.js → chunk-E3BKETAS.js} +1 -1
  66. package/dist/standalone/{chunk-IMVAYDPK.js → chunk-E3OXNN6O.js} +1 -1
  67. package/dist/standalone/chunk-E6BOGDIS.js +1 -0
  68. package/dist/standalone/{chunk-2ICZ6HXQ.js → chunk-F7GE4X2U.js} +1 -1
  69. package/dist/standalone/{chunk-CENYZ5GF.js → chunk-FAVUOGJR.js} +1 -1
  70. package/dist/standalone/{chunk-NIC6UYAQ.js → chunk-FXP6256Q.js} +1 -1
  71. package/dist/standalone/{chunk-X34PHGZF.js → chunk-G6CTAYHJ.js} +1 -1
  72. package/dist/standalone/chunk-H42W62SE.js +1 -0
  73. package/dist/standalone/{chunk-LABWKVKR.js → chunk-HTF5ZX4I.js} +1 -1
  74. package/dist/standalone/{chunk-AYHAJL3Z.js → chunk-I2PS4L74.js} +1 -1
  75. package/dist/standalone/{chunk-MJ4HATA2.js → chunk-J7OGP4NN.js} +1 -1
  76. package/dist/standalone/{chunk-2XUT4Z4W.js → chunk-L2LN3MK4.js} +1 -1
  77. package/dist/standalone/{chunk-2BSDITP4.js → chunk-LT3FH6MW.js} +1 -1
  78. package/dist/standalone/{chunk-ZXLEXF4X.js → chunk-LXULVPEM.js} +3 -3
  79. package/dist/standalone/{chunk-RIZDNIW7.js → chunk-LZUWZBPE.js} +1 -1
  80. package/dist/standalone/{chunk-W3EYW2EA.js → chunk-M4JM3TOY.js} +1 -1
  81. package/dist/standalone/{chunk-P7MZQ6VJ.js → chunk-MLA5ZAEB.js} +1 -1
  82. package/dist/standalone/{chunk-67YMILPJ.js → chunk-MRBI5HNQ.js} +1 -1
  83. package/dist/standalone/{chunk-53J4JZ2D.js → chunk-NKFXMDOD.js} +1 -1
  84. package/dist/standalone/{chunk-WAX3RSAI.js → chunk-NPSNKFHE.js} +1 -1
  85. package/dist/standalone/{chunk-ZVQMTQYX.js → chunk-O7FVPUCO.js} +1 -1
  86. package/dist/standalone/{chunk-227DORM6.js → chunk-OKQXTLFX.js} +1 -1
  87. package/dist/standalone/{chunk-OPSAI5PZ.js → chunk-QAIM6KWT.js} +1 -1
  88. package/dist/standalone/{chunk-7YGTGBP7.js → chunk-QCPMTB6W.js} +1 -1
  89. package/dist/standalone/{chunk-XAGYDGI6.js → chunk-QQ2LOSZL.js} +1 -1
  90. package/dist/standalone/{chunk-Y26ZIWUZ.js → chunk-R2GMHLJY.js} +1 -1
  91. package/dist/standalone/{chunk-2YUYNNHQ.js → chunk-RD5UG2YL.js} +1 -1
  92. package/dist/standalone/chunk-RJTIP3WF.js +1 -0
  93. package/dist/standalone/{chunk-BIA2DLBR.js → chunk-SOC5CY3F.js} +1 -1
  94. package/dist/standalone/{chunk-GF6GF6CF.js → chunk-SS7JLF2I.js} +1 -1
  95. package/dist/standalone/{chunk-PYPWIYI2.js → chunk-SWWYUGPL.js} +1 -1
  96. package/dist/standalone/chunk-TEWVD66F.js +1 -0
  97. package/dist/standalone/{chunk-QAW6AWOE.js → chunk-TTXRHJUP.js} +1 -1
  98. package/dist/standalone/{chunk-4Q66FL5S.js → chunk-UKDHGVOC.js} +1 -1
  99. package/dist/standalone/{chunk-5IGHDPEP.js → chunk-UPNTMJFF.js} +1 -1
  100. package/dist/standalone/{chunk-PRHAIUWS.js → chunk-XN6QYJQ6.js} +1 -1
  101. package/dist/standalone/chunk-Y4U6CC22.js +1 -0
  102. package/dist/standalone/{chunk-SWMBBYJU.js → chunk-Y7PD5KP4.js} +1 -1
  103. package/dist/standalone/chunk-YFIPHCEC.js +1 -0
  104. package/dist/standalone/chunk-YJXOWLFJ.js +1 -0
  105. package/dist/standalone/{chunk-CURAOCQJ.js → chunk-YNN6NFRZ.js} +1 -1
  106. package/dist/standalone/{chunk-LFORIMS7.js → chunk-YUGHRVPD.js} +1 -1
  107. package/dist/standalone/studio.js +1 -1
  108. package/dist/styles.css +1 -1
  109. package/package.json +6 -6
  110. package/dist/standalone/chunk-EXNK5XAW.js +0 -1
  111. package/dist/standalone/chunk-LT2HPR6R.js +0 -3
  112. package/dist/standalone/chunk-MHGJUKCZ.js +0 -1
  113. package/dist/standalone/chunk-N2E4TKRD.js +0 -1
  114. package/dist/standalone/chunk-S6PTK7Y2.js +0 -1
  115. package/dist/standalone/chunk-X3VAERRH.js +0 -1
@@ -1 +0,0 @@
1
- import{a as C}from"./chunk-J6J54MBP.js";import{a as E}from"./chunk-2ICZ6HXQ.js";import"./chunk-XNJNSCLM.js";import{b as y}from"./chunk-2YUYNNHQ.js";import{a as x,b as I,c as N,d as u,e as l,f as o}from"./chunk-GTM65MVX.js";import{a as m,e as h}from"./chunk-Y572GMZE.js";import{b as v}from"./chunk-ZPP2KOR4.js";import"./chunk-CKSHCYGC.js";import{a as g}from"./chunk-MHGJUKCZ.js";import"./chunk-C7UZEQZ7.js";import"./chunk-ZHVTQ37P.js";import"./chunk-3OA7PECS.js";import{a as A}from"./chunk-TAD43CG5.js";import{d as S,q as b}from"./chunk-HBGS4SEX.js";import"./chunk-ZXLEXF4X.js";import{a as c,e as Q,h as V}from"./chunk-RRCPZMC2.js";var e=Q(V(),1);var P=new Set(["active","trialing"]),D=new Set(["past_due","unpaid"]),a=c((t,s)=>{if(t[s]!==void 0)return t[s];let d=t.__doc__;if(typeof d=="string")try{let n=JSON.parse(d);if(n!==null&&typeof n=="object"&&!Array.isArray(n))return n[s]}catch{}},"readField"),i=c(t=>typeof t=="string"?t:typeof t=="number"||typeof t=="bigint"||typeof t=="boolean"?String(t):"","text"),F=c(t=>P.has(t)?"default":D.has(t)?"destructive":"outline","badgeVariant"),K=c(({limit:t=100})=>{let s=S(),d=y(g.readTablePage,{filters:[],limit:t,offset:0,orderBy:[],search:"",table:"subscriptions"}),n=y(g.readTablePage,{filters:[],limit:25,offset:0,orderBy:[],search:"",table:"events"});C(()=>{d.refetch(),n.refetch()},!0);let f=d.data?.rows??[],R=n.data?.rows??[],B=d.error??n.error,w=d.error===null?n.errorSource:d.errorSource,T=f.filter(r=>P.has(i(a(r,"state")))).length,j=R.toSorted((r,p)=>Number(a(p,"processedAt")??0)-Number(a(r,"processedAt")??0));return(0,e.jsxDEV)("div",{className:"flex flex-col gap-4","data-testid":"payments-panel",children:[(0,e.jsxDEV)("div",{className:"flex items-center gap-2","data-testid":"payments-summary",children:(0,e.jsxDEV)(m,{className:"justify-between gap-0 py-0",children:[(0,e.jsxDEV)("div",{className:"flex flex-col gap-2.5 p-4",children:[(0,e.jsxDEV)("span",{className:"font-mono text-[11px] tracking-wide text-muted-foreground uppercase",children:s("Subscriptions")},void 0,!1),(0,e.jsxDEV)("div",{className:"flex items-center gap-2",children:[(0,e.jsxDEV)("span",{className:"text-2xl font-semibold tabular-nums text-foreground",children:T},void 0,!1),(0,e.jsxDEV)(v,{variant:"default",children:s("{count} active",{count:T})},void 0,!1)]},void 0,!0)]},void 0,!0),(0,e.jsxDEV)("div",{className:"border-t border-border bg-muted/50 px-4 py-2.5 text-[11px] text-muted-foreground",children:s("{total} total",{total:f.length})},void 0,!1)]},void 0,!0)},void 0,!1),B===null?void 0:(0,e.jsxDEV)(E,{error:w},void 0,!1),f.length===0&&!d.isLoading?(0,e.jsxDEV)(A,{testId:"payments-empty",title:s("No subscriptions yet")},void 0,!1):(0,e.jsxDEV)(m,{className:"overflow-hidden py-0",children:(0,e.jsxDEV)(h,{className:"px-0",children:(0,e.jsxDEV)(x,{children:[(0,e.jsxDEV)(I,{children:(0,e.jsxDEV)(u,{children:[(0,e.jsxDEV)(l,{children:s("Provider")},void 0,!1),(0,e.jsxDEV)(l,{children:s("Reference")},void 0,!1),(0,e.jsxDEV)(l,{children:s("Plan")},void 0,!1),(0,e.jsxDEV)(l,{children:s("State")},void 0,!1),(0,e.jsxDEV)(l,{children:s("Renews")},void 0,!1)]},void 0,!0)},void 0,!1),(0,e.jsxDEV)(N,{children:f.map(r=>{let p=i(a(r,"state"));return(0,e.jsxDEV)(u,{"data-testid":"payment-subscription-row",children:[(0,e.jsxDEV)(o,{children:i(a(r,"provider"))},void 0,!1),(0,e.jsxDEV)(o,{children:i(a(r,"referenceId"))},void 0,!1),(0,e.jsxDEV)(o,{children:i(a(r,"priceId"))},void 0,!1),(0,e.jsxDEV)(o,{children:(0,e.jsxDEV)(v,{variant:F(p),children:p},void 0,!1)},void 0,!1),(0,e.jsxDEV)(o,{children:b(a(r,"currentPeriodEnd"))},void 0,!1)]},i(a(r,"providerSubscriptionId")),!0)})},void 0,!1)]},void 0,!0)},void 0,!1)},void 0,!1),(0,e.jsxDEV)(m,{className:"overflow-hidden py-0",children:[(0,e.jsxDEV)("header",{className:"border-b border-border px-4 py-3",children:(0,e.jsxDEV)("span",{className:"font-mono text-[11px] tracking-wide text-muted-foreground uppercase",children:s("Recent webhook events")},void 0,!1)},void 0,!1),(0,e.jsxDEV)(h,{className:"px-0",children:(0,e.jsxDEV)(x,{children:(0,e.jsxDEV)(N,{children:j.map(r=>(0,e.jsxDEV)(u,{"data-testid":"payment-event-row",children:[(0,e.jsxDEV)(o,{children:i(a(r,"provider"))},void 0,!1),(0,e.jsxDEV)(o,{className:"font-medium",children:i(a(r,"type"))},void 0,!1),(0,e.jsxDEV)(o,{className:"text-muted-foreground",children:i(a(r,"providerEventId"))},void 0,!1),(0,e.jsxDEV)(o,{children:b(a(r,"processedAt"))},void 0,!1)]},i(a(r,"providerEventId")),!0))},void 0,!1)},void 0,!1)},void 0,!1)]},void 0,!0)]},void 0,!0)},"PaymentsPanel");export{K as PaymentsPanel};
@@ -1,3 +0,0 @@
1
- import{a as qn}from"./chunk-ZPUO7FNI.js";import{a as lo,b as co,c as po,d as Dn,e as ms}from"./chunk-WVTPZ6CM.js";import{$ as On,A as eo,C as Nn,D as j,E as En,F as Tn,I as to,L as gt,M as Xo,N as oo,P as es,Q as wn,R as kn,S as ts,T as so,U as ro,V as no,W as ao,X as os,Y as io,_ as Mn,aa as ss,b as pn,ba as rs,ea as ns,fa as st,ga as _n,ha as uo,i as hn,ia as In,j as vn,ja as ue,k as xn,ka as as,l as tr,m as Go,ma as is,na as ls,o as Ko,oa as cs,p as bn,pa as ds,q as Qo,qa as ps,ra as us,s as yn,sa as An,ta as Vn,u as Pn,ua as fs,v as Cn,va as Bn,w as Rn,x as Yo,y as Jo,z as Sn}from"./chunk-SHERR7ZP.js";import{f as nn}from"./chunk-ZIGWVHCS.js";import{a as Zn}from"./chunk-7TJJXVSE.js";import{a as Gr,b as Kr,d as Qr,e as ft,f as Zo,g as Yr,h as Jr,i as Xr,j as en,k as tn}from"./chunk-OXHHSUXO.js";import{b as mo}from"./chunk-2YUYNNHQ.js";import{a as ct,e as sr}from"./chunk-Y572GMZE.js";import{a as gs}from"./chunk-KZ6INM5M.js";import{c as Ln,h as Fn,k as or}from"./chunk-4QHKBC77.js";import{B as un,C as fn,I as Fe,J as mn,K as Xt,O as A,P as Y,R as gn,e as Pe,p as Ro,q as dn}from"./chunk-VL23Y44O.js";import{a as qr}from"./chunk-HV7G6DFP.js";import{b as ht,c as fo}from"./chunk-UK64ZSUW.js";import{a as mt,c as ln,h as qo,i as cn}from"./chunk-O3NAGRTR.js";import{a as er,b as Co}from"./chunk-ZPP2KOR4.js";import{a as lt,i as Rt,j as F}from"./chunk-CKSHCYGC.js";import{a as St}from"./chunk-MHGJUKCZ.js";import{f as Xs}from"./chunk-C7UZEQZ7.js";import{a as an}from"./chunk-ZHVTQ37P.js";import{a as ye}from"./chunk-3OA7PECS.js";import{a as Hn}from"./chunk-TAD43CG5.js";import{a as on,b as sn,c as rn,d as ae,f as $n,g as jn,m as He,n as Un,o as zn,p as Wn}from"./chunk-HBGS4SEX.js";import{b as Js}from"./chunk-ZXLEXF4X.js";import{a,d as Ys,e as S,f as O,g as Wo,h as Po,j as z}from"./chunk-RRCPZMC2.js";var B=S(Wo(),1);var ut=S(O(),1),q=S(O(),1);var i=S(Po(),1);var Gn=S(O(),1),vt=S(Po(),1);var Ri={border:"1px solid var(--destructive)",color:"var(--destructive)",padding:12},Si={overflow:"auto",whiteSpace:"pre-wrap"},hs=class extends Gn.Component{static{a(this,"ErrorBoundary")}static getDerivedStateFromError(e){return{error:e}}state={error:null};componentDidCatch(e,o){console.error("[lunora-studio] panel error",e,o.componentStack)}reset=a(()=>{this.setState({error:null})},"reset");render(){let{children:e,fallbackTitle:o,label:s,retryLabel:r}=this.props,{error:n}=this.state;if(n===null)return(0,vt.jsxDEV)(vt.Fragment,{children:e},void 0,!1);let l=o??(s===void 0?"Something went wrong":`${s} failed`);return(0,vt.jsxDEV)("div",{"data-testid":"dash-error-boundary",role:"alert",style:Ri,children:[(0,vt.jsxDEV)("strong",{children:l},void 0,!1),(0,vt.jsxDEV)("pre",{"data-testid":"dash-error-message",style:Si,children:n.message},void 0,!1),(0,vt.jsxDEV)("button",{"data-testid":"dash-error-retry",onClick:this.reset,type:"button",children:r??"Try again"},void 0,!1)]},void 0,!0)}};var Pt={};Ys(Pt,{Arrow:()=>pr,Backdrop:()=>ur,Close:()=>gr,Description:()=>mr,Handle:()=>No,Popup:()=>dr,Portal:()=>ar,Positioner:()=>ir,Root:()=>Yn,Title:()=>fr,Trigger:()=>rr,Viewport:()=>hr,createHandle:()=>pa});var dt=S(O(),1);var vs=S(O(),1);var xs=vs.createContext(void 0);xs.displayName="PopoverRootContext";function oe(t){let e=vs.useContext(xs);if(e===void 0&&!t)throw new Error("Base UI: PopoverRootContext is missing. Popover parts must be placed within <Popover.Root>.");return e}a(oe,"usePopoverRootContext");var xt=S(O(),1),Kn=S(qr(),1);function Ni(){return{...lo(),disabled:!1,modal:!1,focusManagerModal:!1,instantType:void 0,openMethod:null,openChangeReason:null,titleElementId:void 0,descriptionElementId:void 0,stickIfOpen:!0,nested:!1,openOnHover:!1,closeDelay:0,hasViewport:!1}}a(Ni,"createInitialState");var Ei={...po,disabled:j(t=>t.disabled),instantType:j(t=>t.instantType),openMethod:j(t=>t.openMethod),openChangeReason:j(t=>t.openChangeReason),modal:j(t=>t.modal),focusManagerModal:j(t=>t.focusManagerModal),stickIfOpen:j(t=>t.stickIfOpen),titleElementId:j(t=>t.titleElementId),descriptionElementId:j(t=>t.descriptionElementId),openOnHover:j(t=>t.openOnHover),closeDelay:j(t=>t.closeDelay),hasViewport:j(t=>t.hasViewport)},go=class t extends to{static{a(this,"PopoverStore")}constructor(e,o,s=!1){let r={...Ni(),...e},n=new io;r.open&&e?.mounted===void 0&&(r.mounted=!0),r.floatingRootContext=co(n,o,s),super(r,{popupRef:xt.createRef(),backdropRef:xt.createRef(),internalBackdropRef:xt.createRef(),onOpenChange:void 0,onOpenChangeComplete:void 0,triggerFocusTargetRef:xt.createRef(),beforeContentFocusGuardRef:xt.createRef(),stickIfOpenTimeout:new un,triggerElements:n},Ei)}setOpen=a((e,o)=>{let s=o.reason===A.triggerHover,r=o.reason===A.triggerPress&&o.event.detail===0,n=!e&&(o.reason===A.escapeKey||o.reason==null),l=wn(o),d=this.select("activeTriggerId");if(!e&&o.reason===A.closePress&&o.trigger==null&&d!=null&&(o.trigger=this.context.triggerElements.getById(d)??this.select("activeTriggerElement")??void 0),this.context.onOpenChange?.(e,o),o.isCanceled)return;this.state.floatingRootContext.dispatchOpenChange(e,o);let p=a(()=>{let c={open:e,openChangeReason:o.reason};es(c,e,o.trigger,l()),this.update(c)},"changeState");s?(this.set("stickIfOpen",!0),this.context.stickIfOpenTimeout.start(500,()=>{this.set("stickIfOpen",!1)}),Kn.flushSync(p)):p(),r||n?this.set("instantType",r?"click":"dismiss"):o.reason===A.focusOut?this.set("instantType","focus"):this.set("instantType",void 0)},"setOpen");static useStore(e,o){let{store:s,internalStore:r}=oo(e,(n,l)=>new t(o,n,l));return xt.useEffect(()=>r?.disposeEffect(),[r]),s}disposeEffect=a(()=>this.context.stickIfOpenTimeout.disposeEffect(),"disposeEffect")};var Nt=S(ye(),1);function Qn({props:t}){let{children:e,open:o,defaultOpen:s=!1,onOpenChange:r,onOpenChangeComplete:n,modal:l=!1,handle:d,triggerId:p,defaultTriggerId:c=null}=t,u=go.useStore(d?.store,{modal:l,open:s,openProp:o,activeTriggerId:c,triggerIdProp:p});ts(u,o,s,c),u.useControlledProp("openProp",o),u.useControlledProp("triggerIdProp",p);let g=u.useState("open"),m=u.useState("mounted"),h=u.useState("payload"),f=yn()!=null;u.useContextCallback("onOpenChange",r),u.useContextCallback("onOpenChangeComplete",n),os(u,g),ro(u);let{forceUnmount:v}=no(g,u,()=>{u.update({stickIfOpen:!0,openChangeReason:null})});u.useSyncedValues({modal:l,nested:f}),dt.useEffect(()=>{g||u.context.stickIfOpenTimeout.clear()},[u,g]);let x=dt.useCallback(()=>{u.setOpen(!1,Y(A.imperativeAction))},[u]);dt.useImperativeHandle(t.actionsRef,()=>({unmount:v,close:x}),[v,x]);let b=g||m,P=dt.useMemo(()=>({store:u}),[u]);return(0,Nt.jsxs)(xs.Provider,{value:P,children:[b&&(0,Nt.jsx)(Ti,{store:u,modal:l}),typeof e=="function"?e({payload:h}):e]})}a(Qn,"PopoverRootComponent");function Yn(t){return oe(!0)?(0,Nt.jsx)(Qn,{props:t}):(0,Nt.jsx)(Rn,{children:(0,Nt.jsx)(Qn,{props:t})})}a(Yn,"PopoverRoot");function Ti({store:t,modal:e}){let o=t.useState("floatingRootContext"),s=eo(o,{outsidePressEvent:{mouse:e==="trap-focus"?"sloppy":"intentional",touch:"sloppy"}}),r=s.reference??Rt,n=s.trigger??Rt,l=dt.useMemo(()=>lt(gt,s.floating),[s.floating]);return ao(t,{activeTriggerProps:r,inactiveTriggerProps:n,popupProps:l}),null}a(Ti,"PopoverInteractions");var bt=S(O(),1);var Et=S(ye(),1);var rr=bt.forwardRef(a(function(e,o){let{render:s,className:r,style:n,disabled:l=!1,nativeButton:d=!0,handle:p,payload:c,openOnHover:u=!1,delay:g=300,closeDelay:m=0,id:h,...f}=e,v=oe(!0),x=p?.store??v?.store;if(!x)throw new Error("Base UI: <Popover.Trigger> must be either used within a <Popover.Root> component or provided with a handle.");let b=Pe(h),P=x.useState("isTriggerActive",b),C=x.useState("floatingRootContext"),N=x.useState("isOpenedByTrigger",b),R=x.useState("triggerPopupId",b),E=bt.useRef(null),{registerTrigger:T,isMountedByThisTrigger:k}=so(b,E,x,{payload:c,disabled:l,openOnHover:u,closeDelay:m}),w=x.useState("openChangeReason"),M=x.useState("stickIfOpen"),V=x.useState("openMethod"),W=x.useState("focusManagerModal"),D=rs(C,{enabled:!l&&C!=null&&u&&(V!=="touch"||w!==A.triggerPress),mouseOnly:!0,move:!1,handleClose:ns(),restMs:g,delay:{close:m},triggerElementRef:E,isActiveTrigger:P,isClosing:a(()=>x.select("transitionStatus")==="ending","isClosing")}),H=Jo(C,{enabled:C!=null,stickIfOpen:M}),$=as(()=>x.select("open"),ee=>{x.set("openMethod",ee)}),G=x.useState("triggerProps",k),{getButtonProps:K,buttonRef:I}=ht({disabled:l,native:d}),_={open(ee){return ee&&w===A.triggerPress?In.open(ee):uo.open(ee)}},{preFocusGuardRef:U,handlePreFocusGuardFocus:te,handleFocusTargetFocus:se}=Dn(x,E),J=F("button",e,{state:{disabled:l,open:N},ref:[I,o,T,E],props:[H.reference,D,G,$,{[Go]:"",id:b,"aria-haspopup":"dialog","aria-expanded":N,"aria-controls":R},f,K],stateAttributesMapping:_});return k&&!W?(0,Et.jsxs)(bt.Fragment,{children:[(0,Et.jsx)(tr,{ref:U,onFocus:te}),(0,Et.jsx)(bt.Fragment,{children:J},b),(0,Et.jsx)(tr,{ref:x.context.triggerFocusTargetRef,onFocus:se})]}):(0,Et.jsx)(bt.Fragment,{children:J},b)},"PopoverTrigger"));rr.displayName="PopoverTrigger";var Xn=S(O(),1);var bs=S(O(),1);var ys=bs.createContext(void 0);ys.displayName="PopoverPortalContext";function Jn(){let t=bs.useContext(ys);if(t===void 0)throw new Error("Base UI: <Popover.Portal> is missing.");return t}a(Jn,"usePopoverPortalContext");var nr=S(ye(),1);var ar=Xn.forwardRef(a(function(e,o){let{keepMounted:s=!1,...r}=e,{store:n}=oe();return n.useState("mounted")||s?(0,nr.jsx)(ys.Provider,{value:s,children:(0,nr.jsx)(Qo,{ref:o,...r})}):null},"PopoverPortal"));ar.displayName="PopoverPortal";var vo=S(O(),1);var Ps=S(O(),1);var Cs=Ps.createContext(void 0);Cs.displayName="PopoverPositionerContext";function ho(){let t=Ps.useContext(Cs);if(!t)throw new Error("Base UI: PopoverPositionerContext is missing. PopoverPositioner parts must be placed within <Popover.Positioner>.");return t}a(ho,"usePopoverPositionerContext");var So=S(ye(),1);var ir=vo.forwardRef(a(function(e,o){let{render:s,className:r,style:n,anchor:l,positionMethod:d="absolute",side:p="bottom",align:c="center",sideOffset:u=0,alignOffset:g=0,collisionBoundary:m="clipping-ancestors",collisionPadding:h=5,arrowPadding:f=5,sticky:v=!1,disableAnchorTracking:x=!1,collisionAvoidance:b=Ko,...P}=e,{store:C}=oe(),N=Jn(),R=Pn(),E=C.useState("floatingRootContext"),T=C.useState("mounted"),k=C.useState("open"),w=C.useState("openChangeReason"),M=C.useState("activeTriggerElement"),V=C.useState("modal"),W=C.useState("openMethod"),D=C.useState("positionerElement"),H=C.useState("instantType"),$=C.useState("transitionStatus"),G=C.useState("hasViewport"),K=vo.useRef(null),I=mn(D,!1,!1),_=cs({anchor:l,floatingRootContext:E,positionMethod:d,mounted:T,side:p,sideOffset:u,align:c,alignOffset:g,arrowPadding:f,collisionBoundary:m,collisionPadding:h,sticky:v,disableAnchorTracking:x,keepMounted:N,nodeId:R,collisionAvoidance:b,adaptiveOrigin:G?ls:void 0}),U=E.useState("domReferenceElement");mt(()=>{let J=U,ee=K.current;if(J&&(K.current=J),ee&&J&&J!==ee){C.set("instantType",void 0);let ie=new AbortController;return I(()=>{C.set("instantType","trigger-change")},ie.signal),()=>{ie.abort()}}},[U,I,C]),Vn(k&&V===!0&&w!==A.triggerHover,W==="touch",D,M);let te=vo.useCallback(J=>{C.set("positionerElement",J)},[C]),se={open:k,side:_.side,align:_.align,anchorHidden:_.anchorHidden,instant:H},re=us(e,se,{styles:_.positionerStyles,transitionStatus:$,props:P,refs:[o,te],hidden:!T,inert:!k});return(0,So.jsxs)(Cs.Provider,{value:_,children:[T&&V===!0&&w!==A.triggerHover&&(0,So.jsx)(ds,{ref:C.context.internalBackdropRef,inert:is(!k),cutout:M}),(0,So.jsx)(Cn,{id:R,children:re})]})},"PopoverPositioner"));ir.displayName="PopoverPositioner";var Rs=S(O(),1);var yt=S(O(),1);var ea=S(ye(),1);var lr=yt.createContext(void 0);lr.displayName="ClosePartContext";function ta(){let[t,e]=yt.useState(0),o=ln(()=>(e(r=>r+1),()=>{e(r=>Math.max(0,r-1))}));return{context:yt.useMemo(()=>({register:o}),[o]),hasClosePart:t>0}}a(ta,"useClosePartCount");function oa(t){let{value:e,children:o}=t;return(0,ea.jsx)(lr.Provider,{value:e,children:o})}a(oa,"ClosePartProvider");function sa(){let t=yt.useContext(lr);mt(()=>t?.register(),[t])}a(sa,"useClosePartRegistration");var cr=S(ye(),1);var wi={...ue,...Fe},dr=Rs.forwardRef(a(function(e,o){let{render:s,className:r,style:n,initialFocus:l,finalFocus:d,...p}=e,{store:c}=oe(),u=ho(),g=Bn(!0)!=null,{context:m,hasClosePart:h}=ta(),f=c.useState("open"),v=c.useState("openMethod"),x=c.useState("instantType"),b=c.useState("transitionStatus"),P=c.useState("popupProps"),C=c.useState("titleElementId"),N=c.useState("descriptionElementId"),R=c.useState("modal"),E=c.useState("mounted"),T=c.useState("openChangeReason"),k=c.useState("activeTriggerElement"),w=c.useState("floatingRootContext"),M=w.useState("floatingId"),V=c.useState("disabled"),W=c.useState("openOnHover"),D=c.useState("closeDelay"),H=p.id??M;Xt({open:f,ref:c.context.popupRef,onComplete(){f&&c.context.onOpenChangeComplete?.(!0)}}),ss(w,{enabled:W&&!V,closeDelay:D});let $=l===void 0?Xo(c.context.popupRef):l,G=R!==!1&&h;c.useSyncedValue("focusManagerModal",G);let K=Rs.useCallback(U=>{c.set("popupElement",U)},[c]),I={open:f,side:u.side,align:u.align,instant:x,transitionStatus:b},_=F("div",e,{state:I,ref:[o,c.context.popupRef,K],props:[P,{id:H,role:"dialog",...gt,"aria-labelledby":C,"aria-describedby":N,onKeyDown(U){g&&fs.has(U.key)&&U.stopPropagation()}},ps(b),p],stateAttributesMapping:wi});return(0,cr.jsx)(Yo,{context:w,openInteractionType:v,modal:G,disabled:!E||T===A.triggerHover,initialFocus:$,returnFocus:d,restoreFocus:"popup",previousFocusableElement:cn(k)?k:void 0,nextFocusableElement:c.context.triggerFocusTargetRef,beforeContentFocusGuardRef:c.context.beforeContentFocusGuardRef,children:(0,cr.jsx)(oa,{value:m,children:_})})},"PopoverPopup"));dr.displayName="PopoverPopup";var ra=S(O(),1);var pr=ra.forwardRef(a(function(e,o){let{render:s,className:r,style:n,...l}=e,{store:d}=oe(),p=d.useState("open"),{arrowRef:c,side:u,align:g,arrowUncentered:m,arrowStyles:h}=ho();return F("div",e,{state:{open:p,side:u,align:g,uncentered:m},ref:[o,c],props:[{style:h,"aria-hidden":!0},l],stateAttributesMapping:ue})},"PopoverArrow"));pr.displayName="PopoverArrow";var na=S(O(),1);var ki={...ue,...Fe},ur=na.forwardRef(a(function(e,o){let{render:s,className:r,style:n,...l}=e,{store:d}=oe(),p=d.useState("open"),c=d.useState("mounted"),u=d.useState("transitionStatus"),g=d.useState("openChangeReason");return F("div",e,{state:{open:p,transitionStatus:u},ref:[d.context.backdropRef,o],props:[{role:"presentation",hidden:!c,style:{pointerEvents:g===A.triggerHover?"none":void 0,userSelect:"none",WebkitUserSelect:"none"}},l],stateAttributesMapping:ki})},"PopoverBackdrop"));ur.displayName="PopoverBackdrop";var aa=S(O(),1);var fr=aa.forwardRef(a(function(e,o){let{render:s,className:r,style:n,...l}=e,{store:d}=oe(),p=Pe(l.id);return d.useSyncedValueWithCleanup("titleElementId",p),F("h2",e,{ref:o,props:[{id:p},l]})},"PopoverTitle"));fr.displayName="PopoverTitle";var ia=S(O(),1);var mr=ia.forwardRef(a(function(e,o){let{render:s,className:r,style:n,...l}=e,{store:d}=oe(),p=Pe(l.id);return d.useSyncedValueWithCleanup("descriptionElementId",p),F("p",e,{ref:o,props:[{id:p},l]})},"PopoverDescription"));mr.displayName="PopoverDescription";var la=S(O(),1);var gr=la.forwardRef(a(function(e,o){let{render:s,className:r,style:n,disabled:l=!1,nativeButton:d=!0,...p}=e,{buttonRef:c,getButtonProps:u}=ht({disabled:l,focusableWhenDisabled:!1,native:d}),{store:g}=oe();return sa(),F("button",e,{ref:[o,c],props:[{onClick(h){g.setOpen(!1,Y(A.closePress,h.nativeEvent))}},p,u]})},"PopoverClose"));gr.displayName="PopoverClose";var da=S(O(),1);var ca=(function(t){return t.popupWidth="--popup-width",t.popupHeight="--popup-height",t})({});var Mi={activationDirection:a(t=>t?{"data-activation-direction":t}:null,"activationDirection")},hr=da.forwardRef(a(function(e,o){let{render:s,className:r,style:n,children:l,...d}=e,{store:p}=oe(),{side:c}=ho(),u=p.useState("instantType"),{children:g,state:m}=ms({store:p,side:c,cssVars:ca,children:l}),h={activationDirection:m.activationDirection,transitioning:m.transitioning,instant:u};return F("div",e,{state:h,ref:o,props:[d,{children:g}],stateAttributesMapping:Mi})},"PopoverViewport"));hr.displayName="PopoverViewport";var No=class{static{a(this,"PopoverHandle")}constructor(){this.store=new go}open(e){let o=e?this.store.context.triggerElements.getById(e)??void 0:void 0;if(e&&!o)throw new Error(`Base UI: PopoverHandle.open: No trigger found with id "${e}".`);this.store.setOpen(!0,Y(A.imperativeAction,void 0,o))}close(){this.store.setOpen(!1,Y(A.imperativeAction,void 0,void 0))}get isOpen(){return this.store.select("open")}};function pa(){return new No}a(pa,"createPopoverHandle");var fe={};Ys(fe,{Backdrop:()=>vr,Close:()=>xr,Description:()=>br,Handle:()=>Mo,Popup:()=>yr,Portal:()=>Pr,Root:()=>Na,Title:()=>Sr,Trigger:()=>Nr,Viewport:()=>Rr,createHandle:()=>wa});var ua=S(O(),1);var Eo=S(O(),1);var To=Eo.createContext(!1);To.displayName="IsDrawerContext";var Ss=Eo.createContext(void 0);Ss.displayName="DialogRootContext";function ce(t){let e=Eo.useContext(Ss);if(t===!1&&e===void 0)throw new Error("Base UI: DialogRootContext is missing. Dialog parts must be placed within <Dialog.Root>.");return e}a(ce,"useDialogRootContext");var Oi={...ue,...Fe},vr=ua.forwardRef(a(function(e,o){let{render:s,className:r,style:n,forceRender:l=!1,...d}=e,{store:p}=ce(),c=p.useState("open"),u=p.useState("nested"),g=p.useState("mounted"),m=p.useState("transitionStatus");return F("div",e,{state:{open:c,transitionStatus:m},ref:[p.context.backdropRef,o],stateAttributesMapping:Oi,props:[{role:"presentation",hidden:!g,style:{userSelect:"none",WebkitUserSelect:"none"}},d],enabled:l||!u})},"DialogBackdrop"));vr.displayName="DialogBackdrop";var fa=S(O(),1);var xr=fa.forwardRef(a(function(e,o){let{render:s,className:r,style:n,disabled:l=!1,nativeButton:d=!0,...p}=e,{store:c}=ce(),u=c.useState("open"),{getButtonProps:g,buttonRef:m}=ht({disabled:l,native:d}),h={disabled:l};function f(v){u&&c.setOpen(!1,Y(A.closePress,v.nativeEvent))}return a(f,"handleClick"),F("button",e,{state:h,ref:[o,m],props:[{onClick:f},p,g]})},"DialogClose"));xr.displayName="DialogClose";var ma=S(O(),1);var br=ma.forwardRef(a(function(e,o){let{render:s,className:r,style:n,id:l,...d}=e,{store:p}=ce(),c=Pe(l);return p.useSyncedValueWithCleanup("descriptionElementId",c),F("p",e,{ref:o,props:[{id:c},d]})},"DialogDescription"));br.displayName="DialogDescription";var va=S(O(),1);var ga=(function(t){return t.nestedDialogs="--nested-dialogs",t})({});var ha=(function(t){return t[t.open=st.open]="open",t[t.closed=st.closed]="closed",t[t.startingStyle=st.startingStyle]="startingStyle",t[t.endingStyle=st.endingStyle]="endingStyle",t.nested="data-nested",t.nestedDialogOpen="data-nested-dialog-open",t})({});var Ns=S(O(),1);var Es=Ns.createContext(void 0);Es.displayName="DialogPortalContext";function Ts(){let t=Ns.useContext(Es);if(t===void 0)throw new Error("Base UI: <Dialog.Portal> is missing.");return t}a(Ts,"useDialogPortalContext");var xa=S(ye(),1);var _i={...ue,...Fe,nestedDialogOpen(t){return t?{[ha.nestedDialogOpen]:""}:null}},yr=va.forwardRef(a(function(e,o){let{render:s,className:r,style:n,finalFocus:l,initialFocus:d,...p}=e,{store:c}=ce(),u=c.useState("descriptionElementId"),g=c.useState("disablePointerDismissal"),m=c.useState("floatingRootContext"),h=c.useState("popupProps"),f=c.useState("modal"),v=c.useState("mounted"),x=c.useState("nested"),b=c.useState("nestedOpenDialogCount"),P=c.useState("open"),C=c.useState("openMethod"),N=c.useState("titleElementId"),R=c.useState("transitionStatus"),E=c.useState("role"),T=m.useState("floatingId"),k=p.id??T;Ts(),Xt({open:P,ref:c.context.popupRef,onComplete(){P&&c.context.onOpenChangeComplete?.(!0)}});let w=d===void 0?Xo(c.context.popupRef):d,M=b>0,V=c.useStateSetter("popupElement"),D=F("div",e,{state:{open:P,nested:x,transitionStatus:R,nestedDialogOpen:M},props:[h,{id:k,"aria-labelledby":N??void 0,"aria-describedby":u??void 0,role:E,...gt,hidden:!v,onKeyDown(H){fs.has(H.key)&&H.stopPropagation()},style:{[ga.nestedDialogs]:b}},p],ref:[o,c.context.popupRef,V],stateAttributesMapping:_i});return(0,xa.jsx)(Yo,{context:m,openInteractionType:C,disabled:!v,closeOnFocusOut:!g,initialFocus:w,returnFocus:l,modal:f!==!1,restoreFocus:"popup",children:D})},"DialogPopup"));yr.displayName="DialogPopup";var ba=S(O(),1);var wo=S(ye(),1);var Pr=ba.forwardRef(a(function(e,o){let{keepMounted:s=!1,...r}=e,{store:n}=ce(),l=n.useState("mounted"),d=n.useState("modal"),p=n.useState("open");return l||s?(0,wo.jsx)(Es.Provider,{value:s,children:(0,wo.jsxs)(Qo,{ref:o,...r,children:[l&&d===!0&&(0,wo.jsx)(ds,{ref:n.context.internalBackdropRef,inert:is(!p)}),e.children]})}):null},"DialogPortal"));Pr.displayName="DialogPortal";var Sa=S(O(),1);var Ca=S(O(),1);var pt=S(O(),1);function ya(t){let{store:e,actionsRef:o}=t,s=e.useState("open");os(e,s),ro(e);let{forceUnmount:r}=no(s,e),n=pt.useCallback(()=>{e.setOpen(!1,Y(A.imperativeAction))},[e]);pt.useImperativeHandle(o,()=>({unmount:r,close:n}),[r,n])}a(ya,"useDialogRoot");function Pa({store:t,parentContext:e,isDrawer:o}){let s=t.useState("open"),r=t.useState("disablePointerDismissal"),n=t.useState("modal"),l=t.useState("popupElement"),d=t.useState("floatingRootContext"),[p,c]=pt.useState(0),[u,g]=pt.useState(0),m=p===0,h=eo(d,{outsidePressEvent(){return t.context.internalBackdropRef.current||t.context.backdropRef.current?"intentional":{mouse:n==="trap-focus"?"sloppy":"intentional",touch:"sloppy"}},outsidePress(b){if(!t.context.outsidePressEnabledRef.current||"button"in b&&b.button!==0||"touches"in b&&b.touches.length!==1)return!1;let P=dn(b);return m&&!r?n&&(t.context.internalBackdropRef.current||t.context.backdropRef.current)?t.context.internalBackdropRef.current===P||t.context.backdropRef.current===P||Ro(P,l)&&!P?.hasAttribute("data-base-ui-portal"):!0:!1},escapeKey:m});An(s&&n===!0,l),t.useContextCallback("onNestedDialogOpen",(b,P)=>{c(b),g(P)}),t.useContextCallback("onNestedDialogClose",()=>{c(0),g(0)}),pt.useEffect(()=>(e?.onNestedDialogOpen&&s&&e.onNestedDialogOpen(p+1,u+(o?1:0)),e?.onNestedDialogClose&&!s&&e.onNestedDialogClose(),()=>{e?.onNestedDialogClose&&s&&e.onNestedDialogClose()}),[o,s,p,u,e]);let f=h.reference??Rt,v=h.trigger??Rt,x=h.floating??Rt;return ao(t,{activeTriggerProps:f,inactiveTriggerProps:v,popupProps:x,nestedOpenDialogCount:p,nestedOpenDrawerCount:u}),null}a(Pa,"DialogInteractions");var ws=S(O(),1);var Ii={...po,modal:j(t=>t.modal),nested:j(t=>t.nested),nestedOpenDialogCount:j(t=>t.nestedOpenDialogCount),nestedOpenDrawerCount:j(t=>t.nestedOpenDrawerCount),disablePointerDismissal:j(t=>t.disablePointerDismissal),openMethod:j(t=>t.openMethod),descriptionElementId:j(t=>t.descriptionElementId),titleElementId:j(t=>t.titleElementId),viewportElement:j(t=>t.viewportElement),role:j(t=>t.role)},xo=class t extends to{static{a(this,"DialogStore")}constructor(e,o,s=!1){let r=new io,n=Di(e);n.floatingRootContext=co(r,o,s),super(n,{popupRef:ws.createRef(),backdropRef:ws.createRef(),internalBackdropRef:ws.createRef(),outsidePressEnabledRef:{current:!0},triggerElements:r,onOpenChange:void 0,onOpenChangeComplete:void 0},Ii)}setOpen=a((e,o)=>{if(o.preventUnmountOnClose=()=>{this.set("preventUnmountingOnClose",!0)},!e&&o.trigger==null&&this.state.activeTriggerId!=null&&(o.trigger=this.state.activeTriggerElement??void 0),this.context.onOpenChange?.(e,o),o.isCanceled)return;this.state.floatingRootContext.dispatchOpenChange(e,o);let s={open:e};es(s,e,o.trigger),this.update(s)},"setOpen");static useStore(e,o){return oo(e,(r,n)=>new t(o,r,n),!0).store}};function Di(t={}){return{...lo(),modal:!0,disablePointerDismissal:!1,popupElement:null,viewportElement:null,descriptionElementId:void 0,titleElementId:void 0,openMethod:null,nested:!1,nestedOpenDialogCount:0,nestedOpenDrawerCount:0,role:"dialog",...t}}a(Di,"createInitialState");var ko=S(ye(),1);function Ra(t,e="dialog"){let{children:o,open:s,defaultOpen:r=!1,onOpenChange:n,onOpenChangeComplete:l,disablePointerDismissal:d=!1,modal:p=!0,actionsRef:c,handle:u,triggerId:g,defaultTriggerId:m=null}=t,h=e==="drawer",f=e==="alert-dialog",v=f?!0:p,x=f||d,b=f?"alertdialog":"dialog",P=ce(!0),N={modal:v,disablePointerDismissal:x,nested:!!P,role:b},R=xo.useStore(u?.store,{open:r,openProp:s,activeTriggerId:m,triggerIdProp:g,...N});Nn(()=>{let V=s===void 0&&R.state.open===!1&&r===!0?{open:!0,activeTriggerId:m}:null;f?R.update(V?{...N,...V}:N):V&&R.update(V)}),R.useControlledProp("openProp",s),R.useControlledProp("triggerIdProp",g),R.useSyncedValues(N),R.useContextCallback("onOpenChange",n),R.useContextCallback("onOpenChangeComplete",l);let E=R.useState("open"),T=R.useState("mounted"),k=R.useState("payload");ya({store:R,actionsRef:c});let w=E||T,M=Ca.useMemo(()=>({store:R}),[R]);return(0,ko.jsx)(To.Provider,{value:!1,children:(0,ko.jsxs)(Ss.Provider,{value:M,children:[w&&(0,ko.jsx)(Pa,{store:R,parentContext:P?.store.context,isDrawer:h}),typeof o=="function"?o({payload:k}):o]})})}a(Ra,"useRenderDialogRoot");function Na(t){let e=Sa.useContext(To)?"drawer":"dialog";return Ra(t,e)}a(Na,"DialogRoot");var Ea=S(O(),1);var Cr=(function(t){return t[t.open=st.open]="open",t[t.closed=st.closed]="closed",t[t.startingStyle=st.startingStyle]="startingStyle",t[t.endingStyle=st.endingStyle]="endingStyle",t.nested="data-nested",t.nestedDialogOpen="data-nested-dialog-open",t})({});var Ai={...ue,...Fe,nested(t){return t?{[Cr.nested]:""}:null},nestedDialogOpen(t){return t?{[Cr.nestedDialogOpen]:""}:null}},Rr=Ea.forwardRef(a(function(e,o){let{render:s,className:r,style:n,children:l,...d}=e,p=Ts(),{store:c}=ce(),u=c.useState("open"),g=c.useState("nested"),m=c.useState("transitionStatus"),h=c.useState("nestedOpenDialogCount"),f=c.useState("mounted"),v=c.useStateSetter("viewportElement"),x=h>0;return F("div",e,{enabled:p||f,state:{open:u,nested:g,transitionStatus:m,nestedDialogOpen:x},ref:[o,v],stateAttributesMapping:Ai,props:[{role:"presentation",hidden:!f,style:{pointerEvents:u?void 0:"none"},children:l},d]})},"DialogViewport"));Rr.displayName="DialogViewport";var Ta=S(O(),1);var Sr=Ta.forwardRef(a(function(e,o){let{render:s,className:r,style:n,id:l,...d}=e,{store:p}=ce(),c=Pe(l);return p.useSyncedValueWithCleanup("titleElementId",c),F("h2",e,{ref:o,props:[{id:c},d]})},"DialogTitle"));Sr.displayName="DialogTitle";var ks=S(O(),1);var Nr=ks.forwardRef(a(function(e,o){let{render:s,className:r,style:n,disabled:l=!1,nativeButton:d=!0,id:p,payload:c,handle:u,...g}=e,m=ce(!0),h=u?.store??m?.store;if(!h)throw new Error("Base UI: <Dialog.Trigger> must be used within <Dialog.Root> or provided with a handle.");let f=Pe(p),v=h.useState("floatingRootContext"),x=h.useState("isOpenedByTrigger",f),b=h.useState("triggerPopupId",f),P=ks.useRef(null),{registerTrigger:C,isMountedByThisTrigger:N}=so(f,P,h,{payload:c}),{getButtonProps:R,buttonRef:E}=ht({disabled:l,native:d}),T=Jo(v,{enabled:v!=null}),k=as(()=>h.select("open"),V=>{h.set("openMethod",V)}),w={disabled:l,open:x},M=h.useState("triggerProps",N);return F("button",e,{state:w,ref:[E,o,C,P],props:[T.reference,M,k,{[Go]:"",id:f,"aria-haspopup":"dialog","aria-expanded":x,"aria-controls":b},g,R],stateAttributesMapping:uo})},"DialogTrigger"));Nr.displayName="DialogTrigger";var Mo=class{static{a(this,"DialogHandle")}constructor(e){this.store=e??new xo}open(e){let o=e?this.store.context.triggerElements.getById(e):void 0;e&&!o&&console.warn(`Base UI: DialogHandle.open: No trigger found with id "${e}". The dialog will open, but the trigger will not be associated with the dialog.`),this.store.setOpen(!0,Y(A.imperativeAction,void 0,o))}openWithPayload(e){this.store.set("payload",e),this.store.setOpen(!0,Y(A.imperativeAction,void 0,void 0))}close(){this.store.setOpen(!1,Y(A.imperativeAction,void 0,void 0))}get isOpen(){return this.store.select("open")}};function wa(){return new Mo}a(wa,"createDialogHandle");var nt={};Ys(nt,{Arrow:()=>Ir,Handle:()=>Oo,Popup:()=>_r,Portal:()=>Mr,Positioner:()=>Or,Provider:()=>Vr,Root:()=>Er,Trigger:()=>Tr,Viewport:()=>Br,createHandle:()=>Ua});var rt=S(O(),1);var Ms=S(O(),1);var Os=Ms.createContext(void 0);Os.displayName="TooltipRootContext";function $e(t){let e=Ms.useContext(Os);if(e===void 0&&!t)throw new Error("Base UI: TooltipRootContext is missing. Tooltip parts must be placed within <Tooltip.Root>.");return e}a($e,"useTooltipRootContext");var ka=S(O(),1);var Vi={...po,disabled:j(t=>t.disabled),instantType:j(t=>t.instantType),isInstantPhase:j(t=>t.isInstantPhase),trackCursorAxis:j(t=>t.trackCursorAxis),disableHoverablePopup:j(t=>t.disableHoverablePopup),lastOpenChangeReason:j(t=>t.openChangeReason),closeOnClick:j(t=>t.closeOnClick),closeDelay:j(t=>t.closeDelay),hasViewport:j(t=>t.hasViewport)},bo=class t extends to{static{a(this,"TooltipStore")}constructor(e,o,s=!1){let r=new io,n={...Bi(),...e};n.floatingRootContext=co(r,o,s),super(n,{popupRef:ka.createRef(),onOpenChange:void 0,onOpenChangeComplete:void 0,triggerElements:r},Vi)}setOpen=a((e,o)=>{kn(this,e,o,{extraState:{openChangeReason:o.reason}})},"setOpen");cancelPendingOpen(e){this.state.floatingRootContext.dispatchOpenChange(!1,Y(A.triggerPress,e))}static useStore(e,o){return oo(e,(r,n)=>new t(o,r,n)).store}};function Bi(){return{...lo(),disabled:!1,instantType:void 0,isInstantPhase:!1,trackCursorAxis:"none",disableHoverablePopup:!1,openChangeReason:null,closeOnClick:!0,closeDelay:0,hasViewport:!1}}a(Bi,"createInitialState");var _s=S(ye(),1);var Er=En(a(function(e){let{disabled:o=!1,defaultOpen:s=!1,open:r,disableHoverablePopup:n=!1,trackCursorAxis:l="none",actionsRef:d,onOpenChange:p,onOpenChangeComplete:c,handle:u,triggerId:g,defaultTriggerId:m=null,children:h}=e,f=bo.useStore(u?.store,{open:s,openProp:r,activeTriggerId:m,triggerIdProp:g});ts(f,r,s,m),f.useControlledProp("openProp",r),f.useControlledProp("triggerIdProp",g),f.useContextCallback("onOpenChange",p),f.useContextCallback("onOpenChangeComplete",c);let v=f.useState("open"),x=!o&&v,b=f.useState("activeTriggerId"),P=f.useState("mounted"),C=f.useState("payload");f.useSyncedValues({trackCursorAxis:l,disableHoverablePopup:n}),f.useSyncedValue("disabled",o),ro(f,{closeOnActiveTriggerUnmount:!0});let{forceUnmount:N,transitionStatus:R}=no(x,f),E=f.useState("isInstantPhase"),T=f.useState("instantType"),k=f.useState("lastOpenChangeReason"),w=rt.useRef(null);mt(()=>{v&&o&&f.setOpen(!1,Y(A.disabled))},[v,o,f]),mt(()=>{R==="ending"&&k===A.none||R!=="ending"&&E?(T!=="delay"&&(w.current=T),f.set("instantType","delay")):w.current!==null&&(f.set("instantType",w.current),w.current=null)},[R,E,k,T,f]),mt(()=>{x&&b==null&&f.set("payload",void 0)},[f,b,x]);let M=rt.useCallback(()=>{f.setOpen(!1,Y(A.imperativeAction))},[f]);rt.useImperativeHandle(d,()=>({unmount:N,close:M}),[N,M]);let V=x||P||!o&&l!=="none";return(0,_s.jsxs)(Os.Provider,{value:f,children:[V&&(0,_s.jsx)(Li,{store:f,disabled:o,trackCursorAxis:l}),typeof h=="function"?h({payload:C}):h]})},"TooltipRoot"));Er.displayName="TooltipRoot";function Li({store:t,disabled:e,trackCursorAxis:o}){let s=t.useState("floatingRootContext"),r=eo(s,{enabled:!e,referencePress:a(()=>t.select("closeOnClick"),"referencePress")}),n=Sn(s,{enabled:!e&&o!=="none",axis:o==="none"?void 0:o}),l=rt.useMemo(()=>lt(n.reference,r.reference),[n.reference,r.reference]),d=rt.useMemo(()=>lt(n.trigger,r.trigger),[n.trigger,r.trigger]),p=rt.useMemo(()=>lt(gt,n.floating,r.floating),[n.floating,r.floating]);return ao(t,{activeTriggerProps:l,inactiveTriggerProps:d,popupProps:p}),null}a(Li,"TooltipInteractions");var As=S(O(),1);var Is=S(O(),1);var Ds=Is.createContext(void 0);Ds.displayName="TooltipProviderContext";function Ma(){return Is.useContext(Ds)}a(Ma,"useTooltipProviderContext");var Oa=(function(t){return t[t.popupOpen=_n.popupOpen]="popupOpen",t.triggerDisabled="data-trigger-disabled",t})({});var Ia="data-base-ui-tooltip-trigger";function _a(t){if("composedPath"in t){let o=t.composedPath();for(let s=0;s<o.length;s+=1){let r=o[s];if(qo(r))return r}}let e=t.target;return qo(e)?e:null}a(_a,"getTargetElement");function Fi(t){let e=t;for(;e;){if(e.hasAttribute(Ia))return e;let o=e.parentElement;if(o){e=o;continue}let s=e.getRootNode();e="host"in s&&qo(s.host)?s.host:null}return null}a(Fi,"closestEnabledTooltipTrigger");var Tr=Tn(a(function(e,o){let{render:s,className:r,style:n,handle:l,payload:d,disabled:p,delay:c,closeOnClick:u=!0,closeDelay:g,id:m,...h}=e,f=$e(!0),v=l?.store??f;if(!v)throw new Error("Base UI: <Tooltip.Trigger> must be either used within a <Tooltip.Root> component or provided with a handle.");let x=Pe(m),b=v.useState("isTriggerActive",x),P=v.useState("isOpenedByTrigger",x),C=v.useState("floatingRootContext"),N=As.useRef(null),R=c??600,E=g??0,{registerTrigger:T,isMountedByThisTrigger:k}=so(x,N,v,{payload:d,closeOnClick:u,closeDelay:E}),w=Ma(),{delayRef:M,isInstantPhase:V,hasProvider:W}=vn(C,{open:P}),D=On(C);v.useSyncedValue("isInstantPhase",V);let H=v.useState("disabled"),$=p??H,G=xn($),K=v.useState("trackCursorAxis"),I=v.useState("disableHoverablePopup"),_=As.useRef(!1),U=fn(),te=As.useRef(void 0);function se(){let L=w?.delay,Q=typeof M.current=="object"?M.current.open:void 0,X=R;return W&&(Q!==0?X=c??L??R:X=0),X}a(se,"getOpenDelay");function re(L){let Q=N.current;if(!Q||!L)return!1;let X=Fi(L);return X!==null&&X!==Q&&Ro(Q,X)}a(re,"isEnabledNestedTriggerTarget");function J(L){let Q=re(L);return _.current=Q,Q&&(D.openChangeTimeout.clear(),D.restTimeout.clear(),D.restTimeoutPending=!1,U.clear()),Q}a(J,"detectNestedTriggerHover");let ee=rs(C,{enabled:!$,mouseOnly:!0,move:!1,handleClose:!I&&K!=="both"?ns():null,restMs:se,delay(){let L=typeof M.current=="object"?M.current.close:void 0,Q=E;return g==null&&W&&(Q=L),{close:Q}},triggerElementRef:N,isActiveTrigger:b,isClosing:a(()=>v.select("transitionStatus")==="ending","isClosing"),shouldOpen(){return!_.current}}),ie=Mn(C,{enabled:!$}).reference,Be=a(L=>{let Q=_.current,X=_a(L),pe=J(X),le=N.current,ge=le&&X&&Ro(le,X);if(pe&&v.select("open")&&v.select("lastOpenChangeReason")===A.triggerHover){v.setOpen(!1,Y(A.triggerHover,L));return}if(Q&&!pe&&ge&&!G.current&&!v.select("open")&&le&&pn(te.current)){let be=a(()=>{!_.current&&!G.current&&!v.select("open")&&v.setOpen(!0,Y(A.triggerHover,L,le))},"open"),ne=se();ne===0?(U.clear(),be()):U.start(ne,be)}},"handleNestedTriggerHover"),me=v.useState("triggerProps",k);return F("button",e,{state:{open:P},ref:[o,T,N],props:[ee,ie,k||K!=="none"?me:void 0,{onMouseOver(L){Be(L.nativeEvent)},onFocus(L){re(_a(L.nativeEvent))&&L.preventBaseUIHandler()},onMouseLeave(){_.current=!1,U.clear(),te.current=void 0},onPointerEnter(L){te.current=L.pointerType},onPointerDown(L){te.current=L.pointerType,v.set("closeOnClick",u),u&&!v.select("open")&&v.cancelPendingOpen(L.nativeEvent)},onClick(L){u&&!v.select("open")&&v.cancelPendingOpen(L.nativeEvent)},id:x,[Oa.triggerDisabled]:$?"":void 0,[Ia]:$?void 0:""},h],stateAttributesMapping:uo})},"TooltipTrigger"));Tr.displayName="TooltipTrigger";var Ba=S(O(),1);var Vs=S(O(),1);var Bs=Vs.createContext(void 0);Bs.displayName="TooltipPortalContext";function Da(){let t=Vs.useContext(Bs);if(t===void 0)throw new Error("Base UI: <Tooltip.Portal> is missing.");return t}a(Da,"useTooltipPortalContext");var Ls=S(O(),1),Aa=S(qr(),1);var Va=S(ye(),1);var wr=Ls.forwardRef(a(function(e,o){let{children:s,container:r,className:n,render:l,style:d,...p}=e,{portalNode:c,portalSubtree:u}=bn({container:r,ref:o,componentProps:e,elementProps:p});return!u&&!c?null:(0,Va.jsxs)(Ls.Fragment,{children:[u,c&&Aa.createPortal(s,c)]})},"FloatingPortalLite"));wr.displayName="FloatingPortalLite";var kr=S(ye(),1);var Mr=Ba.forwardRef(a(function(e,o){let{keepMounted:s=!1,...r}=e;return $e().useState("mounted")||s?(0,kr.jsx)(Bs.Provider,{value:s,children:(0,kr.jsx)(wr,{ref:o,...r})}):null},"TooltipPortal"));Mr.displayName="TooltipPortal";var $s=S(O(),1);var Fs=S(O(),1);var Hs=Fs.createContext(void 0);Hs.displayName="TooltipPositionerContext";function yo(){let t=Fs.useContext(Hs);if(t===void 0)throw new Error("Base UI: TooltipPositionerContext is missing. TooltipPositioner parts must be placed within <Tooltip.Positioner>.");return t}a(yo,"useTooltipPositionerContext");var La=S(ye(),1);var Or=$s.forwardRef(a(function(e,o){let{render:s,className:r,anchor:n,positionMethod:l="absolute",side:d="top",align:p="center",sideOffset:c=0,alignOffset:u=0,collisionBoundary:g="clipping-ancestors",collisionPadding:m=5,arrowPadding:h=5,sticky:f=!1,disableAnchorTracking:v=!1,collisionAvoidance:x=Ko,style:b,...P}=e,C=$e(),N=Da(),R=C.useState("open"),E=C.useState("mounted"),T=C.useState("trackCursorAxis"),k=C.useState("disableHoverablePopup"),w=C.useState("floatingRootContext"),M=C.useState("instantType"),V=C.useState("transitionStatus"),W=C.useState("hasViewport"),D=cs({anchor:n,positionMethod:l,floatingRootContext:w,mounted:E,side:d,sideOffset:c,align:p,alignOffset:u,collisionBoundary:g,collisionPadding:m,sticky:f,arrowPadding:h,disableAnchorTracking:v,keepMounted:N,collisionAvoidance:x,adaptiveOrigin:W?ls:void 0}),H=$s.useMemo(()=>({open:R,side:D.side,align:D.align,anchorHidden:D.anchorHidden,instant:T!=="none"?"tracking-cursor":M}),[R,D.side,D.align,D.anchorHidden,T,M]),$=us(e,H,{styles:D.positionerStyles,transitionStatus:V,props:P,refs:[o,C.useStateSetter("positionerElement")],hidden:!E,inert:!R||T==="both"||k});return(0,La.jsx)(Hs.Provider,{value:D,children:$})},"TooltipPositioner"));Or.displayName="TooltipPositioner";var Fa=S(O(),1);var Hi={...ue,...Fe},_r=Fa.forwardRef(a(function(e,o){let{render:s,className:r,style:n,...l}=e,d=$e(),{side:p,align:c}=yo(),u=d.useState("open"),g=d.useState("instantType"),m=d.useState("transitionStatus"),h=d.useState("popupProps"),f=d.useState("floatingRootContext"),v=d.useState("disabled"),x=d.useState("closeDelay");Xt({open:u,ref:d.context.popupRef,onComplete(){u&&d.context.onOpenChangeComplete?.(!0)}}),ss(f,{enabled:!v,closeDelay:x});let b=d.useStateSetter("popupElement");return F("div",e,{state:{open:u,side:p,align:c,instant:g,transitionStatus:m},ref:[o,d.context.popupRef,b],props:[h,ps(m),l],stateAttributesMapping:Hi})},"TooltipPopup"));_r.displayName="TooltipPopup";var Ha=S(O(),1);var Ir=Ha.forwardRef(a(function(e,o){let{render:s,className:r,style:n,...l}=e,d=$e(),{arrowRef:p,side:c,align:u,arrowUncentered:g,arrowStyles:m}=yo(),h=d.useState("open"),f=d.useState("instantType");return F("div",e,{state:{open:h,side:c,align:u,uncentered:g,instant:f},ref:[o,p],props:[{style:m,"aria-hidden":!0},l],stateAttributesMapping:ue})},"TooltipArrow"));Ir.displayName="TooltipArrow";var Dr=S(O(),1);var Ar=S(ye(),1);var Vr=a(function(e){let{delay:o,closeDelay:s,timeout:r=400}=e,n=Dr.useMemo(()=>({delay:o,closeDelay:s}),[o,s]),l=Dr.useMemo(()=>({open:o,close:s}),[o,s]);return(0,Ar.jsx)(Ds.Provider,{value:n,children:(0,Ar.jsx)(hn,{delay:l,timeoutMs:r,children:e.children})})},"TooltipProvider");Vr.displayName="TooltipProvider";var ja=S(O(),1);var $a=(function(t){return t.popupWidth="--popup-width",t.popupHeight="--popup-height",t})({});var $i={activationDirection:a(t=>t?{"data-activation-direction":t}:null,"activationDirection")},Br=ja.forwardRef(a(function(e,o){let{render:s,className:r,style:n,children:l,...d}=e,p=$e(),c=yo(),u=p.useState("instantType"),{children:g,state:m}=ms({store:p,side:c.side,cssVars:$a,children:l}),h={activationDirection:m.activationDirection,transitioning:m.transitioning,instant:u};return F("div",e,{state:h,ref:o,props:[d,{children:g}],stateAttributesMapping:$i})},"TooltipViewport"));Br.displayName="TooltipViewport";var Oo=class{static{a(this,"TooltipHandle")}constructor(){this.store=new bo}open(e){let o=e?this.store.context.triggerElements.getById(e):void 0;if(e&&!o)throw new Error(`Base UI: TooltipHandle.open: No trigger found with id "${e}".`);this.store.setOpen(!0,Y(A.imperativeAction,void 0,o))}close(){this.store.setOpen(!1,Y(A.imperativeAction,void 0,void 0))}get isOpen(){return this.store.select("open")}};function Ua(){return new Oo}a(Ua,"createTooltipHandle");var Ce=S(Wo(),1);var je=S(O(),1);var y=S(Po(),1);var ji=$n(St.studioFeatures),Ga={analytics:!0,auth:!0,containers:!0,flags:!0,kv:!0,mail:!0,payments:!0,queues:!0,scheduler:!0,storage:!0,vectors:!0,workflows:!0},Ui=a(t=>{if(t===null||typeof t!="object")return Ga;let e=t,o=a(s=>typeof e[s]=="boolean"?e[s]:!0,"flag");return{analytics:o("analytics"),auth:o("auth"),containers:o("containers"),flags:o("flags"),kv:o("kv"),mail:o("mail"),payments:o("payments"),queues:o("queues"),scheduler:o("scheduler"),storage:o("storage"),vectors:o("vectors"),workflows:o("workflows")}},"coerceFeatures"),Hr=a(()=>{let t=(0,Ce.c)(3),e=Xs(),[o,s]=(0,je.useState)(Ga),r,n;return t[0]!==e?(r=a(()=>{He((async()=>{try{s(Ui(await e.query(ji,{},jn(""))))}catch{}})())},"t0"),n=[e],t[0]=e,t[1]=r,t[2]=n):(r=t[1],n=t[2]),(0,je.useEffect)(r,n),o},"useStudioFeatures"),zi=a(()=>{let t=(0,Ce.c)(1),e;return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,y.jsxDEV)("svg",{"aria-hidden":"true",className:"size-4 text-muted-foreground",fill:"none",stroke:"currentColor",strokeWidth:1.6,viewBox:"0 0 24 24",children:(0,y.jsxDEV)("path",{d:"m9 6 6 6-6 6",strokeLinecap:"round",strokeLinejoin:"round"},void 0,!1)},void 0,!1),t[0]=e):e=t[0],e},"ChevronRight$1"),Wi=a(t=>{let e=(0,Ce.c)(24),{group:o}=t,s=ae(),r=ft(),n;e[0]!==o.tab||e[1]!==r?(n=a(()=>{He(r({to:`/${o.tab}`}))},"t1"),e[0]=o.tab,e[1]=r,e[2]=n):n=e[2];let l=n,d=o.bindings.length,p;e[3]!==o.label?(p=(0,y.jsxDEV)("span",{className:"text-sm font-medium text-foreground",children:o.label},void 0,!1),e[3]=o.label,e[4]=p):p=e[4];let c;e[5]===Symbol.for("react.memo_cache_sentinel")?(c=(0,y.jsxDEV)(zi,{},void 0,!1),e[5]=c):c=e[5];let u;e[6]!==p?(u=(0,y.jsxDEV)("div",{className:"flex items-center justify-between",children:[p,c]},void 0,!0),e[6]=p,e[7]=u):u=e[7];let g;e[8]!==d||e[9]!==s?(g=d===1?s("1 binding"):s("{count} bindings",{count:d}),e[8]=d,e[9]=s,e[10]=g):g=e[10];let m;e[11]!==g?(m=(0,y.jsxDEV)("span",{className:"text-xs text-muted-foreground",children:g},void 0,!1),e[11]=g,e[12]=m):m=e[12];let h;e[13]!==d||e[14]!==o.bindings?(h=d>0&&(0,y.jsxDEV)("div",{className:"flex flex-wrap gap-1.5",children:o.bindings.map(Gi)},void 0,!1),e[13]=d,e[14]=o.bindings,e[15]=h):h=e[15];let f;e[16]!==u||e[17]!==m||e[18]!==h?(f=(0,y.jsxDEV)(sr,{className:"flex flex-col gap-2 py-4",children:[u,m,h]},void 0,!0),e[16]=u,e[17]=m,e[18]=h,e[19]=f):f=e[19];let v;return e[20]!==o.testId||e[21]!==l||e[22]!==f?(v=(0,y.jsxDEV)(ct,{className:"cursor-pointer gap-0 py-0 transition-colors hover:bg-muted/40","data-testid":o.testId,onClick:l,children:f},void 0,!1),e[20]=o.testId,e[21]=l,e[22]=f,e[23]=v):v=e[23],v},"BindingCard"),za=["kv","files","vectors"],Zi=a((t,e)=>[...t.filter(o=>o.tab!==e.tab),e].toSorted((o,s)=>za.indexOf(o.tab)-za.indexOf(s.tab)),"upsertCard"),qi=a(()=>{let t=(0,Ce.c)(19),e=Xs(),o=Hr(),s=ae(),r;t[0]===Symbol.for("react.memo_cache_sentinel")?(r=[],t[0]=r):r=t[0];let[n,l]=(0,je.useState)(r),d,p;if(t[1]!==e||t[2]!==o.kv||t[3]!==o.storage||t[4]!==o.vectors||t[5]!==s?(d=a(()=>{let f={cancelled:!1},v=[{enabled:o.kv,label:s("KV Namespaces"),load:a(async()=>(await e.listKvNamespaces()).map(Ki),"load"),tab:"kv",testId:"home-binding-kv"},{enabled:o.storage,label:s("R2 Buckets"),load:a(()=>e.listStorageBuckets(),"load"),tab:"files",testId:"home-binding-r2"},{enabled:o.vectors,label:s("Vectorize Indexes"),load:a(async()=>(await e.listVectorIndexes()).map(Qi),"load"),tab:"vectors",testId:"home-binding-vectors"}];for(let x of v)x.enabled&&He((async()=>{try{let b=await x.load();if(!f.cancelled){let P={bindings:b,label:x.label,tab:x.tab,testId:x.testId};l(C=>Zi(C,P))}}catch{}})());return()=>{f.cancelled=!0}},"t1"),p=[e,o.kv,o.storage,o.vectors,s],t[1]=e,t[2]=o.kv,t[3]=o.storage,t[4]=o.vectors,t[5]=s,t[6]=d,t[7]=p):(d=t[6],p=t[7]),(0,je.useEffect)(d,p),n.length===0)return null;let c;t[8]!==s?(c=s("Bindings"),t[8]=s,t[9]=c):c=t[9];let u;t[10]!==c?(u=(0,y.jsxDEV)("h2",{className:"text-sm font-semibold tracking-tight text-foreground",children:c},void 0,!1),t[10]=c,t[11]=u):u=t[11];let g;t[12]!==n?(g=n.map(Yi),t[12]=n,t[13]=g):g=t[13];let m;t[14]!==g?(m=(0,y.jsxDEV)("div",{className:"grid gap-3 sm:grid-cols-2 lg:grid-cols-3",children:g},void 0,!1),t[14]=g,t[15]=m):m=t[15];let h;return t[16]!==u||t[17]!==m?(h=(0,y.jsxDEV)("section",{className:"flex flex-col gap-3","data-testid":"home-bindings",children:[u,m]},void 0,!0),t[16]=u,t[17]=m,t[18]=h):h=t[18],h},"BindingsOverview");function Gi(t){return(0,y.jsxDEV)(Co,{variant:"secondary",children:t},t,!1)}a(Gi,"_temp$1");function Ki(t){return t.binding}a(Ki,"_temp2$1");function Qi(t){return t.name}a(Qi,"_temp3$1");function Yi(t){return(0,y.jsxDEV)(Wi,{group:t},t.tab,!1)}a(Yi,"_temp4");var Ji=[{name:"lunora_list_functions",summary:"list every query, mutation, and action with its path"},{name:"lunora_list_tables",summary:"list the schema's tables"},{name:"lunora_get_function_schema",summary:"read a function's argument JSON Schema before calling it"},{name:"lunora_run_query",summary:"run a read-only query"},{name:"lunora_run_mutation",summary:"run a mutation \u2014 writes; only when LUNORA_MCP_ALLOW_WRITES is set"},{name:"lunora_run_action",summary:"run an action \u2014 writes/effects; only when LUNORA_MCP_ALLOW_WRITES is set"}],Xi=a(t=>JSON.stringify({mcpServers:{lunora:{args:["-y","@lunora/mcp"],command:"npx",env:{LUNORA_ADMIN_TOKEN:"<your-admin-token>",LUNORA_URL:t}}}},null,2),"buildMcpConfig"),el=a(t=>{let e=Ji.map(o=>`- ${o.name} \u2014 ${o.summary}`).join(`
2
- `);return[`You have a Lunora MCP server connected to the deployment at ${t}.`,"It exposes this backend's functions and schema so you can inspect and operate it:",e,"",`Start by calling lunora_list_functions and lunora_list_tables to learn what exists, then lunora_get_function_schema before any run call. The full HTTP API is also documented at ${t}/_lunora/admin/openapi (that endpoint needs the same admin token the MCP server is configured with).`].join(`
3
- `)},"buildAgentPrompt"),tl=1500,ol=a(()=>{let t=(0,Ce.c)(35),e=ae(),o;t[0]===Symbol.for("react.memo_cache_sentinel")?(o=Un(),t[0]=o):o=t[0];let s=o,[r,n]=(0,je.useState)(null),l,d;t[1]!==r?(l=a(()=>{if(r===null)return;let M=globalThis.setTimeout(()=>{n(null)},tl);return()=>{globalThis.clearTimeout(M)}},"t1"),d=[r],t[1]=r,t[2]=l,t[3]=d):(l=t[2],d=t[3]),(0,je.useEffect)(l,d);let p;t[4]===Symbol.for("react.memo_cache_sentinel")?(p=a((M,V)=>{zn(V)&&n(M)},"t3"),t[4]=p):p=t[4];let c=p,u;t[5]===Symbol.for("react.memo_cache_sentinel")?(u=a(()=>{c("config",Xi(s))},"t4"),t[5]=u):u=t[5];let g=u,m;t[6]===Symbol.for("react.memo_cache_sentinel")?(m=a(()=>{c("prompt",el(s))},"t5"),t[6]=m):m=t[6];let h=m,f;t[7]!==e?(f=e("Connect an AI agent"),t[7]=e,t[8]=f):f=t[8];let v;t[9]!==f?(v=(0,y.jsxDEV)("span",{className:"text-sm font-medium text-foreground",children:f},void 0,!1),t[9]=f,t[10]=v):v=t[10];let x;t[11]!==e?(x=e("Drive this deployment from an AI agent over the Model Context Protocol \u2014 it can list functions and tables, read schemas, and run read-only queries. Writes stay off unless you opt in."),t[11]=e,t[12]=x):x=t[12];let b;t[13]!==x?(b=(0,y.jsxDEV)("span",{className:"text-xs text-muted-foreground",children:x},void 0,!1),t[13]=x,t[14]=b):b=t[14];let P;t[15]!==v||t[16]!==b?(P=(0,y.jsxDEV)("div",{className:"flex flex-col gap-1.5 p-4",children:[v,b]},void 0,!0),t[15]=v,t[16]=b,t[17]=P):P=t[17];let C;t[18]===Symbol.for("react.memo_cache_sentinel")?(C=(0,y.jsxDEV)("code",{className:"font-mono text-xs text-muted-foreground","data-testid":"home-connect-agent-command",children:"npx -y @lunora/mcp"},void 0,!1),t[18]=C):C=t[18];let N;t[19]!==r||t[20]!==e?(N=e(r==="config"?"Copied":"Copy MCP config"),t[19]=r,t[20]=e,t[21]=N):N=t[21];let R;t[22]!==N?(R=(0,y.jsxDEV)(fo,{"data-testid":"home-connect-agent-copy-config",onClick:g,size:"xs",variant:"outline",children:N},void 0,!1),t[22]=N,t[23]=R):R=t[23];let E;t[24]!==r||t[25]!==e?(E=e(r==="prompt"?"Copied":"Copy agent prompt"),t[24]=r,t[25]=e,t[26]=E):E=t[26];let T;t[27]!==E?(T=(0,y.jsxDEV)(fo,{"data-testid":"home-connect-agent-copy-prompt",onClick:h,size:"xs",variant:"outline",children:E},void 0,!1),t[27]=E,t[28]=T):T=t[28];let k;t[29]!==R||t[30]!==T?(k=(0,y.jsxDEV)("div",{className:"flex flex-col gap-3 border-t border-border bg-muted/50 px-4 py-3",children:[C,(0,y.jsxDEV)("div",{className:"flex flex-wrap gap-2",children:[R,T]},void 0,!0)]},void 0,!0),t[29]=R,t[30]=T,t[31]=k):k=t[31];let w;return t[32]!==P||t[33]!==k?(w=(0,y.jsxDEV)(ct,{className:"gap-0 py-0","data-testid":"home-connect-agent",children:[P,k]},void 0,!0),t[32]=P,t[33]=k,t[34]=w):w=t[34],w},"ConnectAgentCard"),sl=(0,je.lazy)(()=>import("./chunk-5IGHDPEP.js").then(t=>({default:t.Sparkline}))),Fr=a(t=>{if(t<1e3)return`${String(Math.round(t))}ms`;let e=t>=1e4?0:1;return`${(t/1e3).toFixed(e)}s`},"formatMs"),rl=a((t,e)=>{let o=Math.max(0,Math.round((e-t)/1e3));if(o<60)return`${String(o)}s ago`;let s=Math.round(o/60);if(s<60)return`${String(s)}m ago`;let r=Math.round(s/60);return r<24?`${String(r)}h ago`:`${String(Math.round(r/24))}d ago`},"relativeTime"),Wa=a((t,e)=>{if(t===void 0||t.length===0)return[];let o=new Map;for(let s of t)o.set(s.bucketMs,(o.get(s.bucketMs)??0)+s[e]);return[...o.entries()].toSorted(([s],[r])=>s-r).map(([,s])=>s)},"bucketSeries"),Za=a((t,e=!0)=>{if(t.length<4)return null;let o=Math.floor(t.length/2),s=t.slice(0,o).reduce((l,d)=>l+d,0),r=t.slice(o).reduce((l,d)=>l+d,0);if(s===0)return null;let n=(r-s)/s*100;return{positive:e?n>=0:n<=0,text:`${n>=0?"+":""}${n.toFixed(1)}%`}},"seriesDelta"),js=a(t=>{let e=(0,Ce.c)(24),{delta:o,footer:s,label:r,trend:n,unit:l,value:d}=t,p=ae(),c;e[0]!==r?(c=(0,y.jsxDEV)("span",{className:"font-mono text-[11px] tracking-wide text-muted-foreground uppercase",children:r},void 0,!1),e[0]=r,e[1]=c):c=e[1];let u;e[2]!==d?(u=(0,y.jsxDEV)("span",{className:"text-2xl font-semibold tabular-nums text-foreground",children:d},void 0,!1),e[2]=d,e[3]=u):u=e[3];let g;e[4]!==l?(g=l!==void 0&&(0,y.jsxDEV)("span",{className:"text-xs text-muted-foreground",children:l},void 0,!1),e[4]=l,e[5]=g):g=e[5];let m;e[6]!==u||e[7]!==g?(m=(0,y.jsxDEV)("span",{className:"flex items-baseline gap-1.5",children:[u,g]},void 0,!0),e[6]=u,e[7]=g,e[8]=m):m=e[8];let h;e[9]!==n?(h=n!==void 0&&(0,y.jsxDEV)(je.Suspense,{fallback:(0,y.jsxDEV)("div",{"aria-hidden":"true",className:"h-8 w-28"},void 0,!1),children:(0,y.jsxDEV)(sl,{data:n},void 0,!1)},void 0,!1),e[9]=n,e[10]=h):h=e[10];let f;e[11]!==m||e[12]!==h?(f=(0,y.jsxDEV)("div",{className:"flex items-center justify-between gap-3",children:[m,h]},void 0,!0),e[11]=m,e[12]=h,e[13]=f):f=e[13];let v;e[14]!==c||e[15]!==f?(v=(0,y.jsxDEV)("div",{className:"flex flex-col gap-2.5 p-4",children:[c,f]},void 0,!0),e[14]=c,e[15]=f,e[16]=v):v=e[16];let x;e[17]!==o||e[18]!==s||e[19]!==p?(x=o==null?s!=null&&(0,y.jsxDEV)("div",{className:"border-t border-border bg-muted/50 px-4 py-2.5 text-[11px] text-muted-foreground",children:s},void 0,!1):(0,y.jsxDEV)("div",{className:"border-t border-border bg-muted/50 px-4 py-2.5 text-[11px]",children:[(0,y.jsxDEV)("span",{className:z("font-semibold",o.positive?"text-success":"text-destructive"),children:o.text},void 0,!1)," ",(0,y.jsxDEV)("span",{className:"text-muted-foreground",children:p("vs. prev.")},void 0,!1)]},void 0,!0),e[17]=o,e[18]=s,e[19]=p,e[20]=x):x=e[20];let b;return e[21]!==v||e[22]!==x?(b=(0,y.jsxDEV)(ct,{className:"justify-between gap-0 py-0",children:[v,x]},void 0,!0),e[21]=v,e[22]=x,e[23]=b):b=e[23],b},"StatCard"),nl=a(()=>{let t=(0,Ce.c)(1),e;return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,y.jsxDEV)("svg",{"aria-hidden":"true",className:"size-3.5",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.8,viewBox:"0 0 24 24",children:(0,y.jsxDEV)("path",{d:"m9 6 6 6-6 6"},void 0,!1)},void 0,!1),t[0]=e):e=t[0],e},"ChevronRight"),Lr=a(t=>{let e=(0,Ce.c)(7),{command:o,label:s}=t,r;e[0]!==s?(r=(0,y.jsxDEV)("div",{className:"p-4",children:(0,y.jsxDEV)("span",{className:"text-sm font-medium text-foreground",children:s},void 0,!1)},void 0,!1),e[0]=s,e[1]=r):r=e[1];let n;e[2]!==o?(n=(0,y.jsxDEV)("div",{className:"border-t border-border bg-muted/50 px-4 py-2.5",children:(0,y.jsxDEV)("code",{className:"font-mono text-xs text-muted-foreground",children:o},void 0,!1)},void 0,!1),e[2]=o,e[3]=n):n=e[3];let l;return e[4]!==r||e[5]!==n?(l=(0,y.jsxDEV)(ct,{className:"justify-between gap-0 py-0",children:[r,n]},void 0,!0),e[4]=r,e[5]=n,e[6]=l):l=e[6],l},"ConnectCard"),qa=a(t=>{let e=(0,Ce.c)(18),{count:o,onView:s,testId:r,title:n}=t,l=ae(),d;e[0]!==n?(d=(0,y.jsxDEV)("span",{className:"font-mono text-[11px] tracking-wide text-muted-foreground uppercase",children:n},void 0,!1),e[0]=n,e[1]=d):d=e[1];let p;e[2]!==o||e[3]!==l?(p=o===null?(0,y.jsxDEV)("span",{className:"text-xs text-muted-foreground",children:l("No data yet")},void 0,!1):(0,y.jsxDEV)(Co,{variant:o>0?"destructive":"success",children:o>0?o:l("All clear")},void 0,!1),e[2]=o,e[3]=l,e[4]=p):p=e[4];let c;e[5]!==d||e[6]!==p?(c=(0,y.jsxDEV)("div",{className:"flex items-start justify-between gap-2 p-4",children:[d,p]},void 0,!0),e[5]=d,e[6]=p,e[7]=c):c=e[7];let u;e[8]!==l?(u=l("View"),e[8]=l,e[9]=u):u=e[9];let g;e[10]===Symbol.for("react.memo_cache_sentinel")?(g=(0,y.jsxDEV)(nl,{},void 0,!1),e[10]=g):g=e[10];let m;e[11]!==s||e[12]!==u?(m=(0,y.jsxDEV)("button",{className:"flex items-center gap-1 border-t border-border bg-muted/50 px-4 py-2.5 text-[12px] font-medium text-foreground outline-none transition-colors hover:bg-muted focus-visible:bg-muted",onClick:s,type:"button",children:[u,g]},void 0,!0),e[11]=s,e[12]=u,e[13]=m):m=e[13];let h;return e[14]!==c||e[15]!==m||e[16]!==r?(h=(0,y.jsxDEV)(ct,{className:"justify-between gap-0 py-0","data-testid":r,children:[c,m]},void 0,!0),e[14]=c,e[15]=m,e[16]=r,e[17]=h):h=e[17],h},"AdvisorCard"),al=a(t=>{let e=(0,Ce.c)(7),{functions:o}=t,s=ae(),r;if(e[0]!==o||e[1]!==s){let n=[...o].toSorted(dl).slice(0,5),l;e[3]!==s?(l=s("Top functions"),e[3]=s,e[4]=l):l=e[4];let d;e[5]!==l?(d=(0,y.jsxDEV)("div",{className:"border-b border-border px-4 py-3",children:(0,y.jsxDEV)("span",{className:"font-mono text-[11px] tracking-wide text-muted-foreground uppercase",children:l},void 0,!1)},void 0,!1),e[5]=l,e[6]=d):d=e[6],r=(0,y.jsxDEV)(ct,{className:"gap-0 py-0","data-testid":"home-top-functions",children:[d,n.length===0?(0,y.jsxDEV)("p",{className:"px-4 py-8 text-center text-xs text-muted-foreground",children:s("No functions called yet.")},void 0,!1):(0,y.jsxDEV)("div",{className:"divide-y divide-border",children:[(0,y.jsxDEV)("div",{className:"grid grid-cols-[1fr_auto_auto_auto] gap-4 px-4 py-1.5 font-mono text-[10px] tracking-wide text-muted-foreground uppercase",children:[(0,y.jsxDEV)("span",{children:s("Function")},void 0,!1),(0,y.jsxDEV)("span",{className:"text-end",children:s("Calls")},void 0,!1),(0,y.jsxDEV)("span",{className:"w-12 text-end",children:s("Avg")},void 0,!1),(0,y.jsxDEV)("span",{className:"w-8 text-end",children:s("Err")},void 0,!1)]},void 0,!0),n.map(pl)]},void 0,!0)]},void 0,!0),e[0]=o,e[1]=s,e[2]=r}else r=e[2];return r},"TopFunctionsCard"),il=a(t=>{let e=(0,Ce.c)(26),{subs:o}=t,s=ae(),r;e[0]!==s?(r=s("Live connections"),e[0]=s,e[1]=r):r=e[1];let n;e[2]!==r?(n=(0,y.jsxDEV)("span",{className:"font-mono text-[11px] tracking-wide text-muted-foreground uppercase",children:r},void 0,!1),e[2]=r,e[3]=n):n=e[3];let l=o?.totalConnections??0,d;e[4]!==l?(d=l.toLocaleString(),e[4]=l,e[5]=d):d=e[5];let p;e[6]!==d?(p=(0,y.jsxDEV)("span",{className:"text-2xl font-semibold tabular-nums text-foreground",children:d},void 0,!1),e[6]=d,e[7]=p):p=e[7];let c;e[8]!==s?(c=s("sockets"),e[8]=s,e[9]=c):c=e[9];let u;e[10]!==c?(u=(0,y.jsxDEV)("span",{className:"text-xs text-muted-foreground",children:c},void 0,!1),e[10]=c,e[11]=u):u=e[11];let g;e[12]!==p||e[13]!==u?(g=(0,y.jsxDEV)("span",{className:"flex items-baseline gap-1.5",children:[p,u]},void 0,!0),e[12]=p,e[13]=u,e[14]=g):g=e[14];let m=o?.totalSubscriptions??0,h;e[15]!==m?(h=m.toLocaleString(),e[15]=m,e[16]=h):h=e[16];let f;e[17]!==s?(f=s("active subscriptions"),e[17]=s,e[18]=f):f=e[18];let v;e[19]!==h||e[20]!==f?(v=(0,y.jsxDEV)("span",{className:"text-[11px] text-muted-foreground",children:[h," ",f]},void 0,!0),e[19]=h,e[20]=f,e[21]=v):v=e[21];let x;return e[22]!==v||e[23]!==n||e[24]!==g?(x=(0,y.jsxDEV)(ct,{"data-testid":"home-live-connections",children:(0,y.jsxDEV)(sr,{className:"flex flex-col gap-2.5 py-4",children:[n,g,v]},void 0,!0)},void 0,!1),e[22]=v,e[23]=n,e[24]=g,e[25]=x):x=e[25],x},"LiveConnectionsCard"),ll=a(t=>{let e=(0,Ce.c)(7),{entries:o}=t,s=ae(),r;if(e[0]!==o||e[1]!==s){let n=Date.now(),l;e[3]!==s?(l=s("Recent activity"),e[3]=s,e[4]=l):l=e[4];let d;e[5]!==l?(d=(0,y.jsxDEV)("div",{className:"border-b border-border px-4 py-3",children:(0,y.jsxDEV)("span",{className:"font-mono text-[11px] tracking-wide text-muted-foreground uppercase",children:l},void 0,!1)},void 0,!1),e[5]=l,e[6]=d):d=e[6],r=(0,y.jsxDEV)(ct,{className:"gap-0 py-0","data-testid":"home-recent-activity",children:[d,o.length===0?(0,y.jsxDEV)("p",{className:"px-4 py-8 text-center text-xs text-muted-foreground",children:s("No recent activity.")},void 0,!1):(0,y.jsxDEV)("ul",{className:"divide-y divide-border",children:o.slice(0,5).map(p=>(0,y.jsxDEV)("li",{className:"flex items-center justify-between gap-3 px-4 py-2 text-[13px]",children:[(0,y.jsxDEV)("span",{className:"flex min-w-0 items-center gap-2",children:[(0,y.jsxDEV)("span",{"aria-hidden":"true",className:"size-1.5 shrink-0 rounded-full bg-muted-foreground/40"},void 0,!1),(0,y.jsxDEV)("span",{className:"truncate text-foreground",children:[p.op,p.table!==void 0&&(0,y.jsxDEV)("span",{className:"text-muted-foreground",children:[" \xB7 ",p.table,p.id===void 0?"":`#${p.id}`]},void 0,!0)]},void 0,!0)]},void 0,!0),(0,y.jsxDEV)("span",{className:"shrink-0 text-xs tabular-nums text-muted-foreground",children:rl(p.ts,n)},void 0,!1)]},p.seq,!0))},void 0,!1)]},void 0,!0),e[0]=o,e[1]=s,e[2]=r}else r=e[2];return r},"RecentActivityCard"),cl=a(t=>{let e=t.reduce((o,s)=>o+s.calls,0);return e===0?null:t.reduce((o,s)=>o+s.totalDurationMs,0)/e},"averageLatencyMs"),Ka=a(t=>{let e=(0,Ce.c)(151),{initialShardKey:o}=t,s=ae(),r=ft(),n=o??"",l;e[0]===Symbol.for("react.memo_cache_sentinel")?(l={},e[0]=l):l=e[0];let d;e[1]!==n?(d={shardKey:n},e[1]=n,e[2]=d):d=e[2];let p=mo(St.getMetrics,l,d),c;e[3]===Symbol.for("react.memo_cache_sentinel")?(c={},e[3]=c):c=e[3];let u;e[4]!==n?(u={shardKey:n},e[4]=n,e[5]=u):u=e[5];let g=mo(St.getFunctionStats,c,u),m,h;e[6]===Symbol.for("react.memo_cache_sentinel")?(m={},h={shardKey:""},e[6]=m,e[7]=h):(m=e[6],h=e[7]);let f=mo(St.getSecurityAudit,m,h),v;e[8]===Symbol.for("react.memo_cache_sentinel")?(v={},e[8]=v):v=e[8];let x;e[9]!==n?(x={shardKey:n},e[9]=n,e[10]=x):x=e[10];let b=mo(St.listSubscriptions,v,x),P;e[11]===Symbol.for("react.memo_cache_sentinel")?(P={},e[11]=P):P=e[11];let C;e[12]!==n?(C={shardKey:n},e[12]=n,e[13]=C):C=e[13];let N=mo(St.getAuditLog,P,C),R=p.data??null,E,T,k,w,M,V,W,D,H,$,G,K,I,_,U,te,se,re;if(e[14]!==N.data||e[15]!==f.data||e[16]!==R||e[17]!==p.data||e[18]!==r||e[19]!==g.data||e[20]!==b.data||e[21]!==s){w=Array.isArray(g.data?.functions)?g.data.functions:[],W=b.data??null;let We;e[40]!==N.data?(We=Array.isArray(N.data?.entries)?N.data.entries:[],e[40]=N.data,e[41]=We):We=e[41],T=We,M=p.data===void 0||g.data===void 0?null:Zn(R,w).length,V=Array.isArray(f.data?.findings)?f.data.findings.length:null;let Ze;e[42]!==r?(Ze=a(()=>{He(r({to:"/security"}))},"t212"),e[42]=r,e[43]=Ze):Ze=e[43],re=Ze;let qe;e[44]!==r?(qe=a(()=>{He(r({to:"/insights"}))},"t222"),e[44]=r,e[45]=qe):qe=e[45],se=qe;let Ge=Wa(R?.history,"calls"),Ke=Wa(R?.history,"errors"),at=cl(w),Qe=Math.max(0,...w.map(ul)),he=R?.cache,Ye;e[46]!==he?(Ye=he!=null&&he.hits+he.misses>0?Math.round(he.hits/(he.hits+he.misses)*100):null,e[46]=he,e[47]=Ye):Ye=e[47],k=Ye,U="flex flex-col gap-6",te="lunora-home",G="grid gap-3 sm:grid-cols-2 xl:grid-cols-4",K="home-health";let Xe=Za(Ge),Ie;e[48]!==s?(Ie=s("Requests"),e[48]=s,e[49]=Ie):Ie=e[49];let et=R?.requests??0,De;e[50]!==et?(De=et.toLocaleString(),e[50]=et,e[51]=De):De=e[51],e[52]!==Ge||e[53]!==Xe||e[54]!==Ie||e[55]!==De?(I=(0,y.jsxDEV)(js,{delta:Xe,label:Ie,trend:Ge,value:De},void 0,!1),e[52]=Ge,e[53]=Xe,e[54]=Ie,e[55]=De,e[56]=I):I=e[56];let tt=Za(Ke,!1),Ae;e[57]!==s?(Ae=s("Errors"),e[57]=s,e[58]=Ae):Ae=e[58];let ot=R?.errors??0,Ve;e[59]!==ot?(Ve=ot.toLocaleString(),e[59]=ot,e[60]=Ve):Ve=e[60],e[61]!==Ke||e[62]!==tt||e[63]!==Ae||e[64]!==Ve?(_=(0,y.jsxDEV)(js,{delta:tt,label:Ae,trend:Ke,value:Ve},void 0,!1),e[61]=Ke,e[62]=tt,e[63]=Ae,e[64]=Ve,e[65]=_):_=e[65],E=js,e[66]!==Qe||e[67]!==s?(D=Qe>0?`${s("max")} ${Fr(Qe)}`:void 0,e[66]=Qe,e[67]=s,e[68]=D):D=e[68],e[69]!==s?(H=s("Avg latency"),e[69]=s,e[70]=H):H=e[70],$=at===null?"\u2014":Fr(at),e[14]=N.data,e[15]=f.data,e[16]=R,e[17]=p.data,e[18]=r,e[19]=g.data,e[20]=b.data,e[21]=s,e[22]=E,e[23]=T,e[24]=k,e[25]=w,e[26]=M,e[27]=V,e[28]=W,e[29]=D,e[30]=H,e[31]=$,e[32]=G,e[33]=K,e[34]=I,e[35]=_,e[36]=U,e[37]=te,e[38]=se,e[39]=re}else E=e[22],T=e[23],k=e[24],w=e[25],M=e[26],V=e[27],W=e[28],D=e[29],H=e[30],$=e[31],G=e[32],K=e[33],I=e[34],_=e[35],U=e[36],te=e[37],se=e[38],re=e[39];let J;e[71]!==E||e[72]!==D||e[73]!==H||e[74]!==$?(J=(0,y.jsxDEV)(E,{footer:D,label:H,value:$},void 0,!1),e[71]=E,e[72]=D,e[73]=H,e[74]=$,e[75]=J):J=e[75];let ee;e[76]!==k||e[77]!==s?(ee=k===null?void 0:`${String(k)}% ${s("cache hit")}`,e[76]=k,e[77]=s,e[78]=ee):ee=e[78];let ie;e[79]!==s?(ie=s("Database size"),e[79]=s,e[80]=ie):ie=e[80];let Be=R?.databaseSize??null,me;e[81]!==Be?(me=Wn(Be),e[81]=Be,e[82]=me):me=e[82];let ve;e[83]!==ee||e[84]!==ie||e[85]!==me?(ve=(0,y.jsxDEV)(js,{footer:ee,label:ie,value:me},void 0,!1),e[83]=ee,e[84]=ie,e[85]=me,e[86]=ve):ve=e[86];let xe;e[87]!==G||e[88]!==K||e[89]!==I||e[90]!==_||e[91]!==J||e[92]!==ve?(xe=(0,y.jsxDEV)("div",{className:G,"data-testid":K,children:[I,_,J,ve]},void 0,!0),e[87]=G,e[88]=K,e[89]=I,e[90]=_,e[91]=J,e[92]=ve,e[93]=xe):xe=e[93];let Le;e[94]===Symbol.for("react.memo_cache_sentinel")?(Le=(0,y.jsxDEV)(qi,{},void 0,!1),e[94]=Le):Le=e[94];let L;e[95]!==w?(L=(0,y.jsxDEV)("div",{className:"lg:col-span-2",children:(0,y.jsxDEV)(al,{functions:w},void 0,!1)},void 0,!1),e[95]=w,e[96]=L):L=e[96];let Q;e[97]!==W?(Q=(0,y.jsxDEV)(il,{subs:W},void 0,!1),e[97]=W,e[98]=Q):Q=e[98];let X;e[99]!==T?(X=(0,y.jsxDEV)(ll,{entries:T},void 0,!1),e[99]=T,e[100]=X):X=e[100];let pe;e[101]!==Q||e[102]!==X?(pe=(0,y.jsxDEV)("div",{className:"flex flex-col gap-3",children:[Q,X]},void 0,!0),e[101]=Q,e[102]=X,e[103]=pe):pe=e[103];let le;e[104]!==L||e[105]!==pe?(le=(0,y.jsxDEV)("div",{className:"grid gap-3 lg:grid-cols-3",children:[L,pe]},void 0,!0),e[104]=L,e[105]=pe,e[106]=le):le=e[106];let ge;e[107]!==s?(ge=s("Advisors"),e[107]=s,e[108]=ge):ge=e[108];let be;e[109]!==ge?(be=(0,y.jsxDEV)("h2",{className:"text-sm font-semibold tracking-tight text-foreground",children:ge},void 0,!1),e[109]=ge,e[110]=be):be=e[110];let ne;e[111]!==M||e[112]!==V||e[113]!==s||e[114]!==se||e[115]!==re?(ne=V===0&&M===0?(0,y.jsxDEV)(Hn,{description:s("No security or performance issues detected."),icon:(0,y.jsxDEV)("svg",{"aria-hidden":"true",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.6,viewBox:"0 0 24 24",children:[(0,y.jsxDEV)("path",{d:"M12 3 4 6v5c0 5 3.4 8.5 8 10 4.6-1.5 8-5 8-10V6l-8-3Z"},void 0,!1),(0,y.jsxDEV)("path",{d:"m9 12 2 2 4-4"},void 0,!1)]},void 0,!0),testId:"home-advisors-clear",title:s("No issues found")},void 0,!1):(0,y.jsxDEV)("div",{className:"grid gap-3 sm:grid-cols-2",children:[(0,y.jsxDEV)(qa,{count:V,onView:re,testId:"home-security",title:s("Security findings")},void 0,!1),(0,y.jsxDEV)(qa,{count:M,onView:se,testId:"home-performance",title:s("Performance issues")},void 0,!1)]},void 0,!0),e[111]=M,e[112]=V,e[113]=s,e[114]=se,e[115]=re,e[116]=ne):ne=e[116];let Je;e[117]!==be||e[118]!==ne?(Je=(0,y.jsxDEV)("section",{className:"flex flex-col gap-3","data-testid":"home-advisors",children:[be,ne]},void 0,!0),e[117]=be,e[118]=ne,e[119]=Je):Je=e[119];let Re;e[120]!==s?(Re=s("Get connected"),e[120]=s,e[121]=Re):Re=e[121];let Se;e[122]!==Re?(Se=(0,y.jsxDEV)("h2",{className:"text-sm font-semibold tracking-tight text-foreground",children:Re},void 0,!1),e[122]=Re,e[123]=Se):Se=e[123];let Ne;e[124]!==s?(Ne=s("Client SDK"),e[124]=s,e[125]=Ne):Ne=e[125];let Ee;e[126]!==Ne?(Ee=(0,y.jsxDEV)(Lr,{command:"npm i @lunora/client",label:Ne},void 0,!1),e[126]=Ne,e[127]=Ee):Ee=e[127];let Te;e[128]!==s?(Te=s("React"),e[128]=s,e[129]=Te):Te=e[129];let we;e[130]!==Te?(we=(0,y.jsxDEV)(Lr,{command:"npm i @lunora/react",label:Te},void 0,!1),e[130]=Te,e[131]=we):we=e[131];let ke;e[132]!==s?(ke=s("CLI"),e[132]=s,e[133]=ke):ke=e[133];let Me;e[134]!==ke?(Me=(0,y.jsxDEV)(Lr,{command:"lunora dev",label:ke},void 0,!1),e[134]=ke,e[135]=Me):Me=e[135];let Oe;e[136]!==Ee||e[137]!==we||e[138]!==Me?(Oe=(0,y.jsxDEV)("div",{className:"grid gap-3 sm:grid-cols-3",children:[Ee,we,Me]},void 0,!0),e[136]=Ee,e[137]=we,e[138]=Me,e[139]=Oe):Oe=e[139];let Ue;e[140]===Symbol.for("react.memo_cache_sentinel")?(Ue=(0,y.jsxDEV)(ol,{},void 0,!1),e[140]=Ue):Ue=e[140];let _e;e[141]!==Se||e[142]!==Oe?(_e=(0,y.jsxDEV)("section",{className:"flex flex-col gap-3","data-testid":"home-get-connected",children:[Se,Oe,Ue]},void 0,!0),e[141]=Se,e[142]=Oe,e[143]=_e):_e=e[143];let ze;return e[144]!==U||e[145]!==te||e[146]!==xe||e[147]!==le||e[148]!==Je||e[149]!==_e?(ze=(0,y.jsxDEV)("div",{className:U,"data-testid":te,children:[xe,Le,le,Je,_e]},void 0,!0),e[144]=U,e[145]=te,e[146]=xe,e[147]=le,e[148]=Je,e[149]=_e,e[150]=ze):ze=e[150],ze},"HomePanel");function dl(t,e){return e.calls-t.calls}a(dl,"_temp");function pl(t){return(0,y.jsxDEV)("div",{className:"grid grid-cols-[1fr_auto_auto_auto] items-center gap-4 px-4 py-2 text-[13px]",children:[(0,y.jsxDEV)("span",{className:"truncate font-mono text-xs text-foreground",children:t.path},void 0,!1),(0,y.jsxDEV)("span",{className:"text-end tabular-nums",children:t.calls.toLocaleString()},void 0,!1),(0,y.jsxDEV)("span",{className:"w-12 text-end tabular-nums text-muted-foreground",children:Fr(t.calls>0?t.totalDurationMs/t.calls:0)},void 0,!1),(0,y.jsxDEV)("span",{className:z("w-8 text-end tabular-nums",t.errors>0?"text-destructive":"text-muted-foreground"),children:t.errors},void 0,!1)]},t.path,!0)}a(pl,"_temp2");function ul(t){return t.maxDurationMs}a(ul,"_temp3");var Qa=S(Wo(),1);var Ya=S(Po(),1);var fl=a((t,e,o)=>t!==void 0?t:e===void 0&&o===void 0?sn:on(e,o),"resolveInstance"),Ja=a(t=>{let e=(0,Qa.c)(7),{catalogs:o,children:s,i18n:r,locale:n}=t,l;e[0]!==o||e[1]!==r||e[2]!==n?(l=fl(r,n,o),e[0]=o,e[1]=r,e[2]=n,e[3]=l):l=e[3];let d=l,p;return e[4]!==s||e[5]!==d?(p=(0,Ya.jsxDEV)(rn,{value:d,children:s},void 0,!1),e[4]=s,e[5]=d,e[6]=p):p=e[6],p},"StudioI18nProvider");var jr=S(Wo(),1);var Ct=S(O(),1);var de=S(Po(),1);var $r="lunora:command-palette",Xa=a(()=>{"window"in globalThis&&globalThis.dispatchEvent(new Event($r))},"openCommandPalette"),ml=a(t=>{let e=(0,jr.c)(18),{active:o,index:s,item:r,onActivate:n,onSelect:l}=t,d;e[0]!==r||e[1]!==l?(d=a(()=>{l(r)},"t1"),e[0]=r,e[1]=l,e[2]=d):d=e[2];let p=d,c;e[3]!==s||e[4]!==n?(c=a(()=>{n(s)},"t2"),e[3]=s,e[4]=n,e[5]=c):c=e[5];let u=c,g=o?"bg-accent text-accent-foreground":"text-foreground",m;e[6]!==g?(m=z("flex w-full items-center justify-between gap-3 rounded-md px-3 py-2 text-start text-sm outline-none transition-colors hover:bg-accent hover:text-accent-foreground",g),e[6]=g,e[7]=m):m=e[7];let h;e[8]!==r.label?(h=(0,de.jsxDEV)("span",{children:r.label},void 0,!1),e[8]=r.label,e[9]=h):h=e[9];let f;e[10]!==r.group?(f=(0,de.jsxDEV)("span",{className:"text-xs text-muted-foreground",children:r.group},void 0,!1),e[10]=r.group,e[11]=f):f=e[11];let v;return e[12]!==p||e[13]!==u||e[14]!==m||e[15]!==h||e[16]!==f?(v=(0,de.jsxDEV)("li",{children:(0,de.jsxDEV)("button",{className:m,onClick:p,onMouseEnter:u,type:"button",children:[h,f]},void 0,!0)},void 0,!1),e[12]=p,e[13]=u,e[14]=m,e[15]=h,e[16]=f,e[17]=v):v=e[17],v},"CommandRow"),ei=a(t=>{let e=(0,jr.c)(39),{items:o}=t,s=ae(),r=ft(),[n,l]=(0,Ct.useState)(!1),[d,p]=(0,Ct.useState)(""),[c,u]=(0,Ct.useState)(0),g=(0,Ct.useRef)(null),m,h;e[0]===Symbol.for("react.memo_cache_sentinel")?(m=a(()=>{let I=a(U=>{(U.metaKey||U.ctrlKey)&&U.key.toLowerCase()==="k"&&(U.preventDefault(),l(!0))},"onKeyDown"),_=a(()=>{l(!0)},"onOpen");return globalThis.addEventListener("keydown",I),globalThis.addEventListener($r,_),()=>{globalThis.removeEventListener("keydown",I),globalThis.removeEventListener($r,_)}},"t1"),h=[],e[0]=m,e[1]=h):(m=e[0],h=e[1]),(0,Ct.useEffect)(m,h);let f;if(e[2]!==o||e[3]!==d){e:{let I=d.trim().toLowerCase();if(I===""){f=o;break e}f=o.filter(_=>_.label.toLowerCase().includes(I)||_.group.toLowerCase().includes(I))}e[2]=o,e[3]=d,e[4]=f}else f=e[4];let v=f,x;e[5]===Symbol.for("react.memo_cache_sentinel")?(x=a(I=>{l(I),I||(p(""),u(0))},"t4"),e[5]=x):x=e[5];let b=x,P;e[6]!==r?(P=a(I=>{b(!1),He(r({to:I.to}))},"t5"),e[6]=r,e[7]=P):P=e[7];let C=P,N;e[8]===Symbol.for("react.memo_cache_sentinel")?(N=a(I=>{p(I.target.value),u(0)},"t6"),e[8]=N):N=e[8];let R=N,E;e[9]!==c||e[10]!==v||e[11]!==C?(E=a(I=>{e:switch(I.key){case"ArrowDown":{I.preventDefault(),u(_=>v.length===0?0:(_+1)%v.length);break e}case"ArrowUp":{I.preventDefault(),u(_=>v.length===0?0:(_-1+v.length)%v.length);break e}case"Enter":{I.preventDefault();let _=v[c];_!==void 0&&C(_);break e}}},"t7"),e[9]=c,e[10]=v,e[11]=C,e[12]=E):E=e[12];let T=E,k;e[13]===Symbol.for("react.memo_cache_sentinel")?(k=(0,de.jsxDEV)(fe.Backdrop,{className:"fixed inset-0 z-50 bg-black/40 data-open:animate-in data-open:fade-in-0 data-closed:animate-out data-closed:fade-out-0"},void 0,!1),e[13]=k):k=e[13];let w;e[14]!==s?(w=s("Command palette"),e[14]=s,e[15]=w):w=e[15];let M;e[16]!==w?(M=(0,de.jsxDEV)(fe.Title,{className:"sr-only",children:w},void 0,!1),e[16]=w,e[17]=M):M=e[17];let V;e[18]===Symbol.for("react.memo_cache_sentinel")?(V=(0,de.jsxDEV)("svg",{"aria-hidden":"true",className:"size-4 text-muted-foreground",fill:"none",stroke:"currentColor",strokeWidth:1.8,viewBox:"0 0 24 24",children:[(0,de.jsxDEV)("circle",{cx:"11",cy:"11",r:"7"},void 0,!1),(0,de.jsxDEV)("path",{d:"m21 21-4.3-4.3",strokeLinecap:"round"},void 0,!1)]},void 0,!0),e[18]=V):V=e[18];let W;e[19]!==s?(W=s("Search\u2026"),e[19]=s,e[20]=W):W=e[20];let D;e[21]!==T||e[22]!==d||e[23]!==W?(D=(0,de.jsxDEV)("div",{className:"flex items-center gap-2 border-b border-border px-3",children:[V,(0,de.jsxDEV)("input",{className:"h-11 w-full bg-transparent text-sm outline-none placeholder:text-muted-foreground","data-testid":"dash-command-input",onChange:R,onKeyDown:T,placeholder:W,ref:g,type:"text",value:d},void 0,!1)]},void 0,!0),e[21]=T,e[22]=d,e[23]=W,e[24]=D):D=e[24];let H;e[25]!==c||e[26]!==v||e[27]!==C||e[28]!==s?(H=v.length===0?(0,de.jsxDEV)("li",{className:"px-3 py-6 text-center text-sm text-muted-foreground",children:s("No results.")},void 0,!1):v.map((I,_)=>(0,de.jsxDEV)(ml,{active:_===c,index:_,item:I,onActivate:u,onSelect:C},I.to,!1)),e[25]=c,e[26]=v,e[27]=C,e[28]=s,e[29]=H):H=e[29];let $;e[30]!==H?($=(0,de.jsxDEV)("ul",{className:"max-h-80 overflow-y-auto p-1.5","data-testid":"dash-command-list",children:H},void 0,!1),e[30]=H,e[31]=$):$=e[31];let G;e[32]!==M||e[33]!==D||e[34]!==$?(G=(0,de.jsxDEV)(fe.Portal,{children:[k,(0,de.jsxDEV)(fe.Popup,{className:"fixed start-1/2 top-24 z-50 w-[36rem] max-w-[90vw] -translate-x-1/2 overflow-hidden rounded-lg border border-border bg-popover text-popover-foreground shadow-lg outline-none data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95","data-testid":"dash-command-palette",initialFocus:g,children:[M,D,$]},void 0,!0)]},void 0,!0),e[32]=M,e[33]=D,e[34]=$,e[35]=G):G=e[35];let K;return e[36]!==n||e[37]!==G?(K=(0,de.jsxDEV)(fe.Root,{onOpenChange:b,open:n,children:G},void 0,!1),e[36]=n,e[37]=G,e[38]=K):K=e[38],K},"CommandPalette");var ai="(prefers-color-scheme: dark)",ii=a(()=>{try{return globalThis.localStorage}catch{return}},"store"),gl=a(t=>t==="system"||t==="light"||t==="dark","isPreference"),li=a(()=>globalThis.matchMedia,"matchMedia"),ci="lunora-studio-theme",Ur=["system","light","dark"],hl=a((t="system")=>{try{let e=ii()?.getItem(ci);return gl(e)?e:t}catch{return t}},"loadThemePreference"),ti=a(t=>{let e=ii();if(e!==void 0)try{e.setItem(ci,t)}catch{}},"saveThemePreference"),vl=a(()=>{try{return li()?.(ai).matches?"dark":"light"}catch{return"light"}},"getSystemTheme"),xl=a((t,e)=>t==="system"?e:t,"resolveTheme"),bl=a(t=>{let e;try{e=li()?.(ai)}catch{e=void 0}if(e===void 0)return()=>{};let o=a(s=>{t(s.matches?"dark":"light")},"handler");return e.addEventListener("change",o),()=>{e.removeEventListener("change",o)}},"subscribeSystemTheme"),Zr=(0,q.createContext)(null),yl=a(({children:t,defaultTheme:e="system"})=>{let[o,s]=(0,q.useState)(()=>hl(e)),[r,n]=(0,q.useState)(()=>vl());(0,q.useEffect)(()=>bl(n),[]);let l=a(c=>{ti(c),s(c)},"setTheme"),p={cycleTheme:a(()=>{s(c=>{let u=Ur[(Ur.indexOf(c)+1)%Ur.length]??c;return ti(u),u})},"cycleTheme"),resolvedTheme:xl(o,r),setTheme:l,systemTheme:r,theme:o};return(0,i.jsxDEV)(Zr,{value:p,children:t},void 0,!1)},"ThemeProvider"),Pl=a(t=>{let e=(0,B.c)(3),{children:o}=t,s=(0,q.use)(Zr),r;return e[0]!==o||e[1]!==s?(r=s===null?(0,i.jsxDEV)(yl,{children:o},void 0,!1):o,e[0]=o,e[1]=s,e[2]=r):r=e[2],r},"EnsureThemeProvider"),Cl=a(()=>{let t=(0,q.use)(Zr);if(t===null)throw new Js("INTERNAL","useTheme must be used within a <ThemeProvider>");return t},"useTheme");function A0({delay:t=0,...e}){return(0,i.jsxDEV)(nt.Provider,{"data-slot":"tooltip-provider",delay:t,...e},void 0,!1)}a(A0,"TooltipProvider");function Rl(t){let e=(0,B.c)(4),o;e[0]!==t?({...o}=t,e[0]=t,e[1]=o):o=e[1];let s;return e[2]!==o?(s=(0,i.jsxDEV)(nt.Root,{"data-slot":"tooltip",...o},void 0,!1),e[2]=o,e[3]=s):s=e[3],s}a(Rl,"Tooltip");function Sl(t){let e=(0,B.c)(4),o;e[0]!==t?({...o}=t,e[0]=t,e[1]=o):o=e[1];let s;return e[2]!==o?(s=(0,i.jsxDEV)(nt.Trigger,{"data-slot":"tooltip-trigger",...o},void 0,!1),e[2]=o,e[3]=s):s=e[3],s}a(Sl,"TooltipTrigger");function Nl({className:t,side:e="top",sideOffset:o=4,align:s="center",alignOffset:r=0,children:n,...l}){return(0,i.jsxDEV)(nt.Portal,{children:(0,i.jsxDEV)(nt.Positioner,{align:s,alignOffset:r,side:e,sideOffset:o,className:"isolate z-50",children:(0,i.jsxDEV)(nt.Popup,{"data-slot":"tooltip-content",className:z("z-50 inline-flex w-fit max-w-xs origin-(--transform-origin) items-center gap-1.5 rounded-md bg-foreground px-3 py-1.5 text-xs text-background has-data-[slot=kbd]:pe-1.5 data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-start-2 data-[side=inline-start]:slide-in-from-end-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 **:data-[slot=kbd]:relative **:data-[slot=kbd]:isolate **:data-[slot=kbd]:z-50 **:data-[slot=kbd]:rounded-md data-[state=delayed-open]:animate-in data-[state=delayed-open]:fade-in-0 data-[state=delayed-open]:zoom-in-95 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95",t),...l,children:[n,(0,i.jsxDEV)(nt.Arrow,{className:"z-50 size-2.5 translate-y-[calc(-50%-2px)] rotate-45 rounded-md bg-foreground fill-foreground data-[side=bottom]:top-1 data-[side=inline-end]:top-1/2! data-[side=inline-end]:-start-1 data-[side=inline-end]:-translate-y-1/2 data-[side=inline-start]:top-1/2! data-[side=inline-start]:-end-1 data-[side=inline-start]:-translate-y-1/2 data-[side=left]:top-1/2! data-[side=left]:-right-1 data-[side=left]:-translate-y-1/2 data-[side=right]:top-1/2! data-[side=right]:-left-1 data-[side=right]:-translate-y-1/2 data-[side=top]:-bottom-2.5"},void 0,!1)]},void 0,!0)},void 0,!1)},void 0,!1)}a(Nl,"TooltipContent");var El=a(t=>{let e=(0,B.c)(5),{className:o}=t,s;e[0]!==o?(s=z("h-full w-full text-foreground",o),e[0]=o,e[1]=s):s=e[1];let r;e[2]===Symbol.for("react.memo_cache_sentinel")?(r=(0,i.jsxDEV)("path",{d:"M 259.500 10.552 C 220.080 15.859, 182.424 32.566, 152.500 58.025 C 110.179 94.031, 85.380 137.183, 77.518 188.500 C 75.410 202.255, 74.569 225.677, 75.796 236.466 C 76.757 244.917, 76.683 245.692, 74.518 249.966 C 63.118 272.466, 53.141 303.876, 51.382 322.799 L 50.718 329.943 71.960 320.471 C 83.643 315.262, 93.326 311, 93.478 311 C 93.630 311, 96.547 316.063, 99.959 322.250 C 103.371 328.438, 107.249 334.850, 108.577 336.500 L 110.990 339.500 110.981 336 C 110.977 334.075, 111.499 324.991, 112.143 315.813 L 113.312 299.127 121.406 293.336 C 132.495 285.403, 149.593 271.554, 161 261.268 C 171.556 251.748, 189.116 235, 188.540 235 C 188.337 235, 183.069 238.648, 176.835 243.106 C 142.318 267.789, 68.537 314, 63.646 314 C 61.843 314, 72.791 281.179, 80.905 262.259 C 92.233 235.845, 107.473 212.389, 132.106 183.453 L 138.451 176 148.268 176 C 176.192 176, 197.512 187.154, 212.868 209.797 C 216.470 215.108, 217.035 216.595, 216.477 219.297 C 211.386 243.968, 202.359 274.496, 193.797 296 C 183.898 320.861, 167.147 352.101, 152.395 373.215 L 147.004 380.930 152.891 385.830 C 161.400 392.911, 165.563 396, 166.594 395.998 C 167.092 395.998, 168.772 391.641, 170.327 386.317 C 176.279 365.934, 188.422 338.749, 200.942 317.778 C 223.060 280.731, 256.432 244.369, 294.500 215.836 C 309.956 204.252, 313.937 201.603, 314.719 202.385 C 315.116 202.783, 315.449 213.096, 315.460 225.304 C 315.474 241.855, 315.021 250.405, 313.680 258.924 C 307.009 301.272, 291.175 336.677, 263.112 372 C 255.259 381.883, 227.182 410.673, 218.516 417.727 L 213.532 421.783 223.439 424.880 C 281.705 443.093, 349.165 436.018, 398.616 406.508 C 446.728 377.797, 483.322 331.466, 497.366 281.481 C 503.381 260.075, 504.480 250.741, 504.491 221 C 504.501 191.997, 503.598 184.047, 497.987 163.732 C 484.768 115.871, 452.505 72.708, 407.718 42.964 C 381.051 25.254, 352.818 14.828, 319.695 10.460 C 305.932 8.645, 273.298 8.695, 259.500 10.552",fillRule:"evenodd"},void 0,!1),e[2]=r):r=e[2];let n;return e[3]!==s?(n=(0,i.jsxDEV)("svg",{"aria-hidden":"true",className:s,fill:"currentColor",viewBox:"0 0 543 446",children:r},void 0,!1),e[3]=s,e[4]=n):n=e[4],n},"BrandMark"),di="lunora.studio.rulesBannerDismissed",Tl=a(()=>{try{return globalThis.localStorage.getItem(di)==="1"}catch{return!1}},"readBannerDismissed"),wl=a(()=>{try{globalThis.localStorage.setItem(di,"1")}catch{}},"writeBannerDismissed"),kl=a(()=>{let t=(0,B.c)(18),e=ae(),[o,s]=(0,q.useState)(Ml),r;t[0]===Symbol.for("react.memo_cache_sentinel")?(r=a(()=>{s(!0),wl()},"t0"),t[0]=r):r=t[0];let n=r;if(o)return null;let l;t[1]===Symbol.for("react.memo_cache_sentinel")?(l=(0,i.jsxDEV)("span",{"aria-hidden":"true",className:"text-warning",children:"\u26A0"},void 0,!1),t[1]=l):l=t[1];let d;t[2]!==e?(d=e("Lunora AI rules aren't installed."),t[2]=e,t[3]=d):d=t[3];let p;t[4]===Symbol.for("react.memo_cache_sentinel")?(p=(0,i.jsxDEV)("code",{className:"rounded bg-muted px-1 py-0.5 font-mono text-[11px]",children:"lunora rules install"},void 0,!1),t[4]=p):p=t[4];let c;t[5]!==e?(c=e("lets your coding agent use Lunora correctly."),t[5]=e,t[6]=c):c=t[6];let u;t[7]!==d||t[8]!==c?(u=(0,i.jsxDEV)("span",{children:[d," ",p," ",c]},void 0,!0),t[7]=d,t[8]=c,t[9]=u):u=t[9];let g;t[10]!==e?(g=e("Dismiss"),t[10]=e,t[11]=g):g=t[11];let m;t[12]===Symbol.for("react.memo_cache_sentinel")?(m=(0,i.jsxDEV)("svg",{"aria-hidden":"true",className:"size-3.5",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeWidth:1.8,viewBox:"0 0 24 24",children:(0,i.jsxDEV)("path",{d:"M18 6 6 18M6 6l12 12"},void 0,!1)},void 0,!1),t[12]=m):m=t[12];let h;t[13]!==g?(h=(0,i.jsxDEV)("button",{"aria-label":g,className:"ms-auto flex size-5 items-center justify-center rounded text-muted-foreground outline-none transition-colors hover:bg-accent hover:text-foreground focus-visible:bg-accent","data-testid":"dash-app-rules-banner-dismiss",onClick:n,type:"button",children:m},void 0,!1),t[13]=g,t[14]=h):h=t[14];let f;return t[15]!==u||t[16]!==h?(f=(0,i.jsxDEV)("div",{className:"flex shrink-0 items-center gap-2 border-b border-warning/30 bg-warning/10 px-6 py-2 text-[12px] text-foreground","data-testid":"dash-app-rules-banner",role:"note",children:[l,u,h]},void 0,!0),t[15]=u,t[16]=h,t[17]=f):f=t[17],f},"RulesBanner");function Ml(){return Tl()}a(Ml,"_temp$1");var Ol=a(()=>{let t=(0,B.c)(1),e;return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,i.jsxDEV)("svg",{"aria-hidden":"true",className:"size-3.5",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.8,viewBox:"0 0 24 24",children:[(0,i.jsxDEV)("rect",{height:"14",rx:"2",width:"20",x:"2",y:"3"},void 0,!1),(0,i.jsxDEV)("path",{d:"M8 21h8M12 17v4"},void 0,!1)]},void 0,!0),t[0]=e):e=t[0],e},"MonitorIcon"),_l=a(()=>{let t=(0,B.c)(1),e;return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,i.jsxDEV)("svg",{"aria-hidden":"true",className:"size-3.5",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.8,viewBox:"0 0 24 24",children:[(0,i.jsxDEV)("circle",{cx:"12",cy:"12",r:"4"},void 0,!1),(0,i.jsxDEV)("path",{d:"M12 2v2m0 16v2M4.9 4.9l1.4 1.4m11.4 11.4 1.4 1.4M2 12h2m16 0h2M4.9 19.1l1.4-1.4M17.7 6.3l1.4-1.4"},void 0,!1)]},void 0,!0),t[0]=e):e=t[0],e},"SunIcon"),Il=a(()=>{let t=(0,B.c)(1),e;return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,i.jsxDEV)("svg",{"aria-hidden":"true",className:"size-3.5",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.8,viewBox:"0 0 24 24",children:(0,i.jsxDEV)("path",{d:"M21 12.8A9 9 0 1 1 11.2 3a7 7 0 0 0 9.8 9.8Z"},void 0,!1)},void 0,!1),t[0]=e):e=t[0],e},"MoonIcon"),Dl=[{Icon:Ol,value:"system"},{Icon:_l,value:"light"},{Icon:Il,value:"dark"}],Al=a(()=>{let t=(0,B.c)(19),{theme:e,setTheme:o}=Cl(),s=ae(),r;t[0]!==s?(r=s("Dark theme"),t[0]=s,t[1]=r):r=t[1];let n;t[2]!==s?(n=s("Light theme"),t[2]=s,t[3]=n):n=t[3];let l;t[4]!==s?(l=s("System theme"),t[4]=s,t[5]=l):l=t[5];let d;t[6]!==r||t[7]!==n||t[8]!==l?(d={dark:r,light:n,system:l},t[6]=r,t[7]=n,t[8]=l,t[9]=d):d=t[9];let p=d,c;t[10]!==s?(c=s("Theme"),t[10]=s,t[11]=c):c=t[11];let u;t[12]!==p||t[13]!==o||t[14]!==e?(u=Dl.map(m=>{let{Icon:h,value:f}=m,v=e===f;return(0,i.jsxDEV)("button",{"aria-checked":v,"aria-label":p[f],className:z("relative flex size-7 cursor-pointer items-center justify-center rounded-md outline-none transition-colors focus-visible:bg-accent",v?"text-foreground":"text-muted-foreground hover:text-foreground"),"data-testid":`dash-app-theme-${f}`,onClick:a(()=>{o(f)},"onClick"),role:"radio",title:p[f],type:"button",children:[v&&(0,i.jsxDEV)(nn.span,{className:"absolute inset-0 rounded-md border border-muted-foreground/40 bg-background/40",layoutId:"studio-theme-active",transition:{bounce:.1,duration:.45,type:"spring"}},void 0,!1),(0,i.jsxDEV)("span",{className:"relative",children:(0,i.jsxDEV)(h,{},void 0,!1)},void 0,!1)]},f,!0)}),t[12]=p,t[13]=o,t[14]=e,t[15]=u):u=t[15];let g;return t[16]!==c||t[17]!==u?(g=(0,i.jsxDEV)("div",{"aria-label":c,className:"inline-flex items-center gap-0.5 overflow-hidden rounded-md border border-border bg-muted/60 p-0.5","data-testid":"dash-app-theme",role:"radiogroup",children:u},void 0,!1),t[16]=c,t[17]=u,t[18]=g):g=t[18],g},"ThemeToggle");function pi(t){let e=(0,B.c)(4),o;e[0]!==t?({...o}=t,e[0]=t,e[1]=o):o=e[1];let s;return e[2]!==o?(s=(0,i.jsxDEV)(Pt.Root,{"data-slot":"popover",...o},void 0,!1),e[2]=o,e[3]=s):s=e[3],s}a(pi,"Popover");function ui(t){let e=(0,B.c)(4),o;e[0]!==t?({...o}=t,e[0]=t,e[1]=o):o=e[1];let s;return e[2]!==o?(s=(0,i.jsxDEV)(Pt.Trigger,{"data-slot":"popover-trigger",...o},void 0,!1),e[2]=o,e[3]=s):s=e[3],s}a(ui,"PopoverTrigger");function fi({align:t="end",alignOffset:e=0,className:o,keepMounted:s=!1,side:r="bottom",sideOffset:n=6,...l}){return(0,i.jsxDEV)(Pt.Portal,{keepMounted:s,children:(0,i.jsxDEV)(Pt.Positioner,{align:t,alignOffset:e,className:"isolate z-50 outline-none",side:r,sideOffset:n,children:(0,i.jsxDEV)(Pt.Popup,{className:z("z-50 w-72 origin-(--transform-origin) rounded-lg border border-border bg-popover p-3 text-popover-foreground shadow-md outline-none data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95",o),"data-slot":"popover-content",...l},void 0,!1)},void 0,!1)},void 0,!1)}a(fi,"PopoverContent");var zr=768;function Vl(){let t=(0,B.c)(2),[e,o]=(0,q.useState)(void 0),s,r;return t[0]===Symbol.for("react.memo_cache_sentinel")?(s=a(()=>{let n=globalThis.matchMedia(`(max-width: ${zr-1}px)`),l=a(()=>{o(globalThis.innerWidth<zr)},"onChange");return n.addEventListener("change",l),o(globalThis.innerWidth<zr),()=>{n.removeEventListener("change",l)}},"t0"),r=[],t[0]=s,t[1]=r):(s=t[0],r=t[1]),(0,q.useEffect)(s,r),!!e}a(Vl,"useIsMobile");function Bl(t){let e=(0,B.c)(4),o;e[0]!==t?({...o}=t,e[0]=t,e[1]=o):o=e[1];let s;return e[2]!==o?(s=(0,i.jsxDEV)(fe.Root,{"data-slot":"sheet",...o},void 0,!1),e[2]=o,e[3]=s):s=e[3],s}a(Bl,"Sheet");function Ll(t){let e=(0,B.c)(4),o;e[0]!==t?({...o}=t,e[0]=t,e[1]=o):o=e[1];let s;return e[2]!==o?(s=(0,i.jsxDEV)(fe.Portal,{"data-slot":"sheet-portal",...o},void 0,!1),e[2]=o,e[3]=s):s=e[3],s}a(Ll,"SheetPortal");function Fl(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("fixed inset-0 z-50 bg-black/10 text-xs/relaxed transition-opacity duration-150 data-ending-style:opacity-0 data-starting-style:opacity-0 supports-backdrop-filter:",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)(fe.Backdrop,{"data-slot":"sheet-overlay",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(Fl,"SheetOverlay");function Hl({className:t,children:e,side:o="right",showCloseButton:s=!0,...r}){return(0,i.jsxDEV)(Ll,{children:[(0,i.jsxDEV)(Fl,{},void 0,!1),(0,i.jsxDEV)(fe.Popup,{"data-slot":"sheet-content","data-side":o,className:z("fixed z-50 flex flex-col bg-popover bg-clip-padding text-xs/relaxed text-popover-foreground shadow-lg transition duration-200 ease-in-out data-ending-style:opacity-0 data-starting-style:opacity-0 data-[side=bottom]:inset-x-0 data-[side=bottom]:bottom-0 data-[side=bottom]:h-auto data-[side=bottom]:border-t data-[side=bottom]:data-ending-style:translate-y-[2.5rem] data-[side=bottom]:data-starting-style:translate-y-[2.5rem] data-[side=left]:inset-y-0 data-[side=left]:left-0 data-[side=left]:h-full data-[side=left]:w-3/4 data-[side=left]:border-e data-[side=left]:data-ending-style:translate-x-[-2.5rem] rtl:data-[side=left]:data-ending-style:-translate-x-[-2.5rem] data-[side=left]:data-starting-style:translate-x-[-2.5rem] rtl:data-[side=left]:data-starting-style:-translate-x-[-2.5rem] data-[side=right]:inset-y-0 data-[side=right]:right-0 data-[side=right]:h-full data-[side=right]:w-3/4 data-[side=right]:border-s data-[side=right]:data-ending-style:translate-x-[2.5rem] rtl:data-[side=right]:data-ending-style:-translate-x-[2.5rem] data-[side=right]:data-starting-style:translate-x-[2.5rem] rtl:data-[side=right]:data-starting-style:-translate-x-[2.5rem] data-[side=top]:inset-x-0 data-[side=top]:top-0 data-[side=top]:h-auto data-[side=top]:border-b data-[side=top]:data-ending-style:translate-y-[-2.5rem] data-[side=top]:data-starting-style:translate-y-[-2.5rem] data-[side=left]:sm:max-w-sm data-[side=right]:sm:max-w-sm",t),...r,children:[e,s&&(0,i.jsxDEV)(fe.Close,{"data-slot":"sheet-close",render:(0,i.jsxDEV)(fo,{variant:"ghost",className:"absolute top-3 end-3",size:"icon-sm"},void 0,!1),children:[(0,i.jsxDEV)(or,{icon:Ln,strokeWidth:2},void 0,!1),(0,i.jsxDEV)("span",{className:"sr-only",children:"Close"},void 0,!1)]},void 0,!0)]},void 0,!0)]},void 0,!0)}a(Hl,"SheetContent");function $l(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("flex flex-col gap-0.5 p-4",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)("div",{"data-slot":"sheet-header",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a($l,"SheetHeader");function jl(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("text-sm font-medium text-foreground",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)(fe.Title,{"data-slot":"sheet-title",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(jl,"SheetTitle");function Ul(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("text-xs/relaxed text-muted-foreground",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)(fe.Description,{"data-slot":"sheet-description",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(Ul,"SheetDescription");var zl="sidebar_state",Wl=3600*24*7,Zl="16rem",ql="18rem",Gl="3rem",Kl="b",mi=ut.createContext(null);function Us(){let t=ut.useContext(mi);if(!t)throw new Js("INTERNAL","useSidebar must be used within a SidebarProvider.");return t}a(Us,"useSidebar");function Ql({defaultOpen:t=!0,open:e,onOpenChange:o,className:s,style:r,children:n,...l}){let d=Vl(),[p,c]=ut.useState(!1),[u,g]=ut.useState(t),m=e??u,h=a(b=>{let P=typeof b=="function"?b(m):b;o?o(P):g(P),document.cookie=`${zl}=${P}; path=/; max-age=${Wl}`},"setOpen"),f=a(()=>d?c(b=>!b):h(b=>!b),"toggleSidebar");ut.useEffect(()=>{let b=a(P=>{P.key===Kl&&(P.metaKey||P.ctrlKey)&&(P.preventDefault(),f())},"handleKeyDown");return globalThis.addEventListener("keydown",b),()=>globalThis.removeEventListener("keydown",b)},[f]);let x={state:m?"expanded":"collapsed",open:m,setOpen:h,isMobile:d,openMobile:p,setOpenMobile:c,toggleSidebar:f};return(0,i.jsxDEV)(mi.Provider,{value:x,children:(0,i.jsxDEV)("div",{"data-slot":"sidebar-wrapper",style:{"--sidebar-width":Zl,"--sidebar-width-icon":Gl,...r},className:z("group/sidebar-wrapper flex min-h-svh w-full has-data-[variant=inset]:bg-sidebar",s),...l,children:n},void 0,!1)},void 0,!1)}a(Ql,"SidebarProvider");function Yl({side:t="left",variant:e="sidebar",collapsible:o="offcanvas",className:s,children:r,dir:n,...l}){let{isMobile:d,state:p,openMobile:c,setOpenMobile:u}=Us();return o==="none"?(0,i.jsxDEV)("div",{"data-slot":"sidebar",className:z("flex h-full w-(--sidebar-width) flex-col bg-sidebar text-sidebar-foreground",s),...l,children:r},void 0,!1):d?(0,i.jsxDEV)(Bl,{open:c,onOpenChange:u,...l,children:(0,i.jsxDEV)(Hl,{dir:n,"data-sidebar":"sidebar","data-slot":"sidebar","data-mobile":"true",className:"w-(--sidebar-width) bg-sidebar p-0 text-sidebar-foreground [&>button]:hidden",style:{"--sidebar-width":ql},side:t,children:[(0,i.jsxDEV)($l,{className:"sr-only",children:[(0,i.jsxDEV)(jl,{children:"Sidebar"},void 0,!1),(0,i.jsxDEV)(Ul,{children:"Displays the mobile sidebar."},void 0,!1)]},void 0,!0),(0,i.jsxDEV)("div",{className:"flex h-full w-full flex-col",children:r},void 0,!1)]},void 0,!0)},void 0,!1):(0,i.jsxDEV)("div",{className:"group peer hidden text-sidebar-foreground md:block","data-state":p,"data-collapsible":p==="collapsed"?o:"","data-variant":e,"data-side":t,"data-slot":"sidebar",children:[(0,i.jsxDEV)("div",{"data-slot":"sidebar-gap",className:z("relative w-(--sidebar-width) bg-transparent transition-[width] duration-200 ease-linear","group-data-[collapsible=offcanvas]:w-0","group-data-[side=right]:rotate-180",e==="floating"||e==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)+(--spacing(4)))]":"group-data-[collapsible=icon]:w-(--sidebar-width-icon)")},void 0,!1),(0,i.jsxDEV)("div",{"data-slot":"sidebar-container","data-side":t,className:z("fixed inset-y-0 z-10 hidden h-svh w-(--sidebar-width) transition-[left,right,width] duration-200 ease-linear data-[side=left]:left-0 data-[side=left]:group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)] data-[side=right]:right-0 data-[side=right]:group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)] md:flex",e==="floating"||e==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)+(--spacing(4))+2px)]":"group-data-[collapsible=icon]:w-(--sidebar-width-icon) group-data-[side=left]:border-e group-data-[side=right]:border-s",s),...l,children:(0,i.jsxDEV)("div",{"data-sidebar":"sidebar","data-slot":"sidebar-inner",className:"flex size-full flex-col bg-sidebar group-data-[variant=floating]:rounded-none group-data-[variant=floating]:shadow-sm group-data-[variant=floating]:ring-1 group-data-[variant=floating]:ring-sidebar-border",children:r},void 0,!1)},void 0,!1)]},void 0,!0)}a(Yl,"Sidebar");function Jl(t){let e=(0,B.c)(15),o,s,r;e[0]!==t?({className:o,onClick:s,...r}=t,e[0]=t,e[1]=o,e[2]=s,e[3]=r):(o=e[1],s=e[2],r=e[3]);let{toggleSidebar:n}=Us(),l;e[4]!==o?(l=z(o),e[4]=o,e[5]=l):l=e[5];let d;e[6]!==s||e[7]!==n?(d=a(g=>{s?.(g),n()},"t2"),e[6]=s,e[7]=n,e[8]=d):d=e[8];let p,c;e[9]===Symbol.for("react.memo_cache_sentinel")?(p=(0,i.jsxDEV)(or,{icon:Fn,strokeWidth:2,className:"rtl:rotate-180"},void 0,!1),c=(0,i.jsxDEV)("span",{className:"sr-only",children:"Toggle Sidebar"},void 0,!1),e[9]=p,e[10]=c):(p=e[9],c=e[10]);let u;return e[11]!==r||e[12]!==l||e[13]!==d?(u=(0,i.jsxDEV)(fo,{"data-sidebar":"trigger","data-slot":"sidebar-trigger",variant:"ghost",size:"icon-sm",className:l,onClick:d,...r,children:[p,c]},void 0,!0),e[11]=r,e[12]=l,e[13]=d,e[14]=u):u=e[14],u}a(Jl,"SidebarTrigger");function Xl(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("relative flex w-full flex-1 flex-col bg-background md:peer-data-[variant=inset]:m-2 md:peer-data-[variant=inset]:ms-0 md:peer-data-[variant=inset]:rounded-none md:peer-data-[variant=inset]:shadow-sm md:peer-data-[variant=inset]:peer-data-[state=collapsed]:ms-2",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)("main",{"data-slot":"sidebar-inset",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(Xl,"SidebarInset");function ec(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("flex flex-col gap-2 p-2",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)("div",{"data-slot":"sidebar-header","data-sidebar":"header",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(ec,"SidebarHeader");function tc(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("flex flex-col gap-2 p-2",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)("div",{"data-slot":"sidebar-footer","data-sidebar":"footer",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(tc,"SidebarFooter");function oc(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("flex min-h-0 flex-1 flex-col gap-0 overflow-x-hidden overflow-y-auto [scrollbar-color:color-mix(in_oklch,var(--muted-foreground)_25%,transparent)_transparent] [scrollbar-width:thin] [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-muted-foreground/25 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar]:w-1.5 hover:[scrollbar-color:color-mix(in_oklch,var(--muted-foreground)_50%,transparent)_transparent] hover:[&::-webkit-scrollbar-thumb]:bg-muted-foreground/50",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)("div",{"data-slot":"sidebar-content","data-sidebar":"content",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(oc,"SidebarContent");function sc(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("relative flex w-full min-w-0 flex-col p-2",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)("div",{"data-slot":"sidebar-group","data-sidebar":"group",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(sc,"SidebarGroup");function rc(t){let e=(0,B.c)(10),o,s,r,n;if(e[0]!==t){let{className:p,render:c,...u}=t;o=c,n=er,s="div",r=lt({className:z("flex h-8 shrink-0 items-center rounded-none px-2 text-xs text-sidebar-foreground/70 ring-sidebar-ring outline-hidden transition-[margin,opacity] duration-200 ease-linear group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0 focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0",p)},u),e[0]=t,e[1]=o,e[2]=s,e[3]=r,e[4]=n}else o=e[1],s=e[2],r=e[3],n=e[4];let l;e[5]===Symbol.for("react.memo_cache_sentinel")?(l={slot:"sidebar-group-label",sidebar:"group-label"},e[5]=l):l=e[5];let d;return e[6]!==o||e[7]!==s||e[8]!==r?(d={defaultTagName:s,props:r,render:o,state:l},e[6]=o,e[7]=s,e[8]=r,e[9]=d):d=e[9],n(d)}a(rc,"SidebarGroupLabel");function nc(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("w-full text-xs",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)("div",{"data-slot":"sidebar-group-content","data-sidebar":"group-content",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(nc,"SidebarGroupContent");function oi(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("flex w-full min-w-0 flex-col gap-0",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)("ul",{"data-slot":"sidebar-menu","data-sidebar":"menu",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(oi,"SidebarMenu");function si(t){let e=(0,B.c)(8),o,s;e[0]!==t?({className:o,...s}=t,e[0]=t,e[1]=o,e[2]=s):(o=e[1],s=e[2]);let r;e[3]!==o?(r=z("group/menu-item relative",o),e[3]=o,e[4]=r):r=e[4];let n;return e[5]!==s||e[6]!==r?(n=(0,i.jsxDEV)("li",{"data-slot":"sidebar-menu-item","data-sidebar":"menu-item",className:r,...s},void 0,!1),e[5]=s,e[6]=r,e[7]=n):n=e[7],n}a(si,"SidebarMenuItem");var ac=an("peer/menu-button group/menu-button flex w-full items-center gap-2 overflow-hidden rounded-none p-2 text-start text-xs ring-sidebar-ring outline-hidden transition-[width,height,padding] group-has-data-[sidebar=menu-action]/menu-item:pe-8 group-data-[collapsible=icon]:size-8! group-data-[collapsible=icon]:p-2! hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-open:hover:bg-sidebar-accent data-open:hover:text-sidebar-accent-foreground data-active:bg-sidebar-accent data-active:font-medium data-active:text-sidebar-accent-foreground [&_svg]:size-4 [&_svg]:shrink-0 [&>span:last-child]:truncate",{variants:{variant:{default:"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",outline:"bg-background shadow-[0_0_0_1px_var(--sidebar-border)] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_var(--sidebar-accent)]"},size:{default:"h-8 text-xs",sm:"h-7 text-xs",lg:"h-12 text-xs group-data-[collapsible=icon]:p-0!"}},defaultVariants:{variant:"default",size:"default"}});function gi({render:t,isActive:e=!1,variant:o="default",size:s="default",tooltip:r,className:n,...l}){let{isMobile:d,state:p}=Us(),c=er({defaultTagName:"button",props:lt({className:z(ac({variant:o,size:s}),n)},l),render:r?(0,i.jsxDEV)(Sl,{render:t},void 0,!1):t,state:{slot:"sidebar-menu-button",sidebar:"menu-button",size:s,active:e}});return r?(typeof r=="string"&&(r={children:r}),(0,i.jsxDEV)(Rl,{children:[c,(0,i.jsxDEV)(Nl,{side:"right",align:"center",hidden:p!=="collapsed"||d,...r},void 0,!1)]},void 0,!0)):c}a(gi,"SidebarMenuButton");var Z=a((t,e)=>(0,q.lazy)(()=>t().then(o=>({default:o[e]}))),"lazyNamed"),ic=Z(()=>import("./chunk-S6PTK7Y2.js"),"InsightsPanel"),lc=(0,q.lazy)(()=>import("./chunk-MBG7XWNH.js")),cc=(0,q.lazy)(()=>import("./chunk-RIZDNIW7.js")),dc=Z(()=>import("./chunk-SAQU44MF.js"),"AgentsPanel"),pc=Z(()=>import("./chunk-53J4JZ2D.js"),"AnalyticsPanel"),uc=(0,q.lazy)(()=>import("./chunk-PRHAIUWS.js")),fc=Z(()=>import("./chunk-NIC6UYAQ.js"),"AuthConfigPanel"),mc=Z(()=>import("./chunk-JM3ZISDM.js"),"AuthSessionsPanel"),gc=Z(()=>import("./chunk-OPSAI5PZ.js"),"OrganizationsPanel"),hc=Z(()=>import("./chunk-IMVAYDPK.js"),"UsersPanel"),vc=Z(()=>import("./chunk-CURAOCQJ.js"),"ContainersPanel"),xc=Z(()=>import("./chunk-QAW6AWOE.js"),"TableEditor"),bc=Z(()=>import("./chunk-EFYZYQUA.js"),"ExportImportPanel"),yc=Z(()=>import("./chunk-P7MZQ6VJ.js"),"MigrationsPanel"),Pc=Z(()=>import("./chunk-R4ALMCZA.js"),"PitrPanel"),Cc=Z(()=>import("./chunk-NV5LO5I6.js"),"FlagsPanel"),Rc=Z(()=>import("./chunk-2BSDITP4.js"),"FunctionRunner"),Sc=Z(()=>import("./chunk-XAGYDGI6.js"),"FunctionStatsPanel"),Nc=Z(()=>import("./chunk-LFORIMS7.js"),"IssuesPanel"),Ec=Z(()=>import("./chunk-OHCGUIOG.js"),"AuditPanel"),Tc=Z(()=>import("./chunk-QVUQXJCT.js"),"LogDrainsPanel"),wc=(0,q.lazy)(()=>import("./chunk-BIA2DLBR.js").then(t=>({default:t.LogsPanel}))),kc=Z(()=>import("./chunk-PYPWIYI2.js"),"MailPanel"),Mc=Z(()=>import("./chunk-27JTW53L.js"),"SchedulePanel"),Oc=(0,q.lazy)(()=>import("./chunk-X34PHGZF.js")),_c=Z(()=>import("./chunk-J2DQ63SR.js"),"KvBrowser"),Ic=Z(()=>import("./chunk-EXNK5XAW.js"),"PaymentsPanel"),Dc=Z(()=>import("./chunk-4Q66FL5S.js"),"PermissionsPanel"),Ac=(0,q.lazy)(()=>import("./chunk-Y26ZIWUZ.js")),Vc=(0,q.lazy)(()=>import("./chunk-W3EYW2EA.js")),Bc=(0,q.lazy)(()=>import("./chunk-T3R6VHAT.js")),Lc=Z(()=>import("./chunk-AYHAJL3Z.js"),"HealthPanel"),Fc=Z(()=>import("./chunk-X3VAERRH.js"),"MetricsPanel"),Hc=Z(()=>import("./chunk-LABWKVKR.js"),"SchemaViewer"),$c=Z(()=>import("./chunk-WAX3RSAI.js"),"SettingsPanel"),jc=Z(()=>import("./chunk-GF6GF6CF.js"),"SqlEditorPanel"),Uc=Z(()=>import("./chunk-2XUT4Z4W.js"),"FileBrowser"),zc=Z(()=>import("./chunk-67YMILPJ.js"),"StorageRulesPanel"),Wc=Z(()=>import("./chunk-N2E4TKRD.js"),"TracesPanel"),Zc=Z(()=>import("./chunk-ZVQMTQYX.js"),"VectorBrowser"),qc=(0,q.lazy)(()=>import("./chunk-MJ4HATA2.js")),hi=(0,q.createContext)(null),Gc={analytics:(0,i.jsxDEV)("path",{d:"M5 20V10m6.5 10V4M18 20v-7M3 20h18"},void 0,!1),api:(0,i.jsxDEV)("path",{d:"m9 8-4 4 4 4m6-8 4 4-4 4M13 5l-2 14"},void 0,!1),audit:(0,i.jsxDEV)("path",{d:"M7 4h7l4 4v11a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm6 0v5h5M9 13h6M9 16h6M9 10h2"},void 0,!1),authConfig:(0,i.jsxDEV)("path",{d:"M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm7.4-3a7.4 7.4 0 0 0-.1-1.2l2-1.6-2-3.4-2.4 1a7.3 7.3 0 0 0-2-1.2l-.4-2.6h-3.6l-.4 2.6a7.3 7.3 0 0 0-2 1.2l-2.4-1-2 3.4 2 1.6a7.4 7.4 0 0 0 0 2.4l-2 1.6 2 3.4 2.4-1a7.3 7.3 0 0 0 2 1.2l.4 2.6h3.6l.4-2.6a7.3 7.3 0 0 0 2-1.2l2.4 1 2-3.4-2-1.6a7.4 7.4 0 0 0 .1-1.2Z"},void 0,!1),agents:(0,i.jsxDEV)("path",{d:"M12 8V5m0 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6 8h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2Zm3 5h.01M15 13h.01M9 21h6"},void 0,!1),authSessions:(0,i.jsxDEV)("path",{d:"M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm0-13.5V12l4 2"},void 0,!1),containers:(0,i.jsxDEV)("path",{d:"M3 7.5 12 3l9 4.5v9L12 21l-9-4.5v-9Zm0 0 9 4.5m0 0 9-4.5m-9 4.5V21"},void 0,!1),dashboards:(0,i.jsxDEV)("path",{d:"M4 5h7v6H4V5Zm9 0h7v4h-7V5ZM4 14h7v5H4v-5Zm9-1h7v6h-7v-6Z"},void 0,!1),drains:(0,i.jsxDEV)("path",{d:"M5 5h14M7 5v6a5 5 0 0 0 10 0V5M10 16h4v3h-4zM12 19v2"},void 0,!1),data:(0,i.jsxDEV)("path",{d:"M5 6c0-1.4 3.1-2.5 7-2.5s7 1.1 7 2.5-3.1 2.5-7 2.5S5 7.4 5 6Zm0 0v12c0 1.4 3.1 2.5 7 2.5s7-1.1 7-2.5V6M5 12c0 1.4 3.1 2.5 7 2.5s7-1.1 7-2.5"},void 0,!1),export:(0,i.jsxDEV)("path",{d:"M12 3v11m0 0 4-4m-4 4-4-4M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2"},void 0,!1),fanout:(0,i.jsxDEV)("path",{d:"M12 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm-7 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm14 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM12 7v3.5M12 10.5 6 17m6-6.5 6 6.5"},void 0,!1),files:(0,i.jsxDEV)("path",{d:"M4 7a2 2 0 0 1 2-2h3l2 2.5h7a2 2 0 0 1 2 2V18a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7Z"},void 0,!1),flags:(0,i.jsxDEV)("path",{d:"M6 21V4m0 0h11l-2 3 2 3H6"},void 0,!1),functions:(0,i.jsxDEV)("path",{d:"m9 8-4 4 4 4m6-8 4 4-4 4"},void 0,!1),health:(0,i.jsxDEV)("path",{d:"M3 12h4l2 6 4-14 2 8h6"},void 0,!1),home:(0,i.jsxDEV)("path",{d:"M3 11.5 12 4l9 7.5M5 10v9a1 1 0 0 0 1 1h4v-6h4v6h4a1 1 0 0 0 1-1v-9"},void 0,!1),insights:(0,i.jsxDEV)("path",{d:"M12 3a6 6 0 0 0-3.6 10.8c.5.4.8.9.9 1.5l.2 1.2h5l.2-1.2c.1-.6.4-1.1.9-1.5A6 6 0 0 0 12 3ZM9.5 20.5h5M10 18h4"},void 0,!1),issues:(0,i.jsxDEV)("path",{d:"M10.3 4.3 2.5 18a2 2 0 0 0 1.7 3h15.6a2 2 0 0 0 1.7-3L13.7 4.3a2 2 0 0 0-3.4 0ZM12 9v4m0 3v.01"},void 0,!1),kv:(0,i.jsxDEV)("path",{d:"M5 5h14v4H5V5Zm0 5h14v4H5v-4Zm0 5h14v4H5v-4Z"},void 0,!1),logs:(0,i.jsxDEV)("path",{d:"M5 6h14M5 10h14M5 14h9M5 18h11"},void 0,!1),mail:(0,i.jsxDEV)("path",{d:"M4 5h16v14H4V5Zm0 1.5 8 6 8-6"},void 0,!1),payments:(0,i.jsxDEV)("path",{d:"M3 7h18v10H3V7Zm0 3h18M7 14h4"},void 0,!1),metrics:(0,i.jsxDEV)("path",{d:"M5 20V10m6.5 10V4M18 20v-7M3 20h18"},void 0,!1),migrations:(0,i.jsxDEV)("path",{d:"M4 12a8 8 0 0 1 13.7-5.6L20 8M20 4v4h-4M20 12a8 8 0 0 1-13.7 5.6L4 16m0 4v-4h4"},void 0,!1),organizations:(0,i.jsxDEV)("path",{d:"M3 21V8l6-4 6 4v13M9 21v-5h2v5M15 11h6v10M18 14v.01M18 17v.01M6 9v.01M6 12v.01M6 15v.01"},void 0,!1),permissions:(0,i.jsxDEV)("path",{d:"M12 3 5 6v5c0 4.5 3 7.8 7 9 4-1.2 7-4.5 7-9V6l-7-3Zm-3 8 2.2 2.2L15 9.5M8.5 16h7"},void 0,!1),pitr:(0,i.jsxDEV)("path",{d:"M12 21a9 9 0 1 0-9-9M12 7.5V12l3 2M3 12l-2-2m2 2 2-2"},void 0,!1),queues:(0,i.jsxDEV)("path",{d:"M4 6h16M4 10h16M4 14h10M4 18h10m4-2 3 2-3 2v-4Z"},void 0,!1),realtime:(0,i.jsxDEV)("path",{d:"M5 12a7 7 0 0 1 14 0M8 12a4 4 0 0 1 8 0M12 12v8m0-8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"},void 0,!1),rls:(0,i.jsxDEV)("path",{d:"M12 3 5 6v5c0 4.5 3 7.8 7 9 4-1.2 7-4.5 7-9V6l-7-3ZM8.5 10h7M8.5 13h7"},void 0,!1),schedule:(0,i.jsxDEV)("path",{d:"M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm0-13.5V12l4 2"},void 0,!1),schema:(0,i.jsxDEV)("path",{d:"M4 5h16v14H4V5Zm0 5h16M10 10v9M4 14.5h16"},void 0,!1),sql:(0,i.jsxDEV)("path",{d:"M4 5h16v14H4V5Zm3 4 3 3-3 3m6 0h4"},void 0,!1),storageRules:(0,i.jsxDEV)("path",{d:"M7 10V7a5 5 0 0 1 10 0v3m-11 0h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1Zm6 4v2"},void 0,!1),security:(0,i.jsxDEV)("path",{d:"M12 3 5 6v5c0 4.5 3 7.8 7 9 4-1.2 7-4.5 7-9V6l-7-3Zm-2.5 8.5 2 2 4-4"},void 0,!1),traces:(0,i.jsxDEV)("path",{d:"M3 6h9M6 12h12M10 18h7"},void 0,!1),settings:(0,i.jsxDEV)("path",{d:"M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm7.4-3a7.4 7.4 0 0 0-.1-1.2l2-1.6-2-3.4-2.4 1a7.3 7.3 0 0 0-2-1.2l-.4-2.6H10.5l-.4 2.6a7.3 7.3 0 0 0-2 1.2l-2.4-1-2 3.4 2 1.6a7.4 7.4 0 0 0 0 2.4l-2 1.6 2 3.4 2.4-1a7.3 7.3 0 0 0 2 1.2l.4 2.6h3.6l.4-2.6a7.3 7.3 0 0 0 2-1.2l2.4 1 2-3.4-2-1.6a7.4 7.4 0 0 0 .1-1.2Z"},void 0,!1),users:(0,i.jsxDEV)("path",{d:"M16 20v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2M9.5 10a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm11.5 10v-2a4 4 0 0 0-3-3.85M16 3.13A4 4 0 0 1 16 11"},void 0,!1),vectors:(0,i.jsxDEV)("path",{d:"M4 7l8-4 8 4-8 4-8-4Zm0 5 8 4 8-4M4 17l8 4 8-4"},void 0,!1),workflows:(0,i.jsxDEV)("path",{d:"M5 5h5v5H5V5Zm9 9h5v5h-5v-5ZM7.5 10v2a2 2 0 0 0 2 2H14m2.5-4V8a2 2 0 0 0-2-2H10"},void 0,!1)},ri=[{key:"overview",tabs:["home","dashboards"]},{key:"database",tabs:["data","sql","schema","migrations","vectors","pitr","export"]},{key:"functions",tabs:["functions","api","workflows","agents","queues"]},{key:"auth",tabs:["users","organizations","authSessions","authConfig"]},{key:"storage",tabs:["files","storageRules","kv"]},{key:"observability",tabs:["issues","logs","traces","audit","realtime","fanout","containers","metrics","analytics","health"]},{key:"advisors",tabs:["security","rls","permissions","insights"]},{key:"operations",tabs:["schedule","mail","drains","payments","flags"]},{key:"settings",tabs:["settings"]}],Kc={analytics:"analytics",authConfig:"auth",authSessions:"auth",containers:"containers",files:"storage",flags:"flags",kv:"kv",mail:"mail",organizations:"auth",payments:"payments",queues:"queues",schedule:"scheduler",storageRules:"storage",users:"auth",vectors:"vectors",workflows:"workflows"},ni=a((t,e)=>{let o=Kc[t];return o===void 0||e[o]},"isTabVisible"),Wr=a(t=>{let e=(0,B.c)(2),{tab:o}=t,s=Gc[o],r;return e[0]!==s?(r=(0,i.jsxDEV)("svg",{"aria-hidden":"true",className:"size-4 shrink-0",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.6,viewBox:"0 0 24 24",children:s},void 0,!1),e[0]=s,e[1]=r):r=e[1],r},"TabIcon"),Qc=a(t=>t,"exhaustiveRouteTabs"),vi=Qc(["home","data","sql","functions","api","workflows","agents","queues","containers","schema","migrations","vectors","export","pitr","users","organizations","authSessions","authConfig","files","storageRules","kv","dashboards","metrics","analytics","health","security","rls","permissions","insights","issues","logs","traces","realtime","fanout","mail","payments","audit","schedule","drains","flags","settings"]),Yc=new Set(["api","data","sql"]),Jc=a(t=>{let e=t.split("/").findLast(Boolean)??"";return vi.includes(e)?e:"home"},"tabFromPathname"),Xc=a(t=>{let e=(0,B.c)(19),{chrome:o,connected:s}=t,r=ae(),n;e[0]!==r?(n=r("admin token"),e[0]=r,e[1]=n):n=e[1];let l;e[2]!==n?(l=(0,i.jsxDEV)("label",{className:"text-xs font-medium text-foreground",htmlFor:"dash-app-token",children:n},void 0,!1),e[2]=n,e[3]=l):l=e[3];let d;e[4]!==o.onTokenChange||e[5]!==o.token?(d=(0,i.jsxDEV)(gn,{className:"h-8","data-testid":"dash-app-token",id:"dash-app-token",onChange:o.onTokenChange,placeholder:"LUNORA_ADMIN_TOKEN",type:"password",value:o.token},void 0,!1),e[4]=o.onTokenChange,e[5]=o.token,e[6]=d):d=e[6];let p;e[7]!==s||e[8]!==r?(p=s&&(0,i.jsxDEV)("p",{className:"flex items-start gap-1.5 text-[11px] text-muted-foreground","data-testid":"dash-app-token-warning",role:"note",children:[(0,i.jsxDEV)("span",{"aria-hidden":"true",className:"text-warning",children:"\u26A0"},void 0,!1),r("Token rides the WebSocket URL \u2014 it can surface in browser DevTools and server logs. Use a dev-only token.")]},void 0,!0),e[7]=s,e[8]=r,e[9]=p):p=e[9];let c;e[10]!==o.clearToken||e[11]!==s||e[12]!==r?(c=s&&(0,i.jsxDEV)("button",{className:"self-start rounded-md border border-border px-2.5 py-1 text-xs font-medium outline-none transition-colors hover:bg-accent focus-visible:bg-accent","data-testid":"dash-app-clear-token",onClick:o.clearToken,type:"button",children:r("Clear")},void 0,!1),e[10]=o.clearToken,e[11]=s,e[12]=r,e[13]=c):c=e[13];let u;return e[14]!==l||e[15]!==d||e[16]!==p||e[17]!==c?(u=(0,i.jsxDEV)("div",{className:"flex flex-col gap-2",children:[l,d,p,c]},void 0,!0),e[14]=l,e[15]=d,e[16]=p,e[17]=c,e[18]=u):u=e[18],u},"ConnectPopoverContent"),ed=a(t=>{let e=(0,B.c)(25),{current:o,group:s,groupLabel:r,selectTab:n,tabDescription:l,tabLabel:d}=t,p=s.tabs.includes(o)?"page":void 0,c=r[s.key],u=s.tabs[0],g;e[0]!==u?(g=(0,i.jsxDEV)(Wr,{tab:u},void 0,!1),e[0]=u,e[1]=g):g=e[1];let m;e[2]!==p||e[3]!==c||e[4]!==g?(m=(0,i.jsxDEV)(ui,{"aria-current":p,"aria-label":c,className:"mx-auto flex size-8 items-center justify-center rounded-md text-muted-foreground outline-none transition-colors hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:bg-sidebar-accent data-[popup-open]:bg-sidebar-accent data-[popup-open]:text-sidebar-accent-foreground data-[popup-open]:shadow-xs aria-[current=page]:bg-sidebar-accent aria-[current=page]:text-sidebar-accent-foreground aria-[current=page]:shadow-xs",delay:120,openOnHover:!0,children:g},void 0,!1),e[2]=p,e[3]=c,e[4]=g,e[5]=m):m=e[5];let h=r[s.key],f;e[6]!==h?(f=(0,i.jsxDEV)("div",{className:"px-2 py-1.5 text-[11px] font-medium tracking-wider text-muted-foreground uppercase",children:h},void 0,!1),e[6]=h,e[7]=f):f=e[7];let v;if(e[8]!==o||e[9]!==s.tabs||e[10]!==n||e[11]!==l||e[12]!==d){let P;e[14]!==o||e[15]!==n||e[16]!==l||e[17]!==d?(P=a(C=>(0,i.jsxDEV)("button",{"aria-current":o===C?"page":void 0,className:"flex w-full items-center gap-2 rounded-md px-2 py-1.5 text-start text-[13px] text-foreground outline-none transition-colors hover:bg-accent focus-visible:bg-accent aria-[current=page]:bg-accent aria-[current=page]:font-medium [&_svg]:opacity-70 aria-[current=page]:[&_svg]:opacity-100","data-tab":C,"data-testid":`dash-tab-${C}`,onClick:n,title:l[C],type:"button",children:[(0,i.jsxDEV)(Wr,{tab:C},void 0,!1),(0,i.jsxDEV)("span",{children:d[C]},void 0,!1)]},C,!0),"t92"),e[14]=o,e[15]=n,e[16]=l,e[17]=d,e[18]=P):P=e[18],v=s.tabs.map(P),e[8]=o,e[9]=s.tabs,e[10]=n,e[11]=l,e[12]=d,e[13]=v}else v=e[13];let x;e[19]!==f||e[20]!==v?(x=(0,i.jsxDEV)(fi,{align:"start",className:"w-56 p-1",side:"right",sideOffset:8,children:[f,v]},void 0,!0),e[19]=f,e[20]=v,e[21]=x):x=e[21];let b;return e[22]!==m||e[23]!==x?(b=(0,i.jsxDEV)(pi,{children:[m,x]},void 0,!0),e[22]=m,e[23]=x,e[24]=b):b=e[24],b},"CollapsedGroupNav"),td=a(t=>{let e=(0,B.c)(45),{chrome:o,collapsed:s,connected:r}=t,n=ae();if(o===null){let C;e[0]!==n?(C=n("Admin"),e[0]=n,e[1]=C):C=e[1];let N;e[2]===Symbol.for("react.memo_cache_sentinel")?(N=(0,i.jsxDEV)("span",{className:"flex size-8 items-center justify-center rounded-full bg-sidebar-accent text-[11px] font-medium",children:"C"},void 0,!1),e[2]=N):N=e[2];let R;e[3]!==n?(R=n("Admin"),e[3]=n,e[4]=R):R=e[4];let E;e[5]!==R?(E=(0,i.jsxDEV)("span",{className:"truncate text-[13px] font-medium",children:R},void 0,!1),e[5]=R,e[6]=E):E=e[6];let T;e[7]!==n?(T=n("Studio"),e[7]=n,e[8]=T):T=e[8];let k;e[9]!==T?(k=(0,i.jsxDEV)("span",{className:"truncate text-[11px] text-muted-foreground",children:T},void 0,!1),e[9]=T,e[10]=k):k=e[10];let w;e[11]!==E||e[12]!==k?(w=(0,i.jsxDEV)("span",{className:"grid flex-1 text-start leading-tight",children:[E,k]},void 0,!0),e[11]=E,e[12]=k,e[13]=w):w=e[13];let M;return e[14]!==C||e[15]!==w?(M=(0,i.jsxDEV)(gi,{className:"data-active:bg-transparent",size:"lg",tooltip:C,children:[N,w]},void 0,!0),e[14]=C,e[15]=w,e[16]=M):M=e[16],M}let l=s?"mx-auto size-8 justify-center":"w-full p-2",d;e[17]!==l?(d=z("flex items-center gap-2 rounded-md text-start outline-none transition-colors hover:bg-sidebar-accent focus-visible:bg-sidebar-accent",l),e[17]=l,e[18]=d):d=e[18];let p;e[19]!==r||e[20]!==n?(p=n(r?"Connected":"Not connected"),e[19]=r,e[20]=n,e[21]=p):p=e[21];let c=r?"bg-success":"bg-muted-foreground/50",u;e[22]!==c?(u=z("absolute -end-0.5 -bottom-0.5 size-2.5 rounded-full border-2 border-sidebar",c),e[22]=c,e[23]=u):u=e[23];let g;e[24]!==u?(g=(0,i.jsxDEV)("span",{className:"relative flex size-8 shrink-0 items-center justify-center rounded-full bg-sidebar-accent text-[11px] font-medium",children:["C",(0,i.jsxDEV)("span",{"aria-hidden":"true",className:u},void 0,!1)]},void 0,!0),e[24]=u,e[25]=g):g=e[25];let m;e[26]!==s||e[27]!==r||e[28]!==n?(m=!s&&(0,i.jsxDEV)(i.Fragment,{children:[(0,i.jsxDEV)("span",{className:"grid flex-1 text-start leading-tight",children:[(0,i.jsxDEV)("span",{className:"truncate text-[13px] font-medium",children:n("Admin")},void 0,!1),(0,i.jsxDEV)("span",{className:"truncate text-[11px] text-muted-foreground",children:n(r?"Connected":"Not connected")},void 0,!1)]},void 0,!0),(0,i.jsxDEV)("svg",{"aria-hidden":"true",className:"size-4 text-muted-foreground",fill:"none",stroke:"currentColor",strokeWidth:1.7,viewBox:"0 0 24 24",children:(0,i.jsxDEV)("path",{d:"m8 9 4-4 4 4M8 15l4 4 4-4",strokeLinecap:"round",strokeLinejoin:"round"},void 0,!1)},void 0,!1)]},void 0,!0),e[26]=s,e[27]=r,e[28]=n,e[29]=m):m=e[29];let h;e[30]!==d||e[31]!==p||e[32]!==g||e[33]!==m?(h=(0,i.jsxDEV)(ui,{className:d,"data-testid":"dash-app-connect",title:p,children:[g,m]},void 0,!0),e[30]=d,e[31]=p,e[32]=g,e[33]=m,e[34]=h):h=e[34];let f=s?"end":"start",v=s?"right":"top",x;e[35]!==o||e[36]!==r?(x=(0,i.jsxDEV)(Xc,{chrome:o,connected:r},void 0,!1),e[35]=o,e[36]=r,e[37]=x):x=e[37];let b;e[38]!==v||e[39]!==x||e[40]!==f?(b=(0,i.jsxDEV)(fi,{align:f,keepMounted:!0,side:v,children:x},void 0,!1),e[38]=v,e[39]=x,e[40]=f,e[41]=b):b=e[41];let P;return e[42]!==b||e[43]!==h?(P=(0,i.jsxDEV)(pi,{children:[h,b]},void 0,!0),e[42]=b,e[43]=h,e[44]=P):P=e[44],P},"SidebarFooterProfile"),od=a(t=>{let e=(0,B.c)(28),{chrome:o,connected:s,current:r,groupLabel:n,groups:l,selectTab:d,tabDescription:p,tabLabel:c}=t,u=ae(),{state:g}=Us(),m=g==="collapsed",h=m&&"justify-center px-0",f;e[0]!==h?(f=z("flex items-center gap-2.5 px-1.5 py-1",h),e[0]=h,e[1]=f):f=e[1];let v;e[2]===Symbol.for("react.memo_cache_sentinel")?(v=(0,i.jsxDEV)(El,{className:"size-9 shrink-0 text-foreground"},void 0,!1),e[2]=v):v=e[2];let x;e[3]!==m||e[4]!==s||e[5]!==u?(x=!m&&(0,i.jsxDEV)(i.Fragment,{children:[(0,i.jsxDEV)("span",{className:"grid flex-1 leading-tight",children:[(0,i.jsxDEV)("span",{className:"truncate text-sm font-semibold text-foreground",children:"lunora"},void 0,!1),(0,i.jsxDEV)("span",{className:"truncate text-[11px] text-muted-foreground",children:u("Studio")},void 0,!1)]},void 0,!0),(0,i.jsxDEV)(Co,{className:"px-1.5 text-[10px] tracking-wider uppercase",variant:"secondary",children:u(s?"Live":"Local")},void 0,!1)]},void 0,!0),e[3]=m,e[4]=s,e[5]=u,e[6]=x):x=e[6];let b;e[7]!==f||e[8]!==x?(b=(0,i.jsxDEV)(ec,{children:(0,i.jsxDEV)("div",{className:f,children:[v,x]},void 0,!0)},void 0,!1),e[7]=f,e[8]=x,e[9]=b):b=e[9];let P;e[10]!==m||e[11]!==r||e[12]!==n||e[13]!==l||e[14]!==d||e[15]!==p||e[16]!==c?(P=m?l.map(E=>(0,i.jsxDEV)(ed,{current:r,group:E,groupLabel:n,selectTab:d,tabDescription:p,tabLabel:c},E.key,!1)):l.map(E=>(0,i.jsxDEV)(sc,{children:[(0,i.jsxDEV)(rc,{className:"text-[11px] font-medium tracking-wider uppercase",children:n[E.key]},void 0,!1),(0,i.jsxDEV)(nc,{children:(0,i.jsxDEV)(oi,{children:E.tabs.map(T=>(0,i.jsxDEV)(si,{children:(0,i.jsxDEV)(gi,{className:"data-active:text-foreground dark:data-active:text-royal-amethyst data-active:shadow-[inset_2px_0_0_0_var(--royal-amethyst)]","data-tab":T,"data-testid":`dash-tab-${T}`,isActive:r===T,onClick:d,title:p[T],tooltip:p[T],children:[(0,i.jsxDEV)(Wr,{tab:T},void 0,!1),(0,i.jsxDEV)("span",{children:c[T]},void 0,!1)]},void 0,!0)},T,!1))},void 0,!1)},void 0,!1)]},E.key,!0)),e[10]=m,e[11]=r,e[12]=n,e[13]=l,e[14]=d,e[15]=p,e[16]=c,e[17]=P):P=e[17];let C;e[18]!==P?(C=(0,i.jsxDEV)(oc,{children:P},void 0,!1),e[18]=P,e[19]=C):C=e[19];let N;e[20]!==o||e[21]!==m||e[22]!==s?(N=(0,i.jsxDEV)(tc,{children:(0,i.jsxDEV)(oi,{children:(0,i.jsxDEV)(si,{children:(0,i.jsxDEV)(td,{chrome:o,collapsed:m,connected:s},void 0,!1)},void 0,!1)},void 0,!1)},void 0,!1),e[20]=o,e[21]=m,e[22]=s,e[23]=N):N=e[23];let R;return e[24]!==b||e[25]!==C||e[26]!==N?(R=(0,i.jsxDEV)(Yl,{collapsible:"icon",variant:"inset",children:[b,C,N]},void 0,!0),e[24]=b,e[25]=C,e[26]=N,e[27]=R):R=e[27],R},"StudioSidebar"),xi=a(()=>{let t=(0,B.c)(1),e;return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,i.jsxDEV)("div",{className:"flex flex-col gap-4","data-testid":"dash-pending",children:[(0,i.jsxDEV)("div",{className:"flex items-center gap-2",children:[(0,i.jsxDEV)(gs,{className:"h-8 w-40"},void 0,!1),(0,i.jsxDEV)(gs,{className:"h-8 w-24"},void 0,!1)]},void 0,!0),(0,i.jsxDEV)(gs,{className:"h-72 w-full"},void 0,!1)]},void 0,!0),t[0]=e):e=t[0],e},"RoutePending"),sd=a(()=>{let t=(0,B.c)(312),e=ae(),o=ft(),s;t[0]===Symbol.for("react.memo_cache_sentinel")?(s={select:ld},t[0]=s):s=t[0];let r=tn(s),n,l;t[1]!==r?(n=Jc(r),l=Yc.has(n),t[1]=r,t[2]=n,t[3]=l):(n=t[2],l=t[3]);let d=l,p=Hr(),c;t[4]!==p?(c=a(it=>({...it,tabs:it.tabs.filter(zo=>ni(zo,p))}),"t2"),t[4]=p,t[5]=c):c=t[5];let u=ri.map(c).filter(cd),g,m;t[6]!==n||t[7]!==p||t[8]!==o?(g=a(()=>{ni(n,p)||He(o({replace:!0,to:"/home"}))},"t3"),m=[n,p,o],t[6]=n,t[7]=p,t[8]=o,t[9]=g,t[10]=m):(g=t[9],m=t[10]),(0,q.useEffect)(g,m);let h;t[11]!==e?(h=e("Agents"),t[11]=e,t[12]=h):h=t[12];let f;t[13]!==e?(f=e("Analytics"),t[13]=e,t[14]=f):f=t[14];let v;t[15]!==e?(v=e("API"),t[15]=e,t[16]=v):v=t[16];let x;t[17]!==e?(x=e("Audit"),t[17]=e,t[18]=x):x=t[18];let b;t[19]!==e?(b=e("Configuration"),t[19]=e,t[20]=b):b=t[20];let P;t[21]!==e?(P=e("Sessions"),t[21]=e,t[22]=P):P=t[22];let C;t[23]!==e?(C=e("Containers"),t[23]=e,t[24]=C):C=t[24];let N;t[25]!==e?(N=e("Dashboards"),t[25]=e,t[26]=N):N=t[26];let R;t[27]!==e?(R=e("Data"),t[27]=e,t[28]=R):R=t[28];let E;t[29]!==e?(E=e("Log drains"),t[29]=e,t[30]=E):E=t[30];let T;t[31]!==e?(T=e("Export / Import"),t[31]=e,t[32]=T):T=t[32];let k;t[33]!==e?(k=e("Fan-out"),t[33]=e,t[34]=k):k=t[34];let w;t[35]!==e?(w=e("Files"),t[35]=e,t[36]=w):w=t[36];let M;t[37]!==e?(M=e("Flags"),t[37]=e,t[38]=M):M=t[38];let V;t[39]!==e?(V=e("Functions"),t[39]=e,t[40]=V):V=t[40];let W;t[41]!==e?(W=e("Health"),t[41]=e,t[42]=W):W=t[42];let D;t[43]!==e?(D=e("Home"),t[43]=e,t[44]=D):D=t[44];let H;t[45]!==e?(H=e("Performance"),t[45]=e,t[46]=H):H=t[46];let $;t[47]!==e?($=e("Issues"),t[47]=e,t[48]=$):$=t[48];let G;t[49]!==e?(G=e("KV"),t[49]=e,t[50]=G):G=t[50];let K;t[51]!==e?(K=e("Logs"),t[51]=e,t[52]=K):K=t[52];let I;t[53]!==e?(I=e("Metrics"),t[53]=e,t[54]=I):I=t[54];let _;t[55]!==e?(_=e("Migrations"),t[55]=e,t[56]=_):_=t[56];let U;t[57]!==e?(U=e("Organizations"),t[57]=e,t[58]=U):U=t[58];let te;t[59]!==e?(te=e("Time Travel"),t[59]=e,t[60]=te):te=t[60];let se;t[61]!==e?(se=e("Mail"),t[61]=e,t[62]=se):se=t[62];let re;t[63]!==e?(re=e("Payments"),t[63]=e,t[64]=re):re=t[64];let J;t[65]!==e?(J=e("Permissions"),t[65]=e,t[66]=J):J=t[66];let ee;t[67]!==e?(ee=e("Queues"),t[67]=e,t[68]=ee):ee=t[68];let ie;t[69]!==e?(ie=e("Realtime"),t[69]=e,t[70]=ie):ie=t[70];let Be;t[71]!==e?(Be=e("RLS Policies"),t[71]=e,t[72]=Be):Be=t[72];let me;t[73]!==e?(me=e("Scheduled"),t[73]=e,t[74]=me):me=t[74];let ve;t[75]!==e?(ve=e("Schema"),t[75]=e,t[76]=ve):ve=t[76];let xe;t[77]!==e?(xe=e("Security"),t[77]=e,t[78]=xe):xe=t[78];let Le;t[79]!==e?(Le=e("Settings"),t[79]=e,t[80]=Le):Le=t[80];let L;t[81]!==e?(L=e("SQL editor"),t[81]=e,t[82]=L):L=t[82];let Q;t[83]!==e?(Q=e("Traces"),t[83]=e,t[84]=Q):Q=t[84];let X;t[85]!==e?(X=e("Access Rules"),t[85]=e,t[86]=X):X=t[86];let pe;t[87]!==e?(pe=e("Users"),t[87]=e,t[88]=pe):pe=t[88];let le;t[89]!==e?(le=e("Vectors"),t[89]=e,t[90]=le):le=t[90];let ge;t[91]!==e?(ge=e("Workflows"),t[91]=e,t[92]=ge):ge=t[92];let be;t[93]!==P||t[94]!==C||t[95]!==N||t[96]!==R||t[97]!==E||t[98]!==T||t[99]!==k||t[100]!==w||t[101]!==M||t[102]!==V||t[103]!==W||t[104]!==D||t[105]!==H||t[106]!==$||t[107]!==G||t[108]!==K||t[109]!==I||t[110]!==_||t[111]!==U||t[112]!==te||t[113]!==se||t[114]!==re||t[115]!==J||t[116]!==ee||t[117]!==ie||t[118]!==Be||t[119]!==me||t[120]!==ve||t[121]!==xe||t[122]!==Le||t[123]!==L||t[124]!==Q||t[125]!==X||t[126]!==pe||t[127]!==le||t[128]!==ge||t[129]!==h||t[130]!==f||t[131]!==v||t[132]!==x||t[133]!==b?(be={agents:h,analytics:f,api:v,audit:x,authConfig:b,authSessions:P,containers:C,dashboards:N,data:R,drains:E,export:T,fanout:k,files:w,flags:M,functions:V,health:W,home:D,insights:H,issues:$,kv:G,logs:K,metrics:I,migrations:_,organizations:U,pitr:te,mail:se,payments:re,permissions:J,queues:ee,realtime:ie,rls:Be,schedule:me,schema:ve,security:xe,settings:Le,sql:L,traces:Q,storageRules:X,users:pe,vectors:le,workflows:ge},t[93]=P,t[94]=C,t[95]=N,t[96]=R,t[97]=E,t[98]=T,t[99]=k,t[100]=w,t[101]=M,t[102]=V,t[103]=W,t[104]=D,t[105]=H,t[106]=$,t[107]=G,t[108]=K,t[109]=I,t[110]=_,t[111]=U,t[112]=te,t[113]=se,t[114]=re,t[115]=J,t[116]=ee,t[117]=ie,t[118]=Be,t[119]=me,t[120]=ve,t[121]=xe,t[122]=Le,t[123]=L,t[124]=Q,t[125]=X,t[126]=pe,t[127]=le,t[128]=ge,t[129]=h,t[130]=f,t[131]=v,t[132]=x,t[133]=b,t[134]=be):be=t[134];let ne=be,Je={advisors:e("Advisors"),auth:e("Auth"),database:e("Database"),functions:e("Functions"),observability:e("Observability"),operations:e("Operations"),overview:e("Overview"),settings:e("Settings"),storage:e("Storage")},Re;t[135]!==e?(Re=e("Inspect agent threads, message timelines, tool calls, and token usage."),t[135]=e,t[136]=Re):Re=t[136];let Se;t[137]!==e?(Se=e("Usage and latency from Analytics Engine \u2014 request volume, p50/p95, and hot shards."),t[137]=e,t[138]=Se):Se=t[138];let Ne;t[139]!==e?(Ne=e("Interactive OpenAPI reference and copy-paste snippets for your functions."),t[139]=e,t[140]=Ne):Ne=t[140];let Ee;t[141]!==e?(Ee=e("A durable log of admin state-changing operations."),t[141]=e,t[142]=Ee):Ee=t[142];let Te;t[143]!==e?(Te=e("Enabled plugins and session config (read-only)."),t[143]=e,t[144]=Te):Te=t[144];let we;t[145]!==e?(we=e("Browse and revoke active sessions across all users."),t[145]=e,t[146]=we):we=t[146];let ke;t[147]!==e?(ke=e("Live Cloudflare Containers \u2014 current lifecycle state per instance from the log stream."),t[147]=e,t[148]=ke):ke=t[148];let Me;t[149]!==e?(Me=e("Chart widgets backed by saved read-only SQL queries."),t[149]=e,t[150]=Me):Me=t[150];let Oe;t[151]!==e?(Oe=e("Browse and edit rows across your shard and global tables."),t[151]=e,t[152]=Oe):Oe=t[152];let Ue;t[153]!==e?(Ue=e("Forward logs to Logpush, Tail Workers, or a webhook collector."),t[153]=e,t[154]=Ue):Ue=t[154];let _e;t[155]!==e?(_e=e("Export a shard to NDJSON, or import rows from it."),t[155]=e,t[156]=_e):_e=t[156];let ze;t[157]!==e?(ze=e("Realtime fan-out cost and per-topic subscriber counts for this shard."),t[157]=e,t[158]=ze):ze=t[158];let We;t[159]!==e?(We=e("Browse objects in your R2 storage buckets."),t[159]=e,t[160]=We):We=t[160];let Ze;t[161]!==e?(Ze=e("Inspect feature flags and their live evaluation under a targeting context."),t[161]=e,t[162]=Ze):Ze=t[162];let qe;t[163]!==e?(qe=e("Run registered queries, mutations, and actions."),t[163]=e,t[164]=qe):qe=t[164];let Ge;t[165]!==e?(Ge=e("At-a-glance connection, error, and shard signals."),t[165]=e,t[166]=Ge):Ge=t[166];let Ke;t[167]!==e?(Ke=e("Connection, health, and advisor summary for your deployment."),t[167]=e,t[168]=Ke):Ke=t[168];let at;t[169]!==e?(at=e("Surface slow functions, error spikes, and cache problems."),t[169]=e,t[170]=at):at=t[170];let Qe;t[171]!==e?(Qe=e("Grouped error triage \u2014 Worker throws and container crashes folded by fingerprint."),t[171]=e,t[172]=Qe):Qe=t[172];let he;t[173]!==e?(he=e("A live stream of recent function logs."),t[173]=e,t[174]=he):he=t[174];let Ye;t[175]!==e?(Ye=e("Per-shard health and aggregate metrics."),t[175]=e,t[176]=Ye):Ye=t[176];let Xe;t[177]!==e?(Xe=e("Review migration status and run them."),t[177]=e,t[178]=Xe):Xe=t[178];let Ie;t[179]!==e?(Ie=e("Browse and manage organizations, members, and invitations."),t[179]=e,t[180]=Ie):Ie=t[180];let et;t[181]!==e?(et=e("Restore a shard to a point in the last 30 days."),t[181]=e,t[182]=et):et=t[182];let De;t[183]!==e?(De=e("Email your app sent, captured in dev."),t[183]=e,t[184]=De):De=t[184];let tt;t[185]!==e?(tt=e("Synced customers, subscriptions, and webhook events."),t[185]=e,t[186]=tt):tt=t[186];let Ae;t[187]!==e?(Ae=e("Inspect access policies per table, and probe a function as any identity."),t[187]=e,t[188]=Ae):Ae=t[188];let ot;t[189]!==e?(ot=e("Inspect declared Cloudflare Queues \u2014 their producer bindings, consumer mode, and dead-letter queue."),t[189]=e,t[190]=ot):ot=t[190];let Ve;t[191]!==e?(Ve=e("Active WebSocket subscriptions on this shard."),t[191]=e,t[192]=Ve):Ve=t[192];let Tt;t[193]!==e?(Tt=e("Inspect row-level-security policies and roles, per table."),t[193]=e,t[194]=Tt):Tt=t[194];let wt;t[195]!==e?(wt=e("Inspect and cancel scheduled jobs."),t[195]=e,t[196]=wt):wt=t[196];let kt;t[197]!==e?(kt=e("Inspect each table and its columns."),t[197]=e,t[198]=kt):kt=t[198];let Mt;t[199]!==e?(Mt=e("Review admin gates, credentials, and log redaction."),t[199]=e,t[200]=Mt):Mt=t[200];let Ot;t[201]!==e?(Ot=e("Read-only deployment config \u2014 vars, secrets, and bindings."),t[201]=e,t[202]=Ot):Ot=t[202];let _t;t[203]!==e?(_t=e("Run read-only SQL against a shard."),t[203]=e,t[204]=_t):_t=t[204];let It;t[205]!==e?(It=e("Browse and edit key-value pairs in your Workers KV namespaces."),t[205]=e,t[206]=It):It=t[206];let Dt;t[207]!==e?(Dt=e("Inspect storage access rules \u2014 per bucket, operation, and key prefix."),t[207]=e,t[208]=Dt):Dt=t[208];let At;t[209]!==e?(At=e("Recent ctx.trace waterfalls for this shard \u2014 the drill-down from a log line."),t[209]=e,t[210]=At):At=t[210];let Vt;t[211]!==e?(Vt=e("Manage auth users \u2014 roles, bans, sessions, and identity."),t[211]=e,t[212]=Vt):Vt=t[212];let Bt;t[213]!==e?(Bt=e("Browse Vectorize indexes and run similarity searches."),t[213]=e,t[214]=Bt):Bt=t[214];let Lt;t[215]!==e?(Lt=e("Inspect declared Cloudflare Workflows and their bindings."),t[215]=e,t[216]=Lt):Lt=t[216];let _o;t[217]!==Re||t[218]!==Se||t[219]!==Ne||t[220]!==Ee||t[221]!==Te||t[222]!==we||t[223]!==ke||t[224]!==Me||t[225]!==Oe||t[226]!==Ue||t[227]!==_e||t[228]!==ze||t[229]!==We||t[230]!==Ze||t[231]!==qe||t[232]!==Ge||t[233]!==Ke||t[234]!==at||t[235]!==Qe||t[236]!==he||t[237]!==Ye||t[238]!==Xe||t[239]!==Ie||t[240]!==et||t[241]!==De||t[242]!==tt||t[243]!==Ae||t[244]!==ot||t[245]!==Ve||t[246]!==Tt||t[247]!==wt||t[248]!==kt||t[249]!==Mt||t[250]!==Ot||t[251]!==_t||t[252]!==It||t[253]!==Dt||t[254]!==At||t[255]!==Vt||t[256]!==Bt||t[257]!==Lt?(_o={agents:Re,analytics:Se,api:Ne,audit:Ee,authConfig:Te,authSessions:we,containers:ke,dashboards:Me,data:Oe,drains:Ue,export:_e,fanout:ze,files:We,flags:Ze,functions:qe,health:Ge,home:Ke,insights:at,issues:Qe,logs:he,metrics:Ye,migrations:Xe,organizations:Ie,pitr:et,mail:De,payments:tt,permissions:Ae,queues:ot,realtime:Ve,rls:Tt,schedule:wt,schema:kt,security:Mt,settings:Ot,sql:_t,kv:It,storageRules:Dt,traces:At,users:Vt,vectors:Bt,workflows:Lt},t[217]=Re,t[218]=Se,t[219]=Ne,t[220]=Ee,t[221]=Te,t[222]=we,t[223]=ke,t[224]=Me,t[225]=Oe,t[226]=Ue,t[227]=_e,t[228]=ze,t[229]=We,t[230]=Ze,t[231]=qe,t[232]=Ge,t[233]=Ke,t[234]=at,t[235]=Qe,t[236]=he,t[237]=Ye,t[238]=Xe,t[239]=Ie,t[240]=et,t[241]=De,t[242]=tt,t[243]=Ae,t[244]=ot,t[245]=Ve,t[246]=Tt,t[247]=wt,t[248]=kt,t[249]=Mt,t[250]=Ot,t[251]=_t,t[252]=It,t[253]=Dt,t[254]=At,t[255]=Vt,t[256]=Bt,t[257]=Lt,t[258]=_o):_o=t[258];let bi=_o,Io;t[259]!==o?(Io=a(it=>{He(o({to:`/${it.currentTarget.dataset.tab??""}`}))},"t89"),t[259]=o,t[260]=Io):Io=t[260];let yi=Io,Do,Ao;t[261]!==n||t[262]!==ne?(Do=a(()=>{typeof document<"u"&&(document.title=`${ne[n]} \xB7 lunora`)},"t90"),Ao=[n,ne],t[261]=n,t[262]=ne,t[263]=Do,t[264]=Ao):(Do=t[263],Ao=t[264]),(0,q.useEffect)(Do,Ao);let Pi=u.find(it=>it.tabs.includes(n))??ri[0],zs=u.flatMap(it=>it.tabs.map(zo=>({group:Je[it.key],label:ne[zo],to:`/${zo}`}))),Ft=(0,q.use)(hi),Ci=Ft!==null&&Ft.token!=="",Vo;t[265]!==zs?(Vo=(0,i.jsxDEV)(ei,{items:zs},void 0,!1),t[265]=zs,t[266]=Vo):Vo=t[266];let Bo;t[267]===Symbol.for("react.memo_cache_sentinel")?(Bo=(0,i.jsxDEV)(Jl,{className:"-ms-1"},void 0,!1),t[267]=Bo):Bo=t[267];let Ht;t[268]!==e?(Ht=e("Breadcrumb"),t[268]=e,t[269]=Ht):Ht=t[269];let Ws=Je[Pi.key],$t;t[270]!==Ws?($t=(0,i.jsxDEV)("span",{className:"text-muted-foreground",children:Ws},void 0,!1),t[270]=Ws,t[271]=$t):$t=t[271];let Lo;t[272]===Symbol.for("react.memo_cache_sentinel")?(Lo=(0,i.jsxDEV)("svg",{"aria-hidden":"true",className:"size-3.5 text-muted-foreground/60",fill:"none",stroke:"currentColor",strokeWidth:1.7,viewBox:"0 0 24 24",children:(0,i.jsxDEV)("path",{d:"m9 6 6 6-6 6",strokeLinecap:"round",strokeLinejoin:"round"},void 0,!1)},void 0,!1),t[272]=Lo):Lo=t[272];let Zs=ne[n],jt;t[273]!==Zs?(jt=(0,i.jsxDEV)("span",{className:"font-medium text-foreground",children:Zs},void 0,!1),t[273]=Zs,t[274]=jt):jt=t[274];let Ut;t[275]!==Ht||t[276]!==$t||t[277]!==jt?(Ut=(0,i.jsxDEV)("nav",{"aria-label":Ht,className:"flex items-center gap-1.5 text-[13px]",children:[$t,Lo,jt]},void 0,!0),t[275]=Ht,t[276]=$t,t[277]=jt,t[278]=Ut):Ut=t[278];let Fo;t[279]===Symbol.for("react.memo_cache_sentinel")?(Fo=(0,i.jsxDEV)("svg",{"aria-hidden":"true",className:"size-3.5",fill:"none",stroke:"currentColor",strokeWidth:1.8,viewBox:"0 0 24 24",children:[(0,i.jsxDEV)("circle",{cx:"11",cy:"11",r:"7"},void 0,!1),(0,i.jsxDEV)("path",{d:"m21 21-4.3-4.3",strokeLinecap:"round"},void 0,!1)]},void 0,!0),t[279]=Fo):Fo=t[279];let zt;t[280]!==e?(zt=e("Search\u2026"),t[280]=e,t[281]=zt):zt=t[281];let Ho;t[282]===Symbol.for("react.memo_cache_sentinel")?(Ho=(0,i.jsxDEV)("kbd",{className:"ms-auto rounded border border-border bg-background px-1 font-sans text-[10px] text-muted-foreground",children:"\u2318K"},void 0,!1),t[282]=Ho):Ho=t[282];let Wt;t[283]!==zt?(Wt=(0,i.jsxDEV)("button",{className:"mx-auto hidden h-8 w-72 items-center gap-2 rounded-lg border border-border bg-muted/40 px-3 text-xs text-muted-foreground transition-colors hover:bg-muted md:flex","data-testid":"dash-app-search",onClick:Xa,type:"button",children:[Fo,zt,Ho]},void 0,!0),t[283]=zt,t[284]=Wt):Wt=t[284];let $o;t[285]===Symbol.for("react.memo_cache_sentinel")?($o=(0,i.jsxDEV)("div",{className:"ms-auto flex items-center gap-1.5 md:ms-0",children:(0,i.jsxDEV)(Al,{},void 0,!1)},void 0,!1),t[285]=$o):$o=t[285];let Zt;t[286]!==Ut||t[287]!==Wt?(Zt=(0,i.jsxDEV)("header",{className:"flex h-11 shrink-0 items-center gap-2 border-b border-border px-4","data-testid":"dash-app-header",children:[Bo,Ut,Wt,$o]},void 0,!0),t[286]=Ut,t[287]=Wt,t[288]=Zt):Zt=t[288];let qt;t[289]!==Ft?.rulesInstalled?(qt=Ft?.rulesInstalled===!1&&(0,i.jsxDEV)(kl,{},void 0,!1),t[289]=Ft?.rulesInstalled,t[290]=qt):qt=t[290];let qs=`dash-tab-${n}`,Gs=d?"flex min-w-0 flex-1 flex-col overflow-hidden":"min-w-0 flex-1 overflow-auto p-6",Ks=ne[n],Gt;t[291]!==e||t[292]!==Ks?(Gt=e("{title} failed",{title:Ks}),t[291]=e,t[292]=Ks,t[293]=Gt):Gt=t[293];let Qs=ne[n],Kt;t[294]!==e?(Kt=e("Try again"),t[294]=e,t[295]=Kt):Kt=t[295];let jo;t[296]===Symbol.for("react.memo_cache_sentinel")?(jo=(0,i.jsxDEV)(q.Suspense,{fallback:(0,i.jsxDEV)(xi,{},void 0,!1),children:(0,i.jsxDEV)(Jr,{},void 0,!1)},void 0,!1),t[296]=jo):jo=t[296];let Qt;t[297]!==n||t[298]!==Gt||t[299]!==Qs||t[300]!==Kt?(Qt=(0,i.jsxDEV)(hs,{fallbackTitle:Gt,label:Qs,retryLabel:Kt,children:jo},n,!1),t[297]=n,t[298]=Gt,t[299]=Qs,t[300]=Kt,t[301]=Qt):Qt=t[301];let Yt;t[302]!==Gs||t[303]!==Qt?(Yt=(0,i.jsxDEV)("div",{className:Gs,children:Qt},void 0,!1),t[302]=Gs,t[303]=Qt,t[304]=Yt):Yt=t[304];let Jt;t[305]!==qs||t[306]!==Yt?(Jt=(0,i.jsxDEV)("div",{"aria-labelledby":qs,className:"flex min-w-0 flex-1 flex-col overflow-hidden","data-testid":"dash-panel",id:"dash-panel",role:"tabpanel",children:Yt},void 0,!1),t[305]=qs,t[306]=Yt,t[307]=Jt):Jt=t[307];let Uo;return t[308]!==Zt||t[309]!==qt||t[310]!==Jt?(Uo=(0,i.jsxDEV)(Xl,{className:"overflow-hidden md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow-sm",children:[Zt,qt,Jt]},void 0,!0),t[308]=Zt,t[309]=qt,t[310]=Jt,t[311]=Uo):Uo=t[311],(0,i.jsxDEV)(Ql,{className:"min-h-0 flex-1","data-testid":"lunora-studio",children:[Vo,(0,i.jsxDEV)(od,{chrome:Ft,connected:Ci,current:n,groupLabel:Je,groups:u,selectTab:yi,tabDescription:bi,tabLabel:ne},void 0,!1),Uo]},void 0,!0)},"StudioLayout"),rd=a(t=>{let e=(0,B.c)(5),{initialShardKey:o,schemaEditable:s}=t,r;e[0]===Symbol.for("react.memo_cache_sentinel")?(r={strict:!1},e[0]=r):r=e[0];let n=Qr(r),{table:l}=n,d=typeof l=="string"?l:void 0,p;return e[1]!==o||e[2]!==d||e[3]!==s?(p=(0,i.jsxDEV)(Hc,{initialShardKey:o,initialTable:d,schemaEditable:s},void 0,!1),e[1]=o,e[2]=d,e[3]=s,e[4]=p):p=e[4],p},"SchemaRoutePanel"),nd=a(()=>{let t=(0,B.c)(3),e=ft(),o,s;return t[0]!==e?(o=a(()=>{He(e({replace:!0,to:"/home"}))},"t0"),s=[e],t[0]=e,t[1]=o,t[2]=s):(o=t[1],s=t[2]),(0,q.useEffect)(o,s),null},"NotFoundRedirect"),ad=a(({basePath:t,dataEditable:e=!1,functions:o,initialShardKey:s,openApiSpec:r,openRpcSpec:n,runAsIdentity:l=!1,schemaEditable:d=!1,scheduledCancel:p,scheduledCron:c,scheduledLoad:u})=>{let g=Yr({component:sd}),m={agents:(0,i.jsxDEV)(dc,{initialShardKey:s},void 0,!1),analytics:(0,i.jsxDEV)(pc,{},void 0,!1),api:(0,i.jsxDEV)(uc,{functions:o,initialShardKey:s,openApiSpec:r,openRpcSpec:n},void 0,!1),audit:(0,i.jsxDEV)(Ec,{initialShardKey:s},void 0,!1),authConfig:(0,i.jsxDEV)(fc,{},void 0,!1),authSessions:(0,i.jsxDEV)(mc,{},void 0,!1),containers:(0,i.jsxDEV)(vc,{},void 0,!1),dashboards:(0,i.jsxDEV)(Vc,{initialShardKey:s},void 0,!1),data:(0,i.jsxDEV)(xc,{editable:e,initialShardKey:s},void 0,!1),drains:(0,i.jsxDEV)(Tc,{},void 0,!1),export:(0,i.jsxDEV)(bc,{initialShardKey:s},void 0,!1),fanout:(0,i.jsxDEV)(Bc,{initialShardKey:s},void 0,!1),files:(0,i.jsxDEV)(Uc,{},void 0,!1),kv:(0,i.jsxDEV)(_c,{},void 0,!1),flags:(0,i.jsxDEV)(Cc,{initialShardKey:s},void 0,!1),functions:(0,i.jsxDEV)("div",{className:"flex flex-col gap-8",children:[(0,i.jsxDEV)(Sc,{functions:o,initialShardKey:s},void 0,!1),(0,i.jsxDEV)(Rc,{functions:o,runAsIdentity:l},void 0,!1)]},void 0,!0),health:(0,i.jsxDEV)(Lc,{initialShardKey:s},void 0,!1),home:(0,i.jsxDEV)(Ka,{initialShardKey:s},void 0,!1),insights:(0,i.jsxDEV)(ic,{initialShardKey:s},void 0,!1),issues:(0,i.jsxDEV)(Nc,{initialShardKey:s},void 0,!1),logs:(0,i.jsxDEV)(wc,{initialShardKey:s},void 0,!1),traces:(0,i.jsxDEV)(Wc,{initialShardKey:s},void 0,!1),metrics:(0,i.jsxDEV)(Fc,{initialShardKey:s},void 0,!1),migrations:(0,i.jsxDEV)(yc,{initialShardKey:s},void 0,!1),organizations:(0,i.jsxDEV)(gc,{},void 0,!1),permissions:(0,i.jsxDEV)(Dc,{functions:o,runAsIdentity:l,schemaEditable:d},void 0,!1),pitr:(0,i.jsxDEV)(Pc,{initialShardKey:s},void 0,!1),mail:(0,i.jsxDEV)(kc,{},void 0,!1),payments:(0,i.jsxDEV)(Ic,{},void 0,!1),queues:(0,i.jsxDEV)(Ac,{},void 0,!1),realtime:(0,i.jsxDEV)(Oc,{initialShardKey:s},void 0,!1),rls:(0,i.jsxDEV)(lc,{},void 0,!1),schedule:(0,i.jsxDEV)(Mc,{loadCronJobs:c,scheduledCancel:p,scheduledLoad:u},void 0,!1),schema:(0,i.jsxDEV)(rd,{initialShardKey:s,schemaEditable:d},void 0,!1),security:(0,i.jsxDEV)(cc,{},void 0,!1),settings:(0,i.jsxDEV)($c,{initialShardKey:s},void 0,!1),sql:(0,i.jsxDEV)(jc,{initialShardKey:s},void 0,!1),storageRules:(0,i.jsxDEV)(zc,{},void 0,!1),users:(0,i.jsxDEV)(hc,{},void 0,!1),vectors:(0,i.jsxDEV)(Zc,{},void 0,!1),workflows:(0,i.jsxDEV)(qc,{},void 0,!1)},h=Zo({component:a(()=>m.home,"component"),getParentRoute:a(()=>g,"getParentRoute"),path:"/"}),f=vi.map(b=>b==="data"?Zo({component:a(()=>m[b],"component"),getParentRoute:a(()=>g,"getParentRoute"),path:`/${b}`,validateSearch:qn}):Zo({component:a(()=>m[b],"component"),getParentRoute:a(()=>g,"getParentRoute"),path:`/${b}`})),v=g.addChildren([h,...f]),x="window"in globalThis?Gr():Kr({initialEntries:["/home"]});return Xr({...t===void 0||t==="/"?{}:{basepath:t},defaultNotFoundComponent:nd,defaultPendingComponent:xi,defaultPendingMinMs:0,defaultPendingMs:0,history:x,routeTree:v})},"buildRouter"),id=a(t=>{let e=(0,B.c)(17),{basePath:o,chrome:s,dataEditable:r,functions:n,initialShardKey:l,openApiSpec:d,openRpcSpec:p,runAsIdentity:c,schemaEditable:u,scheduledCancel:g,scheduledCron:m,scheduledLoad:h}=t,f;e[0]!==o||e[1]!==r||e[2]!==n||e[3]!==l||e[4]!==d||e[5]!==p||e[6]!==c||e[7]!==g||e[8]!==m||e[9]!==h||e[10]!==u?(f=ad({basePath:o,dataEditable:r,functions:n,initialShardKey:l,openApiSpec:d,openRpcSpec:p,runAsIdentity:c,schemaEditable:u,scheduledCancel:g,scheduledCron:m,scheduledLoad:h}),e[0]=o,e[1]=r,e[2]=n,e[3]=l,e[4]=d,e[5]=p,e[6]=c,e[7]=g,e[8]=m,e[9]=h,e[10]=u,e[11]=f):f=e[11];let v=f,x=s??null,b;e[12]!==v?(b=(0,i.jsxDEV)(en,{router:v},void 0,!1),e[12]=v,e[13]=b):b=e[13];let P;return e[14]!==x||e[15]!==b?(P=(0,i.jsxDEV)(hi,{value:x,children:b},void 0,!1),e[14]=x,e[15]=b,e[16]=P):P=e[16],P},"StudioShell"),V0=a(t=>{let e=(0,B.c)(17),{basePath:o,chrome:s,dataEditable:r,functions:n,i18n:l,initialShardKey:d,locale:p,openApiSpec:c,openRpcSpec:u,runAsIdentity:g,schemaEditable:m,scheduledCancel:h,scheduledCron:f,scheduledLoad:v}=t,x;e[0]!==o||e[1]!==s||e[2]!==r||e[3]!==n||e[4]!==d||e[5]!==c||e[6]!==u||e[7]!==g||e[8]!==h||e[9]!==f||e[10]!==v||e[11]!==m?(x=(0,i.jsxDEV)(Pl,{children:(0,i.jsxDEV)(id,{basePath:o,chrome:s,dataEditable:r,functions:n,initialShardKey:d,openApiSpec:c,openRpcSpec:u,runAsIdentity:g,scheduledCancel:h,scheduledCron:f,scheduledLoad:v,schemaEditable:m},void 0,!1)},void 0,!1),e[0]=o,e[1]=s,e[2]=r,e[3]=n,e[4]=d,e[5]=c,e[6]=u,e[7]=g,e[8]=h,e[9]=f,e[10]=v,e[11]=m,e[12]=x):x=e[12];let b=x;if(l===void 0&&p===void 0)return b;let P;return e[13]!==l||e[14]!==p||e[15]!==b?(P=(0,i.jsxDEV)(Ja,{i18n:l,locale:p,children:b},void 0,!1),e[13]=l,e[14]=p,e[15]=b,e[16]=P):P=e[16],P},"Studio");function ld(t){return t.location.pathname}a(ld,"_temp");function cd(t){return t.tabs.length>0}a(cd,"_temp2");export{hs as a,Ja as b,yl as c,Cl as d,A0 as e,El as f,Bl as g,Hl as h,$l as i,jl as j,V0 as k};
@@ -1 +0,0 @@
1
- var _={assignIssue:"__lunora_admin__:assignIssue",clearCapturedMail:"__lunora_admin__:clearCapturedMail",clearQueueMessages:"__lunora_admin__:clearQueueMessages",clearTable:"__lunora_admin__:clearTable",createWorkflowInstance:"__lunora_admin__:createWorkflowInstance",deleteRows:"__lunora_admin__:deleteRows",describeTable:"__lunora_admin__:describeTable",describeTables:"__lunora_admin__:describeTables",exportShard:"__lunora_admin__:exportShard",facetColumn:"__lunora_admin__:facetColumn",getAdvisories:"__lunora_admin__:getAdvisories",getAuditLog:"__lunora_admin__:getAuditLog",getAuthMetrics:"__lunora_admin__:getAuthMetrics",getCapturedMail:"__lunora_admin__:getCapturedMail",getFanoutMetrics:"__lunora_admin__:getFanoutMetrics",getFunctionStats:"__lunora_admin__:getFunctionStats",getIssues:"__lunora_admin__:getIssues",listFlags:"__lunora_admin__:listFlags",listQueues:"__lunora_admin__:listQueues",listSubscriptions:"__lunora_admin__:listSubscriptions",listTableIndexes:"__lunora_admin__:listTableIndexes",listWorkflows:"__lunora_admin__:listWorkflows",getLogs:"__lunora_admin__:getLogs",getMetricSeries:"__lunora_admin__:getMetricSeries",getMetrics:"__lunora_admin__:getMetrics",getPitrBookmark:"__lunora_admin__:getPitrBookmark",getQueueMessages:"__lunora_admin__:getQueueMessages",getRequestLog:"__lunora_admin__:getRequestLog",getSecurityAudit:"__lunora_admin__:getSecurityAudit",getSettings:"__lunora_admin__:getSettings",getTraces:"__lunora_admin__:getTraces",getWorkflowInstanceStatus:"__lunora_admin__:getWorkflowInstanceStatus",ignoreIssue:"__lunora_admin__:ignoreIssue",importShard:"__lunora_admin__:importShard",listTables:"__lunora_admin__:listTables",maskPolicies:"__lunora_admin__:maskPolicies",migrationStatus:"__lunora_admin__:migrationStatus",pitrRestore:"__lunora_admin__:pitrRestore",readTablePage:"__lunora_admin__:readTablePage",replayQueueMessage:"__lunora_admin__:replayQueueMessage",resolveIssue:"__lunora_admin__:resolveIssue",rlsPolicies:"__lunora_admin__:rlsPolicies",runAs:"__lunora_admin__:runAs",runMigration:"__lunora_admin__:runMigration",runSql:"__lunora_admin__:runSql",sendQueueMessage:"__lunora_admin__:sendQueueMessage",sendTestMail:"__lunora_admin__:sendTestMail",setIssueSeverity:"__lunora_admin__:setIssueSeverity",storageOrphans:"__lunora_admin__:storageOrphans",storageReferences:"__lunora_admin__:storageReferences",storageRules:"__lunora_admin__:storageRules",studioFeatures:"__lunora_admin__:studioFeatures",writeRow:"__lunora_admin__:writeRow"};export{_ as a};
@@ -1 +0,0 @@
1
- import{a as le}from"./chunk-N7SVJOHN.js";import{a as oe}from"./chunk-WMDH2CIZ.js";import{a as se}from"./chunk-2K47A3P6.js";import{a as ae}from"./chunk-2ICZ6HXQ.js";import"./chunk-XNJNSCLM.js";import{b as Z}from"./chunk-2YUYNNHQ.js";import{a as re}from"./chunk-F2YMCQ6B.js";import{b as te}from"./chunk-4PC7IXNY.js";import"./chunk-2MLA6WFH.js";import{R as J}from"./chunk-VL23Y44O.js";import"./chunk-HV7G6DFP.js";import"./chunk-O3NAGRTR.js";import{b as G}from"./chunk-ZPP2KOR4.js";import"./chunk-CKSHCYGC.js";import{a as ee}from"./chunk-MHGJUKCZ.js";import"./chunk-C7UZEQZ7.js";import"./chunk-ZHVTQ37P.js";import"./chunk-3OA7PECS.js";import{a as X}from"./chunk-TAD43CG5.js";import{d as Q,q as Y}from"./chunk-HBGS4SEX.js";import"./chunk-ZXLEXF4X.js";import{a as S,e as q,f as de,g as ce,h as fe,j as z}from"./chunk-RRCPZMC2.js";var V=q(ce(),1),K=q(de(),1);var s=q(fe(),1);var me=.5,ne=S(o=>Math.min(100,Math.max(0,o)),"clampPercent"),ue=S((o,e)=>{if(!Number.isFinite(e)||e<=0)return{leftPercent:0,widthPercent:100};let r=ne(o.offsetMs/e*100),a=o.durationMs/e*100,t=Math.max(me,Math.min(ne(a),100-r));return{leftPercent:r,widthPercent:t}},"spanBar"),he=S((o,e)=>{let r=e.trim().toLowerCase();return r===""?[...o]:o.filter(a=>a.rootName.toLowerCase().includes(r)||a.functionPath.toLowerCase().includes(r))},"filterTraces"),U=S(o=>Number.isFinite(o)?o>0&&o<1?`${o.toFixed(2)}ms`:`${String(Math.round(o))}ms`:"\u2014","formatSpanDuration"),pe=14,ge=S(o=>Array.isArray(o?.traces)?o.traces:[],"tracesOf"),ve=S(o=>{let e=(0,V.c)(50),{span:r,traceDurationMs:a}=o,t=Q(),f;e[0]!==r||e[1]!==a?(f=ue(r,a),e[0]=r,e[1]=a,e[2]=f):f=e[2];let{leftPercent:u,widthPercent:_}=f,k;e[3]!==r.attributes?(k=le(r.attributes),e[3]=r.attributes,e[4]=k):k=e[4];let T=k,M=r.depth*pe,h;e[5]!==M?(h={paddingLeft:M},e[5]=M,e[6]=h):h=e[6];let x=h,b=`${String(u)}%`,n=`${String(_)}%`,l;e[7]!==b||e[8]!==n?(l={left:b,width:n},e[7]=b,e[8]=n,e[9]=l):l=e[9];let p=l,I=r.depth,i;e[10]!==r.ok||e[11]!==t?(i=r.ok?null:(0,s.jsxDEV)("span",{"aria-label":t("Errored span"),className:"mr-1 text-destructive","data-testid":"tr-span-error",role:"img",children:"\u25CF"},void 0,!1),e[10]=r.ok,e[11]=t,e[12]=i):i=e[12];let w;e[13]!==x||e[14]!==r.name||e[15]!==i?(w=(0,s.jsxDEV)("span",{className:"w-56 shrink-0 truncate",role:"gridcell",style:x,title:r.name,children:[i,r.name]},void 0,!0),e[13]=x,e[14]=r.name,e[15]=i,e[16]=w):w=e[16];let d;e[17]!==r.durationMs||e[18]!==r.offsetMs||e[19]!==t?(d=t("starts {offset} in, runs {duration}",{duration:U(r.durationMs),offset:U(r.offsetMs)}),e[17]=r.durationMs,e[18]=r.offsetMs,e[19]=t,e[20]=d):d=e[20];let N=r.ok?"bg-primary/70":"bg-destructive",c;e[21]!==N?(c=z("absolute inset-y-0 rounded-sm",N),e[21]=N,e[22]=c):c=e[22];let g;e[23]!==p||e[24]!==u||e[25]!==c||e[26]!==_?(g=(0,s.jsxDEV)("span",{className:c,"data-left":u,"data-testid":"tr-span-bar","data-width":_,style:p},void 0,!1),e[23]=p,e[24]=u,e[25]=c,e[26]=_,e[27]=g):g=e[27];let y;e[28]!==d||e[29]!==g?(y=(0,s.jsxDEV)("span",{"aria-label":d,className:"relative h-3 flex-1 overflow-hidden rounded-sm bg-muted",role:"gridcell",children:g},void 0,!1),e[28]=d,e[29]=g,e[30]=y):y=e[30];let m;e[31]!==r.durationMs?(m=U(r.durationMs),e[31]=r.durationMs,e[32]=m):m=e[32];let v;e[33]!==m?(v=(0,s.jsxDEV)("span",{className:"w-16 shrink-0 text-right tabular-nums text-muted-foreground",role:"gridcell",children:m},void 0,!1),e[33]=m,e[34]=v):v=e[34];let E;e[35]!==r.error?(E=r.error===void 0?null:(0,s.jsxDEV)("span",{className:"text-destructive","data-testid":"tr-span-error-message",title:r.error.message,children:`${r.error.type}: ${r.error.message}`},void 0,!1),e[35]=r.error,e[36]=E):E=e[36];let P;e[37]!==E?(P=(0,s.jsxDEV)("span",{className:"w-64 shrink-0 truncate text-muted-foreground",role:"gridcell",children:E},void 0,!1),e[37]=E,e[38]=P):P=e[38];let A;e[39]!==T?(A=T===""?null:(0,s.jsxDEV)("span",{"data-testid":"tr-span-attributes",title:T,children:T},void 0,!1),e[39]=T,e[40]=A):A=e[40];let C;e[41]!==A?(C=(0,s.jsxDEV)("span",{className:"w-64 shrink-0 truncate text-muted-foreground",role:"gridcell",children:A},void 0,!1),e[41]=A,e[42]=C):C=e[42];let $;return e[43]!==r.depth||e[44]!==w||e[45]!==y||e[46]!==v||e[47]!==P||e[48]!==C?($=(0,s.jsxDEV)("div",{className:"flex items-center gap-2 border-b border-border px-3 py-1.5 font-mono text-xs last:border-b-0 hover:bg-muted/50","data-depth":I,"data-testid":"tr-span-row",role:"row",children:[w,y,v,P,C]},void 0,!0),e[43]=r.depth,e[44]=w,e[45]=y,e[46]=v,e[47]=P,e[48]=C,e[49]=$):$=e[49],$},"SpanRow"),xe=S(o=>{let e=(0,V.c)(50),{expanded:r,onToggle:a,trace:t}=o,f=Q(),u;e[0]!==a||e[1]!==t.traceId?(u=S(()=>{a(t.traceId)},"t1"),e[0]=a,e[1]=t.traceId,e[2]=u):u=e[2];let _=u,k=`tr-row-${t.traceId}`,T=`tr-waterfall-${t.traceId}`,M=`tr-toggle-${t.traceId}`,h=r?"\u25BE":"\u25B8",x;e[3]!==h?(x=(0,s.jsxDEV)("span",{"aria-hidden":"true",className:"w-3 shrink-0 text-xs text-muted-foreground",children:h},void 0,!1),e[3]=h,e[4]=x):x=e[4];let b;e[5]!==t.rootName?(b=(0,s.jsxDEV)("span",{className:"w-56 shrink-0 truncate text-sm font-medium",title:t.rootName,children:t.rootName},void 0,!1),e[5]=t.rootName,e[6]=b):b=e[6];let n;e[7]!==t.functionPath?(n=(0,s.jsxDEV)("span",{className:"w-48 shrink-0 truncate font-mono text-xs text-muted-foreground",title:t.functionPath,children:t.functionPath},void 0,!1),e[7]=t.functionPath,e[8]=n):n=e[8];let l;e[9]!==t.durationMs?(l=U(t.durationMs),e[9]=t.durationMs,e[10]=l):l=e[10];let p;e[11]!==l?(p=(0,s.jsxDEV)("span",{className:"w-20 shrink-0 text-right font-mono text-xs tabular-nums text-muted-foreground",children:l},void 0,!1),e[11]=l,e[12]=p):p=e[12];let I;e[13]!==f||e[14]!==t.spans.length?(I=f("{count} spans",{count:t.spans.length}),e[13]=f,e[14]=t.spans.length,e[15]=I):I=e[15];let i;e[16]!==I?(i=(0,s.jsxDEV)("span",{className:"w-20 shrink-0 text-right font-mono text-xs tabular-nums text-muted-foreground",children:I},void 0,!1),e[16]=I,e[17]=i):i=e[17];let w=t.ok?"secondary":"destructive",d;e[18]!==f||e[19]!==t.ok?(d=t.ok?f("ok"):f("error"),e[18]=f,e[19]=t.ok,e[20]=d):d=e[20];let N;e[21]!==w||e[22]!==d?(N=(0,s.jsxDEV)("span",{className:"shrink-0",children:(0,s.jsxDEV)(G,{variant:w,children:d},void 0,!1)},void 0,!1),e[21]=w,e[22]=d,e[23]=N):N=e[23];let c;e[24]!==t.startTs?(c=Y(t.startTs),e[24]=t.startTs,e[25]=c):c=e[25];let g;e[26]!==c?(g=(0,s.jsxDEV)("span",{className:"flex-1 truncate text-right font-mono text-xs tabular-nums text-muted-foreground",children:c},void 0,!1),e[26]=c,e[27]=g):g=e[27];let y;e[28]!==r||e[29]!==_||e[30]!==p||e[31]!==i||e[32]!==N||e[33]!==g||e[34]!==T||e[35]!==M||e[36]!==x||e[37]!==b||e[38]!==n?(y=(0,s.jsxDEV)("button",{"aria-controls":T,"aria-expanded":r,className:"flex w-full items-center gap-3 px-3 py-2 text-left hover:bg-muted/50","data-testid":M,onClick:_,type:"button",children:[x,b,n,p,i,N,g]},void 0,!0),e[28]=r,e[29]=_,e[30]=p,e[31]=i,e[32]=N,e[33]=g,e[34]=T,e[35]=M,e[36]=x,e[37]=b,e[38]=n,e[39]=y):y=e[39];let m;e[40]!==r||e[41]!==f||e[42]!==t.durationMs||e[43]!==t.spans||e[44]!==t.traceId?(m=r&&(0,s.jsxDEV)("div",{"aria-label":f("Trace waterfall"),className:"bg-muted/20","data-testid":`tr-waterfall-${t.traceId}`,id:`tr-waterfall-${t.traceId}`,role:"grid",children:t.spans.map(E=>(0,s.jsxDEV)(ve,{span:E,traceDurationMs:t.durationMs},E.spanId,!1))},void 0,!1),e[40]=r,e[41]=f,e[42]=t.durationMs,e[43]=t.spans,e[44]=t.traceId,e[45]=m):m=e[45];let v;return e[46]!==y||e[47]!==m||e[48]!==k?(v=(0,s.jsxDEV)("div",{className:"border-b border-border last:border-b-0","data-testid":k,children:[y,m]},void 0,!0),e[46]=y,e[47]=m,e[48]=k,e[49]=v):v=e[49],v},"TraceRow"),Ae=S(o=>{let e=(0,V.c)(43),{initialShardKey:r}=o,a=Q(),[t,f]=(0,K.useState)(r??""),[u,_]=(0,K.useState)(""),[k,T]=(0,K.useState)(be),M;e[0]!==t?(M=t.trim(),e[0]=t,e[1]=M):M=e[1];let h=se(M,400),x;e[2]===Symbol.for("react.memo_cache_sentinel")?(x={},e[2]=x):x=e[2];let b;e[3]!==h?(b={live:!0,shardKey:h},e[3]=h,e[4]=b):b=e[4];let{data:n,error:l,errorSource:p,isLoading:I,liveError:i}=Z(ee.getTraces,x,b),w,d;e[5]!==n||e[6]!==h?(w=S(()=>{n!==void 0&&te(h)},"t4"),d=[n,h],e[5]=n,e[6]=h,e[7]=w,e[8]=d):(w=e[7],d=e[8]),(0,K.useEffect)(w,d);let N;if(e[9]!==n||e[10]!==l||e[11]!==p||e[12]!==k||e[13]!==I||e[14]!==i||e[15]!==u||e[16]!==t||e[17]!==a){let c=ge(n),g=n?.total??c.length,y=g>c.length,m=he(c,u),v;e[19]===Symbol.for("react.memo_cache_sentinel")?(v=S(L=>{_(L.target.value)},"t7"),e[19]=v):v=e[19];let E=v,P;e[20]===Symbol.for("react.memo_cache_sentinel")?(P=S(L=>{T(ie=>{let H=new Set(ie);return H.has(L)?H.delete(L):H.add(L),H})},"t8"),e[20]=P):P=e[20];let A=P,C=l===null&&m.length===0&&!I,$;e[21]!==t?($=(0,s.jsxDEV)(re,{onChange:f,testId:"tr-shard-input",value:t},void 0,!1),e[21]=t,e[22]=$):$=e[22];let R;e[23]!==a?(R=a("Search traces"),e[23]=a,e[24]=R):R=e[24];let B;e[25]!==a?(B=a("search trace or function"),e[25]=a,e[26]=B):B=e[26];let D;e[27]!==u||e[28]!==R||e[29]!==B?(D=(0,s.jsxDEV)(J,{"aria-label":R,className:"h-8 w-56","data-testid":"tr-search",onChange:E,placeholder:B,value:u},void 0,!1),e[27]=u,e[28]=R,e[29]=B,e[30]=D):D=e[30];let F;e[31]!==i?(F=(0,s.jsxDEV)(oe,{message:i,prefix:"tr"},void 0,!1),e[31]=i,e[32]=F):F=e[32];let j;e[33]!==D||e[34]!==F||e[35]!==$?(j=(0,s.jsxDEV)("div",{className:"flex flex-wrap items-center gap-2",children:[$,D,F]},void 0,!0),e[33]=D,e[34]=F,e[35]=$,e[36]=j):j=e[36];let O;e[37]!==l||e[38]!==p?(O=l!==null&&(0,s.jsxDEV)(ae,{error:p,testId:"tr-error"},void 0,!1),e[37]=l,e[38]=p,e[39]=O):O=e[39];let W;e[40]!==C||e[41]!==a?(W=C&&(0,s.jsxDEV)(X,{description:a("Traces recorded with ctx.trace show up here as your app handles traffic. The span buffer resets when the shard hibernates."),icon:(0,s.jsxDEV)("svg",{"aria-hidden":"true",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.6,viewBox:"0 0 24 24",children:(0,s.jsxDEV)("path",{d:"M4 6h10M7 12h13M10 18h7"},void 0,!1)},void 0,!1),testId:"tr-empty",title:a("No traces")},void 0,!1),e[40]=C,e[41]=a,e[42]=W):W=e[42],N=(0,s.jsxDEV)("div",{className:"flex flex-col gap-4","data-testid":"lunora-traces-panel",children:[j,O,W,l===null&&y&&(0,s.jsxDEV)("p",{className:"text-xs text-muted-foreground","data-testid":"tr-truncated",children:a("Showing the {shown} most recent of {total} traces in the buffer.",{shown:c.length,total:g})},void 0,!1),l===null&&m.length>0&&(0,s.jsxDEV)("div",{"aria-label":a("Recent traces"),className:"overflow-hidden rounded-xl border border-border shadow-xs","data-testid":"tr-list",children:m.map(L=>(0,s.jsxDEV)(xe,{expanded:k.has(L.traceId),onToggle:A,trace:L},L.traceId,!1))},void 0,!1)]},void 0,!0),e[9]=n,e[10]=l,e[11]=p,e[12]=k,e[13]=I,e[14]=i,e[15]=u,e[16]=t,e[17]=a,e[18]=N}else N=e[18];return N},"TracesPanel");function be(){return new Set}S(be,"_temp");export{Ae as TracesPanel};