@isardsat/editorial-admin 6.8.0 → 6.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/build/client/assets/ColorPicker-IW3vBXSN.js +1 -0
  2. package/build/client/assets/FilePicker-CH7xRnml.js +1 -0
  3. package/build/client/assets/{Loading-BsRbgW--.js → Loading-Cmzaj2IX.js} +1 -1
  4. package/build/client/assets/URLInput-DY9DAWXz.js +1 -0
  5. package/build/client/assets/{authSlice-tIqx9OEB.js → authSlice-FAgJOb9-.js} +1 -1
  6. package/build/client/assets/{button-BGHUMWDX.js → button-CLU225WL.js} +1 -1
  7. package/build/client/assets/{dashboard-BgukdHmI.js → dashboard-BwSPRYBU.js} +1 -1
  8. package/build/client/assets/{dashboard._collection-C3PwVUY_.js → dashboard._collection-BXUAkXwc.js} +1 -1
  9. package/build/client/assets/dashboard._collection._document-CKuSzavZ.js +1 -0
  10. package/build/client/assets/dashboard._collection.new-CWsiV8RQ.js +1 -0
  11. package/build/client/assets/{dashboard._layout-C7VDt_lg.js → dashboard._layout-BX8LOtqt.js} +1 -1
  12. package/build/client/assets/{dashboard.files-NMQ4Pzxd.js → dashboard.files-Bhpq4xHl.js} +1 -1
  13. package/build/client/assets/{date-picker-CSMApwxu.js → date-picker-C8mstx6s.js} +1 -1
  14. package/build/client/assets/datetime-picker-CwN-yGpq.js +1 -0
  15. package/build/client/assets/{files-Qh5oy2Yj.js → files-etseKA58.js} +1 -1
  16. package/build/client/assets/home-ZqyM7LCx.js +1 -0
  17. package/build/client/assets/{index-g23Or4wZ.js → index-B21y1sd-.js} +1 -1
  18. package/build/client/assets/{index-DO7DtA1Q.js → index-BeLOjj93.js} +1 -1
  19. package/build/client/assets/{index-kynsXaDO.js → index-CLyLx4as.js} +1 -1
  20. package/build/client/assets/{index-CaJfqerH.js → index-Cac4seBf.js} +1 -1
  21. package/build/client/assets/{index-Bb8pHI6J.js → index-CeH3aQ97.js} +1 -1
  22. package/build/client/assets/{index-BDqB5AyL.js → index-Cia-K30j.js} +1 -1
  23. package/build/client/assets/{index-Ct_4ArX8.js → index-NRYqpySi.js} +1 -1
  24. package/build/client/assets/itemForm-C3gzE85l.js +15 -0
  25. package/build/client/assets/manifest-380af287.js +1 -0
  26. package/build/client/assets/{markdownEditor-BRduGGxR.js → markdownEditor-YV4cr9og.js} +1 -1
  27. package/build/client/assets/{popover-BhUEX64-.js → popover-XcLgQriX.js} +1 -1
  28. package/build/client/assets/{root-BJWxWRqp.js → root-CjEEsDjs.js} +1 -1
  29. package/build/client/assets/root-X7pK7w2T.css +1 -0
  30. package/build/client/assets/schemas-DZfv8pS7.js +26 -0
  31. package/build/client/assets/{utils-C_m54IzT.js → utils-CZqhhZtB.js} +1 -1
  32. package/build/client/index.html +2 -2
  33. package/package.json +4 -4
  34. package/build/client/assets/FilePicker-Dd0_TkEg.js +0 -1
  35. package/build/client/assets/URLInput-DAvqcRfP.js +0 -1
  36. package/build/client/assets/dashboard._collection._document-CC9YQNUJ.js +0 -1
  37. package/build/client/assets/dashboard._collection.new-BzhhS7bY.js +0 -1
  38. package/build/client/assets/datetime-picker-D57VpP_6.js +0 -1
  39. package/build/client/assets/home-B4RFD4yZ.js +0 -1
  40. package/build/client/assets/itemForm-CHorGD8x.js +0 -13
  41. package/build/client/assets/manifest-f0acaf83.js +0 -1
  42. package/build/client/assets/root-BctYpWwq.css +0 -1
  43. package/build/client/assets/types-CBu8yk7G.js +0 -6
@@ -0,0 +1 @@
1
+ import{a as i,p as c}from"./chunk-EF7DTUVF-CaKisB5m.js";function x(t){const e=t.match(/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/);if(!e)return"#000000";const s=Number(e[1]),n=Number(e[2]),r=Number(e[3]);return"#"+[s,n,r].map(a=>{const o=a.toString(16);return o.length===1?"0"+o:o}).join("")}function l(t){const e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);if(!e)return"rgb(0, 0, 0)";const s=parseInt(e[1],16),n=parseInt(e[2],16),r=parseInt(e[3],16);return`rgb(${s}, ${n}, ${r})`}function g({value:t,onChange:e,placeholder:s}){const[n,r]=i.useState("#000000");i.useEffect(()=>{t&&r(x(t))},[t]);const a=o=>{const u=o.target.value;r(u),e(l(u))};return c.jsxs("div",{className:"flex gap-2 items-center",children:[c.jsx("input",{type:"color",value:n,onChange:a,className:"h-10 w-20 rounded border border-gray-300 cursor-pointer"}),c.jsx("span",{className:"text-sm text-gray-600",children:t||s||"Select a color"})]})}export{g as default};
@@ -0,0 +1 @@
1
+ import{a as d,p as e,x}from"./chunk-EF7DTUVF-CaKisB5m.js";import{r as p}from"./utils-CZqhhZtB.js";import{F as f}from"./files-etseKA58.js";import{B as a}from"./button-CLU225WL.js";import{I as u}from"./schemas-DZfv8pS7.js";import{E as h}from"./external-link-LWykkN17.js";import{X as j}from"./x-BI8YVnoZ.js";import"./index-BeLOjj93.js";import"./upload-C84AIRF5.js";import"./createLucideIcon-BweVylaW.js";import"./trash-BPu8wmdf.js";import"./chevron-down-CtNmiOMb.js";import"./index-NRYqpySi.js";import"./index-BJ-ODQ_I.js";function M({id:o,value:l,name:n,register:m,onChange:s}){const{isLoading:t}=p(),[c,i]=d.useState(!1);return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsxs("div",{className:"relative flex items-center flex-1",children:[e.jsx(u,{id:o,...m(n),type:"text",value:t?"Loading...":l,readOnly:!0,onClick:()=>{i(!0)},onChange:r=>s(r.target.value),className:"border p-2 rounded",disabled:t}),e.jsx(x,{to:`/${l}`,className:"absolute right-2",target:"_blank",children:e.jsx(h,{className:"h-4"})})]}),e.jsx(a,{type:"button",onClick:()=>s(""),className:"text-white px-4 py-2 rounded",disabled:t,children:"Clear"})]}),c&&e.jsx("div",{className:"fixed inset-0 bg-black/40 flex items-center justify-center z-50",children:e.jsxs("div",{className:"bg-white p-4 rounded-lg shadow-lg max-w-2xl w-full max-h-[80vh] overflow-y-auto",children:[e.jsxs("div",{className:"flex justify-between items-center mb-4",children:[e.jsx("h2",{className:"text-xl font-bold",children:"Select File"}),e.jsx(a,{onClick:()=>i(!1),children:e.jsx(j,{})})]}),e.jsx(f,{onChange:r=>{i(!1),s(r)}})]})})]})}export{M as default};
@@ -1,4 +1,4 @@
1
- import{a as o,p as a}from"./chunk-EF7DTUVF-CaKisB5m.js";import{a as d}from"./utils-C_m54IzT.js";import{c as t}from"./createLucideIcon-BweVylaW.js";/**
1
+ import{a as o,p as a}from"./chunk-EF7DTUVF-CaKisB5m.js";import{a as d}from"./utils-CZqhhZtB.js";import{c as t}from"./createLucideIcon-BweVylaW.js";/**
2
2
  * @license lucide-react v0.487.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
@@ -0,0 +1 @@
1
+ import{p as t,x as r}from"./chunk-EF7DTUVF-CaKisB5m.js";import{I as i}from"./schemas-DZfv8pS7.js";import{E as s}from"./external-link-LWykkN17.js";import"./index-BeLOjj93.js";import"./utils-CZqhhZtB.js";import"./index-NRYqpySi.js";import"./index-BJ-ODQ_I.js";import"./createLucideIcon-BweVylaW.js";function p({...e}){return t.jsxs("div",{className:"relative flex justify-center items-center",children:[t.jsx(i,{...e}),e.value&&t.jsx(r,{to:e.value,className:"flex items-center absolute right-0 mr-3",children:t.jsx(s,{className:"h-4 bg-white hover:text-blue-500"})})]})}export{p as default};
@@ -1,4 +1,4 @@
1
- import{a as mi}from"./tslib.es6-De9GV7Vy.js";import{y as Ba,z as Ha,A as Va,B as $a,e as Ga,C as ja}from"./utils-C_m54IzT.js";/**
1
+ import{a as mi}from"./tslib.es6-De9GV7Vy.js";import{y as Ba,z as Ha,A as Va,B as $a,e as Ga,C as ja}from"./utils-CZqhhZtB.js";/**
2
2
  * @license
3
3
  * Copyright 2025 Google LLC
4
4
  *
@@ -1 +1 @@
1
- import{p as a}from"./chunk-EF7DTUVF-CaKisB5m.js";import{S as o,c as d}from"./index-DO7DtA1Q.js";import{a as u}from"./utils-C_m54IzT.js";const c=d("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});function b({className:e,variant:r,size:t,asChild:i=!1,...s}){const n=i?o:"button";return a.jsx(n,{"data-slot":"button",className:u(c({variant:r,size:t,className:e})),...s})}export{b as B,c as b};
1
+ import{p as a}from"./chunk-EF7DTUVF-CaKisB5m.js";import{S as o,c as d}from"./index-BeLOjj93.js";import{a as u}from"./utils-CZqhhZtB.js";const c=d("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});function b({className:e,variant:r,size:t,asChild:i=!1,...s}){const n=i?o:"button";return a.jsx(n,{"data-slot":"button",className:u(c({variant:r,size:t,className:e})),...s})}export{b as B,c as b};
@@ -1 +1 @@
1
- import{p as e,a as w,x as C,w as V}from"./chunk-EF7DTUVF-CaKisB5m.js";import{a as x,i,d as N,b as v,j as H,k as L}from"./utils-C_m54IzT.js";import{c as D,u as y,T as R,a as T,b as m,d as $,f as u,e as A,g as k,h as I}from"./index-g23Or4wZ.js";function M({className:t,...l}){return e.jsx("div",{"data-slot":"skeleton",className:x("bg-accent animate-pulse rounded-md",t),...l})}function b({className:t,title:l,value:o,isLoading:n,...a}){return e.jsxs("div",{className:x("border border-border rounded-xl p-6",t),...a,children:[e.jsx("h3",{className:"text-xs text-muted-foreground",children:l}),n?e.jsx(M,{className:"h-[2.25rem] w-16"}):e.jsx("p",{className:"text-lg sm:text-3xl font-bold leading-none",children:o})]})}const h=D(),g=[h.accessor("id",{header(){return e.jsx("span",{className:"block w-48 max-w-48",children:"ID"})},cell(t){const l=t.getValue();return e.jsx("span",{title:l,className:"block overflow-hidden text-ellipsis w-48 max-w-48 whitespace-nowrap",children:l})}}),h.accessor("createdAt",{header:"Created",cell(t){return i(new Date(t.getValue()))}}),h.accessor("updatedAt",{header:"Updated",cell(t){return i(new Date(t.getValue()))}})];function S(){const{data:t}=N(),{data:l}=v(),o=w.useMemo(()=>!t||!l?[]:Object.entries(t).reduce((r,[d,p])=>r.concat(Object.values(p).filter(c=>c.isDraft).map(c=>({...c,type:d}))),[]).toSorted((r,d)=>r.updatedAt>d.updatedAt?-1:1).slice(0,6),[t,l]),n=y({data:o,columns:g,getCoreRowModel:I()});return n.getRowCount()===0?null:e.jsxs("div",{className:"flex flex-col gap-4 last:mb-20",children:[e.jsx("h2",{className:"scroll-mt-[4.5rem] text-xl font-semibold leading-none capitalize",children:"Drafts"}),e.jsx("div",{className:"rounded-sm border overflow-auto",children:e.jsxs(R,{children:[e.jsx(T,{children:n.getHeaderGroups().map(a=>e.jsx(m,{className:"grid",style:{gridTemplateColumns:`repeat(${g.length}, minmax(200px, 1fr))`},children:a.headers.map(s=>e.jsx($,{children:s.isPlaceholder?null:u(s.column.columnDef.header,s.getContext())},s.id))},a.id))}),e.jsx(A,{children:n.getRowModel().rows.map(a=>e.jsx(C,{to:`/admin/dashboard/${a.original.type}/${a.original.id}`,children:e.jsx(m,{className:"grid",style:{gridTemplateColumns:`repeat(${g.length}, minmax(200px, 1fr))`},children:a.getVisibleCells().map(s=>e.jsx(k,{className:x("p-2"),children:u(s.column.columnDef.cell,s.getContext())},s.id))},a.id)},a.original.id))})]})})]})}const f=D(),j=[f.accessor("id",{header(){return e.jsx("span",{className:"block w-48 max-w-48",children:"ID"})},cell(t){const l=t.getValue();return e.jsx("span",{title:l,className:"block overflow-hidden text-ellipsis w-48 max-w-48 whitespace-nowrap",children:l})}}),f.accessor("createdAt",{header:"Created",cell(t){return i(new Date(t.getValue()))}}),f.accessor("updatedAt",{header:"Updated",cell(t){return i(new Date(t.getValue()))}})];function G(){const{data:t}=N(),{data:l}=v(),o=w.useMemo(()=>!t||!l?[]:Object.entries(t).filter(([r])=>r in l).reduce((r,[d,p])=>r.concat(Object.values(p).map(c=>({...c,type:d}))),[]).toSorted((r,d)=>r.updatedAt>d.updatedAt?-1:1).slice(0,6),[t,l]),n=y({data:o,columns:j,getCoreRowModel:I()});return n.getRowCount()===0?null:e.jsxs("div",{className:"flex flex-col gap-4 last:mb-20",children:[e.jsx("h2",{className:"scroll-mt-[4.5rem] text-xl font-semibold leading-none capitalize",children:"Recently Updated"}),e.jsx("div",{className:"rounded-sm border overflow-auto",children:e.jsxs(R,{children:[e.jsx(T,{children:n.getHeaderGroups().map(a=>e.jsx(m,{className:"grid",style:{gridTemplateColumns:`repeat(${j.length}, minmax(200px, 1fr))`},children:a.headers.map(s=>e.jsx($,{children:s.isPlaceholder?null:u(s.column.columnDef.header,s.getContext())},s.id))},a.id))}),e.jsx(A,{children:n.getRowModel().rows.map(a=>e.jsx(C,{to:`/admin/dashboard/${a.original.type}/${a.original.id}`,children:e.jsx(m,{className:"grid",style:{gridTemplateColumns:`repeat(${j.length}, minmax(200px, 1fr))`},children:a.getVisibleCells().map(s=>e.jsx(k,{className:x("p-2"),children:u(s.column.columnDef.cell,s.getContext())},s.id))},a.id)},a.original.id))})]})})]})}const U=V(function(){const{data:l,isLoading:o}=H(),{data:n,isLoading:a}=L();return e.jsx("div",{className:"flex flex-1 h-full p-4 gap-4",children:e.jsxs("div",{className:"flex flex-col overflow-hidden flex-1 gap-4",children:[e.jsxs("div",{className:"flex flex-row gap-2 grid-cols-12",children:[e.jsx(b,{className:"w-full sm:w-44",title:"Items",value:l,isLoading:o}),e.jsx(b,{className:"w-full sm:w-44",title:"Files",value:n,isLoading:a})]}),e.jsx(G,{}),e.jsx(S,{})]})})});export{U as default};
1
+ import{p as e,a as w,x as C,w as V}from"./chunk-EF7DTUVF-CaKisB5m.js";import{a as x,i,d as N,b as v,j as H,k as L}from"./utils-CZqhhZtB.js";import{c as D,u as y,T as R,a as T,b as m,d as $,f as u,e as A,g as k,h as I}from"./index-B21y1sd-.js";function M({className:t,...l}){return e.jsx("div",{"data-slot":"skeleton",className:x("bg-accent animate-pulse rounded-md",t),...l})}function b({className:t,title:l,value:o,isLoading:n,...a}){return e.jsxs("div",{className:x("border border-border rounded-xl p-6",t),...a,children:[e.jsx("h3",{className:"text-xs text-muted-foreground",children:l}),n?e.jsx(M,{className:"h-[2.25rem] w-16"}):e.jsx("p",{className:"text-lg sm:text-3xl font-bold leading-none",children:o})]})}const h=D(),g=[h.accessor("id",{header(){return e.jsx("span",{className:"block w-48 max-w-48",children:"ID"})},cell(t){const l=t.getValue();return e.jsx("span",{title:l,className:"block overflow-hidden text-ellipsis w-48 max-w-48 whitespace-nowrap",children:l})}}),h.accessor("createdAt",{header:"Created",cell(t){return i(new Date(t.getValue()))}}),h.accessor("updatedAt",{header:"Updated",cell(t){return i(new Date(t.getValue()))}})];function S(){const{data:t}=N(),{data:l}=v(),o=w.useMemo(()=>!t||!l?[]:Object.entries(t).reduce((r,[d,p])=>r.concat(Object.values(p).filter(c=>c.isDraft).map(c=>({...c,type:d}))),[]).toSorted((r,d)=>r.updatedAt>d.updatedAt?-1:1).slice(0,6),[t,l]),n=y({data:o,columns:g,getCoreRowModel:I()});return n.getRowCount()===0?null:e.jsxs("div",{className:"flex flex-col gap-4 last:mb-20",children:[e.jsx("h2",{className:"scroll-mt-[4.5rem] text-xl font-semibold leading-none capitalize",children:"Drafts"}),e.jsx("div",{className:"rounded-sm border overflow-auto",children:e.jsxs(R,{children:[e.jsx(T,{children:n.getHeaderGroups().map(a=>e.jsx(m,{className:"grid",style:{gridTemplateColumns:`repeat(${g.length}, minmax(200px, 1fr))`},children:a.headers.map(s=>e.jsx($,{children:s.isPlaceholder?null:u(s.column.columnDef.header,s.getContext())},s.id))},a.id))}),e.jsx(A,{children:n.getRowModel().rows.map(a=>e.jsx(C,{to:`/admin/dashboard/${a.original.type}/${a.original.id}`,children:e.jsx(m,{className:"grid",style:{gridTemplateColumns:`repeat(${g.length}, minmax(200px, 1fr))`},children:a.getVisibleCells().map(s=>e.jsx(k,{className:x("p-2"),children:u(s.column.columnDef.cell,s.getContext())},s.id))},a.id)},a.original.id))})]})})]})}const f=D(),j=[f.accessor("id",{header(){return e.jsx("span",{className:"block w-48 max-w-48",children:"ID"})},cell(t){const l=t.getValue();return e.jsx("span",{title:l,className:"block overflow-hidden text-ellipsis w-48 max-w-48 whitespace-nowrap",children:l})}}),f.accessor("createdAt",{header:"Created",cell(t){return i(new Date(t.getValue()))}}),f.accessor("updatedAt",{header:"Updated",cell(t){return i(new Date(t.getValue()))}})];function G(){const{data:t}=N(),{data:l}=v(),o=w.useMemo(()=>!t||!l?[]:Object.entries(t).filter(([r])=>r in l).reduce((r,[d,p])=>r.concat(Object.values(p).map(c=>({...c,type:d}))),[]).toSorted((r,d)=>r.updatedAt>d.updatedAt?-1:1).slice(0,6),[t,l]),n=y({data:o,columns:j,getCoreRowModel:I()});return n.getRowCount()===0?null:e.jsxs("div",{className:"flex flex-col gap-4 last:mb-20",children:[e.jsx("h2",{className:"scroll-mt-[4.5rem] text-xl font-semibold leading-none capitalize",children:"Recently Updated"}),e.jsx("div",{className:"rounded-sm border overflow-auto",children:e.jsxs(R,{children:[e.jsx(T,{children:n.getHeaderGroups().map(a=>e.jsx(m,{className:"grid",style:{gridTemplateColumns:`repeat(${j.length}, minmax(200px, 1fr))`},children:a.headers.map(s=>e.jsx($,{children:s.isPlaceholder?null:u(s.column.columnDef.header,s.getContext())},s.id))},a.id))}),e.jsx(A,{children:n.getRowModel().rows.map(a=>e.jsx(C,{to:`/admin/dashboard/${a.original.type}/${a.original.id}`,children:e.jsx(m,{className:"grid",style:{gridTemplateColumns:`repeat(${j.length}, minmax(200px, 1fr))`},children:a.getVisibleCells().map(s=>e.jsx(k,{className:x("p-2"),children:u(s.column.columnDef.cell,s.getContext())},s.id))},a.id)},a.original.id))})]})})]})}const U=V(function(){const{data:l,isLoading:o}=H(),{data:n,isLoading:a}=L();return e.jsx("div",{className:"flex flex-1 h-full p-4 gap-4",children:e.jsxs("div",{className:"flex flex-col overflow-hidden flex-1 gap-4",children:[e.jsxs("div",{className:"flex flex-row gap-2 grid-cols-12",children:[e.jsx(b,{className:"w-full sm:w-44",title:"Items",value:l,isLoading:o}),e.jsx(b,{className:"w-full sm:w-44",title:"Files",value:n,isLoading:a})]}),e.jsx(G,{}),e.jsx(S,{})]})})});export{U as default};
@@ -1,4 +1,4 @@
1
- import{p as e,a as p,x as u,R as $,w as D}from"./chunk-EF7DTUVF-CaKisB5m.js";import{B as L}from"./button-BGHUMWDX.js";import{i as k,l as C,d as R,m as F,n as I,a as j}from"./utils-C_m54IzT.js";import{c as E,u as H,T as V,a as P,b as y,d as S,f as N,e as B,g as O,h as G}from"./index-g23Or4wZ.js";import{c as d}from"./createLucideIcon-BweVylaW.js";import{C as f}from"./calendar-DVBBYeOW.js";import{T as Q,F as U}from"./trash-BPu8wmdf.js";import{E as v}from"./external-link-LWykkN17.js";import"./index-DO7DtA1Q.js";/**
1
+ import{p as e,a as p,x as u,R as $,w as D}from"./chunk-EF7DTUVF-CaKisB5m.js";import{B as L}from"./button-CLU225WL.js";import{i as k,l as C,d as R,m as F,n as I,a as j}from"./utils-CZqhhZtB.js";import{c as E,u as H,T as V,a as P,b as y,d as S,f as N,e as B,g as O,h as G}from"./index-B21y1sd-.js";import{c as d}from"./createLucideIcon-BweVylaW.js";import{C as f}from"./calendar-DVBBYeOW.js";import{T as Q,F as U}from"./trash-BPu8wmdf.js";import{E as v}from"./external-link-LWykkN17.js";import"./index-BeLOjj93.js";/**
2
2
  * @license lucide-react v0.487.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
@@ -0,0 +1 @@
1
+ import{w as m,p as e}from"./chunk-EF7DTUVF-CaKisB5m.js";import{I as n}from"./itemForm-C3gzE85l.js";import{l,o as p}from"./utils-CZqhhZtB.js";import"./button-CLU225WL.js";import"./index-BeLOjj93.js";import"./schemas-DZfv8pS7.js";import"./index-NRYqpySi.js";import"./index-BJ-ODQ_I.js";import"./createLucideIcon-BweVylaW.js";import"./index-CeH3aQ97.js";import"./tslib.es6-De9GV7Vy.js";const w=m(function({params:s}){const{collectionId:t,documentId:i}=s,{data:o,isFetching:a}=l(t),{data:r,isFetching:c}=p({itemType:t,id:i});return!o||(a||c)?null:e.jsx("div",{className:"overflow-auto scrollbar-stable",children:e.jsx("div",{className:"flex p-4 gap-4",children:e.jsx(n,{itemType:t,fields:o.fields,data:r??void 0},`${t}-${i}`)})})});export{w as default};
@@ -0,0 +1 @@
1
+ import{w as i,p as o}from"./chunk-EF7DTUVF-CaKisB5m.js";import{I as s}from"./itemForm-C3gzE85l.js";import{l as m}from"./utils-CZqhhZtB.js";import"./button-CLU225WL.js";import"./index-BeLOjj93.js";import"./schemas-DZfv8pS7.js";import"./index-NRYqpySi.js";import"./index-BJ-ODQ_I.js";import"./createLucideIcon-BweVylaW.js";import"./index-CeH3aQ97.js";import"./tslib.es6-De9GV7Vy.js";const v=i(function({params:r}){const{collectionId:t}=r,{data:e}=m(t);return e?o.jsx("div",{className:"overflow-auto",children:o.jsx("div",{className:"flex p-4 gap-4",children:o.jsx(s,{itemType:t,fields:e.fields,isNew:!0})})}):null});export{v as default};
@@ -1,4 +1,4 @@
1
- import{p as e,a as r,x as N,y as W,v as le,z as ce,R as ue,w as he,O as pe}from"./chunk-EF7DTUVF-CaKisB5m.js";import{u as xe,d as O,e as fe}from"./authSlice-tIqx9OEB.js";import{a as d,b as R,d as be,f as me,g as ge,h as je,u as ve}from"./utils-C_m54IzT.js";import{R as Q,C as X,a as Z,T as Y,D as J,P as ee,O as te,u as we}from"./index-Bb8pHI6J.js";import{X as ae}from"./x-BI8YVnoZ.js";import{B as _}from"./button-BGHUMWDX.js";import{c as g}from"./createLucideIcon-BweVylaW.js";import{S as D,c as ye,u as Ne}from"./index-DO7DtA1Q.js";import{R as Ce,P as Se,a as ke,T as _e,b as Me,C as ze,A as Oe}from"./index-kynsXaDO.js";import{u as Re,c as De,P as E,a as Ee,b as Ae,d as Pe}from"./index-Ct_4ArX8.js";import{C as $}from"./chevron-down-CtNmiOMb.js";import{U as Ie}from"./upload-C84AIRF5.js";import{E as Te}from"./external-link-LWykkN17.js";import{L as Le}from"./Loading-BsRbgW--.js";import{C as $e}from"./chevron-right-haBQNeuE.js";import"./tslib.es6-De9GV7Vy.js";import"./index-BJ-ODQ_I.js";import"./index-BDqB5AyL.js";/**
1
+ import{p as e,a as r,x as N,y as W,v as le,z as ce,R as ue,w as he,O as pe}from"./chunk-EF7DTUVF-CaKisB5m.js";import{u as xe,d as O,e as fe}from"./authSlice-FAgJOb9-.js";import{a as d,b as R,d as be,f as me,g as ge,h as je,u as ve}from"./utils-CZqhhZtB.js";import{R as Q,C as X,a as Z,T as Y,D as J,P as ee,O as te,u as we}from"./index-CeH3aQ97.js";import{X as ae}from"./x-BI8YVnoZ.js";import{B as _}from"./button-CLU225WL.js";import{c as g}from"./createLucideIcon-BweVylaW.js";import{S as D,c as ye,u as Ne}from"./index-BeLOjj93.js";import{R as Ce,P as Se,a as ke,T as _e,b as Me,C as ze,A as Oe}from"./index-CLyLx4as.js";import{u as Re,c as De,P as E,a as Ee,b as Ae,d as Pe}from"./index-NRYqpySi.js";import{C as $}from"./chevron-down-CtNmiOMb.js";import{U as Ie}from"./upload-C84AIRF5.js";import{E as Te}from"./external-link-LWykkN17.js";import{L as Le}from"./Loading-Cmzaj2IX.js";import{C as $e}from"./chevron-right-haBQNeuE.js";import"./tslib.es6-De9GV7Vy.js";import"./index-BJ-ODQ_I.js";import"./index-Cia-K30j.js";/**
2
2
  * @license lucide-react v0.487.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
@@ -1 +1 @@
1
- import{w as e,p as o}from"./chunk-EF7DTUVF-CaKisB5m.js";import{F as r}from"./files-Qh5oy2Yj.js";import"./utils-C_m54IzT.js";import"./index-DO7DtA1Q.js";import"./upload-C84AIRF5.js";import"./createLucideIcon-BweVylaW.js";import"./trash-BPu8wmdf.js";import"./chevron-down-CtNmiOMb.js";const n=e(function(){return o.jsx("div",{className:"overflow-auto flex flex-1 p-4 gap-4",children:o.jsx("div",{className:"flex flex-col flex-1 gap-8",children:o.jsx(r,{})})})});export{n as default};
1
+ import{w as e,p as o}from"./chunk-EF7DTUVF-CaKisB5m.js";import{F as r}from"./files-etseKA58.js";import"./utils-CZqhhZtB.js";import"./index-BeLOjj93.js";import"./upload-C84AIRF5.js";import"./createLucideIcon-BweVylaW.js";import"./trash-BPu8wmdf.js";import"./chevron-down-CtNmiOMb.js";const n=e(function(){return o.jsx("div",{className:"overflow-auto flex flex-1 p-4 gap-4",children:o.jsx("div",{className:"flex flex-col flex-1 gap-8",children:o.jsx(r,{})})})});export{n as default};
@@ -1 +1 @@
1
- import{p as r}from"./chunk-EF7DTUVF-CaKisB5m.js";import{B as m}from"./button-BGHUMWDX.js";import{P as n,a as p,f as l,b as c,C as f}from"./popover-BhUEX64-.js";import{a as u}from"./utils-C_m54IzT.js";import{C as x}from"./calendar-DVBBYeOW.js";import"./index-DO7DtA1Q.js";import"./createLucideIcon-BweVylaW.js";import"./chevron-right-haBQNeuE.js";import"./chevron-down-CtNmiOMb.js";import"./index-CaJfqerH.js";import"./index-Ct_4ArX8.js";import"./index-BJ-ODQ_I.js";import"./index-Bb8pHI6J.js";import"./tslib.es6-De9GV7Vy.js";import"./index-BDqB5AyL.js";function F({id:o,date:t,onDateChange:e,placeholder:s="Pick a date",disabled:a=!1,className:i}){return r.jsxs(n,{children:[r.jsx(p,{asChild:!0,children:r.jsxs(m,{variant:"outline",className:u("w-full justify-start text-left font-normal",!t&&"text-muted-foreground",i),disabled:a,children:[r.jsx(x,{className:"mr-2 h-4 w-4"}),t?l(t,"PPP"):r.jsx("span",{children:s})]})}),r.jsx(c,{className:"w-auto p-0",children:r.jsx(f,{id:o,mode:"single",selected:t,onSelect:e,initialFocus:!0})})]})}export{F as default};
1
+ import{p as r}from"./chunk-EF7DTUVF-CaKisB5m.js";import{B as m}from"./button-CLU225WL.js";import{P as n,a as p,f as l,b as c,C as f}from"./popover-XcLgQriX.js";import{a as u}from"./utils-CZqhhZtB.js";import{C as x}from"./calendar-DVBBYeOW.js";import"./index-BeLOjj93.js";import"./createLucideIcon-BweVylaW.js";import"./chevron-right-haBQNeuE.js";import"./chevron-down-CtNmiOMb.js";import"./index-Cac4seBf.js";import"./index-NRYqpySi.js";import"./index-BJ-ODQ_I.js";import"./index-CeH3aQ97.js";import"./tslib.es6-De9GV7Vy.js";import"./index-Cia-K30j.js";function F({id:o,date:t,onDateChange:e,placeholder:s="Pick a date",disabled:a=!1,className:i}){return r.jsxs(n,{children:[r.jsx(p,{asChild:!0,children:r.jsxs(m,{variant:"outline",className:u("w-full justify-start text-left font-normal",!t&&"text-muted-foreground",i),disabled:a,children:[r.jsx(x,{className:"mr-2 h-4 w-4"}),t?l(t,"PPP"):r.jsx("span",{children:s})]})}),r.jsx(c,{className:"w-auto p-0",children:r.jsx(f,{id:o,mode:"single",selected:t,onSelect:e,initialFocus:!0})})]})}export{F as default};
@@ -0,0 +1 @@
1
+ import{a,p as t}from"./chunk-EF7DTUVF-CaKisB5m.js";import{B as N}from"./button-CLU225WL.js";import{f as c,P as C,a as H,b,C as S}from"./popover-XcLgQriX.js";import{I as g}from"./schemas-DZfv8pS7.js";import{a as k}from"./utils-CZqhhZtB.js";import{C as E}from"./calendar-DVBBYeOW.js";import"./index-BeLOjj93.js";import"./createLucideIcon-BweVylaW.js";import"./chevron-right-haBQNeuE.js";import"./chevron-down-CtNmiOMb.js";import"./index-Cac4seBf.js";import"./index-NRYqpySi.js";import"./index-BJ-ODQ_I.js";import"./index-CeH3aQ97.js";import"./tslib.es6-De9GV7Vy.js";import"./index-Cia-K30j.js";function O({id:d,date:e,onDateTimeChange:o,placeholder:x="Pick a date and time",disabled:u=!1,className:j}){const[s,m]=a.useState(e),[l,p]=a.useState(e?c(e,"HH:mm"):"12:00");a.useEffect(()=>{m(e),e&&p(c(e,"HH:mm"))},[e]);const h=a.useCallback(r=>{const i=r.target.value;if(p(i),!s)return;const[n,P]=i.split(":").map(Number),f=new Date(s);f.setHours(n,P,0,0),o?.(f)},[s,o]),v=a.useCallback(r=>{if(!r){m(void 0),o?.(void 0);return}const[i,n]=l.split(":").map(Number);r.setHours(i,n,0,0),m(r),o?.(r)},[l,o]);return t.jsxs("div",{className:"flex gap-2",children:[t.jsxs(C,{children:[t.jsx(H,{asChild:!0,children:t.jsxs(N,{variant:"outline",className:k("flex-1 justify-start text-left font-normal",!s&&"text-muted-foreground",j),disabled:u,children:[t.jsx(E,{className:"mr-2 h-4 w-4"}),s?c(s,"PPP"):t.jsx("span",{children:x})]})}),t.jsx(b,{className:"w-auto p-0",children:t.jsx(S,{id:d,mode:"single",selected:s,onSelect:v,initialFocus:!0})})]}),t.jsx(g,{type:"time",value:l,onChange:h,disabled:u||!s,className:"w-32"})]})}export{O as default};
@@ -1,4 +1,4 @@
1
- import{p as e,a as g,x as w}from"./chunk-EF7DTUVF-CaKisB5m.js";import{a as v,r as k,t as F,v as z,w as C,u as $,x as M,n as D}from"./utils-C_m54IzT.js";import{S as U,c as _}from"./index-DO7DtA1Q.js";import{U as y}from"./upload-C84AIRF5.js";import{F as H,T as L}from"./trash-BPu8wmdf.js";import{c as m}from"./createLucideIcon-BweVylaW.js";import{C as S}from"./chevron-down-CtNmiOMb.js";/**
1
+ import{p as e,a as g,x as w}from"./chunk-EF7DTUVF-CaKisB5m.js";import{a as v,r as k,t as F,v as z,w as C,u as $,x as M,n as D}from"./utils-CZqhhZtB.js";import{S as U,c as _}from"./index-BeLOjj93.js";import{U as y}from"./upload-C84AIRF5.js";import{F as H,T as L}from"./trash-BPu8wmdf.js";import{c as m}from"./createLucideIcon-BweVylaW.js";import{C as S}from"./chevron-down-CtNmiOMb.js";/**
2
2
  * @license lucide-react v0.487.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
@@ -0,0 +1 @@
1
+ import{a as p,p as e,w as f,v as g}from"./chunk-EF7DTUVF-CaKisB5m.js";import{S as b,L as N}from"./Loading-Cmzaj2IX.js";import{B as w}from"./button-CLU225WL.js";import{o as F,b as L,s as d,u as v,a as y,F as C,c as n,d as t,e as x,f as i,I as u,g as m,C as S}from"./schemas-DZfv8pS7.js";import{u as E,d as c,l as k}from"./authSlice-FAgJOb9-.js";import"./utils-CZqhhZtB.js";import"./createLucideIcon-BweVylaW.js";import"./index-BeLOjj93.js";import"./index-NRYqpySi.js";import"./index-BJ-ODQ_I.js";import"./tslib.es6-De9GV7Vy.js";const P=F({email:d().nonempty("Please enter your email").email(),password:d().nonempty("Please enter your password"),remember:L()});function A(){"use no memo";const o=E(),r=c(s=>s.auth.isLoading),a=v({resolver:y(P),disabled:r,defaultValues:{email:"",password:"",remember:!1}}),l=p.useCallback(({email:s,password:h,remember:j})=>{o(k({email:s,password:h,remember:j}))},[o]);return e.jsx("div",{className:"flex flex-col",children:e.jsx(C,{...a,children:e.jsxs("form",{onSubmit:a.handleSubmit(l),className:"space-y-4",children:[e.jsx(n,{control:a.control,name:"email",rules:{required:!0},render:({field:s})=>e.jsxs(t,{children:[e.jsx(x,{className:"flex gap-1 items-baseline",children:"Email"}),e.jsx(i,{children:e.jsx(u,{placeholder:"callasmaria@example.com",...s})}),e.jsx(m,{})]})}),e.jsx(n,{name:"password",control:a.control,rules:{required:!0},render:({field:s})=>e.jsxs(t,{children:[e.jsx(x,{className:"flex gap-1 items-baseline",children:"Password"}),e.jsx(i,{children:e.jsx(u,{type:"password",...s})}),e.jsx(m,{})]})}),e.jsx(n,{name:"remember",control:a.control,render:({field:s})=>e.jsxs(t,{children:[e.jsx(i,{children:e.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsx(S,{id:"remember",checked:s.value,onCheckedChange:s.onChange}),e.jsx("label",{htmlFor:"remember",className:"text-sm leading-none",children:"Remember me"})]})}),e.jsx(m,{})]})}),e.jsx(w,{type:"submit",disabled:!a.formState.isValid||r,className:"w-full",children:r?e.jsx(b,{className:"absolute"}):"Login"})]})})})}const J=f(function(){const r=g(),a=c(s=>s.auth.user),l=c(s=>s.auth.isLoading);return p.useEffect(()=>{a&&r("/admin/dashboard")},[r,a]),l||a?e.jsx(N,{message:"Logging in..."}):e.jsx("div",{className:"flex w-full h-full",children:e.jsxs("div",{className:"self-center space-y-8 w-72 mx-auto",children:[e.jsxs("div",{className:"flex flex-col space-y-2 text-center",children:[e.jsx("h1",{className:"text-2xl font-semibold tracking-tight leading-none",children:"Editorial Admin"}),e.jsx("p",{className:"text-sm text-muted-foreground",children:"Enter your details below to login"})]}),e.jsx(A,{})]})})});export{J as default};
@@ -1,4 +1,4 @@
1
- import{p as y,a as X}from"./chunk-EF7DTUVF-CaKisB5m.js";import{a as E}from"./utils-C_m54IzT.js";function ut({className:e,...o}){return y.jsx("div",{"data-slot":"table-container",className:"flex relative",children:y.jsx("div",{"data-slot":"table",className:E("flex-1 caption-bottom text-sm",e),...o})})}function at({className:e,...o}){return y.jsx("div",{"data-slot":"table-header",className:E("[&_tr]:border-b",e),...o})}function gt({className:e,...o}){return y.jsx("div",{"data-slot":"table-body",className:E("[&_tr:last-child]:border-0",e),...o})}function dt({className:e,...o}){return y.jsx("div",{"data-slot":"table-row",className:E("hover:bg-muted/50 data-[state=selected]:bg-muted transition-colors",e),...o})}function ct({className:e,...o}){return y.jsx("div",{"data-slot":"table-head",className:E("flex items-center text-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap border-b [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",e),...o})}function ft({className:e,...o}){return y.jsx("div",{"data-slot":"table-cell",className:E("p-2 align-middle whitespace-nowrap border-b [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",e),...o})}/**
1
+ import{p as y,a as X}from"./chunk-EF7DTUVF-CaKisB5m.js";import{a as E}from"./utils-CZqhhZtB.js";function ut({className:e,...o}){return y.jsx("div",{"data-slot":"table-container",className:"flex relative",children:y.jsx("div",{"data-slot":"table",className:E("flex-1 caption-bottom text-sm",e),...o})})}function at({className:e,...o}){return y.jsx("div",{"data-slot":"table-header",className:E("[&_tr]:border-b",e),...o})}function gt({className:e,...o}){return y.jsx("div",{"data-slot":"table-body",className:E("[&_tr:last-child]:border-0",e),...o})}function dt({className:e,...o}){return y.jsx("div",{"data-slot":"table-row",className:E("hover:bg-muted/50 data-[state=selected]:bg-muted transition-colors",e),...o})}function ct({className:e,...o}){return y.jsx("div",{"data-slot":"table-head",className:E("flex items-center text-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap border-b [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",e),...o})}function ft({className:e,...o}){return y.jsx("div",{"data-slot":"table-cell",className:E("p-2 align-middle whitespace-nowrap border-b [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",e),...o})}/**
2
2
  * table-core
3
3
  *
4
4
  * Copyright (c) TanStack
@@ -1 +1 @@
1
- import{a as s,p as y}from"./chunk-EF7DTUVF-CaKisB5m.js";import{n as h}from"./utils-C_m54IzT.js";function C(n,t){if(typeof n=="function")return n(t);n!=null&&(n.current=t)}function x(...n){return t=>{let e=!1;const l=n.map(r=>{const o=C(r,t);return!e&&typeof o=="function"&&(e=!0),o});if(e)return()=>{for(let r=0;r<l.length;r++){const o=l[r];typeof o=="function"?o():C(n[r],null)}}}}function I(...n){return s.useCallback(x(...n),n)}function N(n){const t=R(n),e=s.forwardRef((l,r)=>{const{children:o,...u}=l,a=s.Children.toArray(o),f=a.find(j);if(f){const i=f.props.children,c=a.map(d=>d===f?s.Children.count(i)>1?s.Children.only(null):s.isValidElement(i)?i.props.children:null:d);return y.jsx(t,{...u,ref:r,children:s.isValidElement(i)?s.cloneElement(i,void 0,c):null})}return y.jsx(t,{...u,ref:r,children:o})});return e.displayName=`${n}.Slot`,e}var W=N("Slot");function R(n){const t=s.forwardRef((e,l)=>{const{children:r,...o}=e;if(s.isValidElement(r)){const u=_(r),a=O(o,r.props);return r.type!==s.Fragment&&(a.ref=l?x(l,u):u),s.cloneElement(r,a)}return s.Children.count(r)>1?s.Children.only(null):null});return t.displayName=`${n}.SlotClone`,t}var E=Symbol("radix.slottable");function k(n){const t=({children:e})=>y.jsx(y.Fragment,{children:e});return t.displayName=`${n}.Slottable`,t.__radixId=E,t}function j(n){return s.isValidElement(n)&&typeof n.type=="function"&&"__radixId"in n.type&&n.type.__radixId===E}function O(n,t){const e={...t};for(const l in t){const r=n[l],o=t[l];/^on[A-Z]/.test(l)?r&&o?e[l]=(...a)=>{const f=o(...a);return r(...a),f}:r&&(e[l]=r):l==="style"?e[l]={...r,...o}:l==="className"&&(e[l]=[r,o].filter(Boolean).join(" "))}return{...n,...e}}function _(n){let t=Object.getOwnPropertyDescriptor(n.props,"ref")?.get,e=t&&"isReactWarning"in t&&t.isReactWarning;return e?n.ref:(t=Object.getOwnPropertyDescriptor(n,"ref")?.get,e=t&&"isReactWarning"in t&&t.isReactWarning,e?n.props.ref:n.props.ref||n.ref)}const S=n=>typeof n=="boolean"?`${n}`:n===0?"0":n,b=h,T=(n,t)=>e=>{var l;if(t?.variants==null)return b(n,e?.class,e?.className);const{variants:r,defaultVariants:o}=t,u=Object.keys(r).map(i=>{const c=e?.[i],d=o?.[i];if(c===null)return null;const m=S(c)||S(d);return r[i][m]}),a=e&&Object.entries(e).reduce((i,c)=>{let[d,m]=c;return m===void 0||(i[d]=m),i},{}),f=t==null||(l=t.compoundVariants)===null||l===void 0?void 0:l.reduce((i,c)=>{let{class:d,className:m,...V}=c;return Object.entries(V).every(g=>{let[p,v]=g;return Array.isArray(v)?v.includes({...o,...a}[p]):{...o,...a}[p]===v})?[...i,d,m]:i},[]);return b(n,u,f,e?.class,e?.className)};export{W as S,k as a,N as b,T as c,I as u};
1
+ import{a as s,p as y}from"./chunk-EF7DTUVF-CaKisB5m.js";import{n as h}from"./utils-CZqhhZtB.js";function C(n,t){if(typeof n=="function")return n(t);n!=null&&(n.current=t)}function x(...n){return t=>{let e=!1;const l=n.map(r=>{const o=C(r,t);return!e&&typeof o=="function"&&(e=!0),o});if(e)return()=>{for(let r=0;r<l.length;r++){const o=l[r];typeof o=="function"?o():C(n[r],null)}}}}function I(...n){return s.useCallback(x(...n),n)}function N(n){const t=R(n),e=s.forwardRef((l,r)=>{const{children:o,...u}=l,a=s.Children.toArray(o),f=a.find(j);if(f){const i=f.props.children,c=a.map(d=>d===f?s.Children.count(i)>1?s.Children.only(null):s.isValidElement(i)?i.props.children:null:d);return y.jsx(t,{...u,ref:r,children:s.isValidElement(i)?s.cloneElement(i,void 0,c):null})}return y.jsx(t,{...u,ref:r,children:o})});return e.displayName=`${n}.Slot`,e}var W=N("Slot");function R(n){const t=s.forwardRef((e,l)=>{const{children:r,...o}=e;if(s.isValidElement(r)){const u=_(r),a=O(o,r.props);return r.type!==s.Fragment&&(a.ref=l?x(l,u):u),s.cloneElement(r,a)}return s.Children.count(r)>1?s.Children.only(null):null});return t.displayName=`${n}.SlotClone`,t}var E=Symbol("radix.slottable");function k(n){const t=({children:e})=>y.jsx(y.Fragment,{children:e});return t.displayName=`${n}.Slottable`,t.__radixId=E,t}function j(n){return s.isValidElement(n)&&typeof n.type=="function"&&"__radixId"in n.type&&n.type.__radixId===E}function O(n,t){const e={...t};for(const l in t){const r=n[l],o=t[l];/^on[A-Z]/.test(l)?r&&o?e[l]=(...a)=>{const f=o(...a);return r(...a),f}:r&&(e[l]=r):l==="style"?e[l]={...r,...o}:l==="className"&&(e[l]=[r,o].filter(Boolean).join(" "))}return{...n,...e}}function _(n){let t=Object.getOwnPropertyDescriptor(n.props,"ref")?.get,e=t&&"isReactWarning"in t&&t.isReactWarning;return e?n.ref:(t=Object.getOwnPropertyDescriptor(n,"ref")?.get,e=t&&"isReactWarning"in t&&t.isReactWarning,e?n.props.ref:n.props.ref||n.ref)}const S=n=>typeof n=="boolean"?`${n}`:n===0?"0":n,b=h,T=(n,t)=>e=>{var l;if(t?.variants==null)return b(n,e?.class,e?.className);const{variants:r,defaultVariants:o}=t,u=Object.keys(r).map(i=>{const c=e?.[i],d=o?.[i];if(c===null)return null;const m=S(c)||S(d);return r[i][m]}),a=e&&Object.entries(e).reduce((i,c)=>{let[d,m]=c;return m===void 0||(i[d]=m),i},{}),f=t==null||(l=t.compoundVariants)===null||l===void 0?void 0:l.reduce((i,c)=>{let{class:d,className:m,...V}=c;return Object.entries(V).every(g=>{let[p,v]=g;return Array.isArray(v)?v.includes({...o,...a}[p]):{...o,...a}[p]===v})?[...i,d,m]:i},[]);return b(n,u,f,e?.class,e?.className)};export{W as S,k as a,N as b,T as c,I as u};
@@ -1 +1 @@
1
- import{a,p as u}from"./chunk-EF7DTUVF-CaKisB5m.js";import{P as j,c as Q,u as Z,a as m,b as H}from"./index-Ct_4ArX8.js";import{u as G,a as ee}from"./index-DO7DtA1Q.js";import{u as te,e as oe,i as re}from"./index-Bb8pHI6J.js";import{c as V,R as ne,A as ae,a as se,C as ie}from"./index-BDqB5AyL.js";var le="Separator",M="horizontal",ce=["horizontal","vertical"],F=a.forwardRef((e,o)=>{const{decorative:t,orientation:r=M,...n}=e,s=ue(r)?r:M,d=t?{role:"none"}:{"aria-orientation":s==="vertical"?s:void 0,role:"separator"};return u.jsx(j.div,{"data-orientation":s,...d,...n,ref:o})});F.displayName=le;function ue(e){return ce.includes(e)}var Ie=F,pe=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),de="VisuallyHidden",U=a.forwardRef((e,o)=>u.jsx(j.span,{...e,ref:o,style:{...pe,...e.style}}));U.displayName=de;var fe=U,[_,ke]=Q("Tooltip",[V]),A=V(),Y="TooltipProvider",ve=700,D="tooltip.open",[he,N]=_(Y),B=e=>{const{__scopeTooltip:o,delayDuration:t=ve,skipDelayDuration:r=300,disableHoverableContent:n=!1,children:s}=e,l=a.useRef(!0),d=a.useRef(!1),i=a.useRef(0);return a.useEffect(()=>{const f=i.current;return()=>window.clearTimeout(f)},[]),u.jsx(he,{scope:o,isOpenDelayedRef:l,delayDuration:t,onOpen:a.useCallback(()=>{window.clearTimeout(i.current),l.current=!1},[]),onClose:a.useCallback(()=>{window.clearTimeout(i.current),i.current=window.setTimeout(()=>l.current=!0,r)},[r]),isPointerInTransitRef:d,onPointerInTransitChange:a.useCallback(f=>{d.current=f},[]),disableHoverableContent:n,children:s})};B.displayName=Y;var R="Tooltip",[xe,O]=_(R),z=e=>{const{__scopeTooltip:o,children:t,open:r,defaultOpen:n,onOpenChange:s,disableHoverableContent:l,delayDuration:d}=e,i=N(R,e.__scopeTooltip),f=A(o),[c,v]=a.useState(null),h=te(),p=a.useRef(0),x=l??i.disableHoverableContent,y=d??i.delayDuration,T=a.useRef(!1),[C,g]=Z({prop:r,defaultProp:n??!1,onChange:S=>{S?(i.onOpen(),document.dispatchEvent(new CustomEvent(D))):i.onClose(),s?.(S)},caller:R}),w=a.useMemo(()=>C?T.current?"delayed-open":"instant-open":"closed",[C]),E=a.useCallback(()=>{window.clearTimeout(p.current),p.current=0,T.current=!1,g(!0)},[g]),P=a.useCallback(()=>{window.clearTimeout(p.current),p.current=0,g(!1)},[g]),k=a.useCallback(()=>{window.clearTimeout(p.current),p.current=window.setTimeout(()=>{T.current=!0,g(!0),p.current=0},y)},[y,g]);return a.useEffect(()=>()=>{p.current&&(window.clearTimeout(p.current),p.current=0)},[]),u.jsx(ne,{...f,children:u.jsx(xe,{scope:o,contentId:h,open:C,stateAttribute:w,trigger:c,onTriggerChange:v,onTriggerEnter:a.useCallback(()=>{i.isOpenDelayedRef.current?k():E()},[i.isOpenDelayedRef,k,E]),onTriggerLeave:a.useCallback(()=>{x?P():(window.clearTimeout(p.current),p.current=0)},[P,x]),onOpen:E,onClose:P,disableHoverableContent:x,children:t})})};z.displayName=R;var L="TooltipTrigger",$=a.forwardRef((e,o)=>{const{__scopeTooltip:t,...r}=e,n=O(L,t),s=N(L,t),l=A(t),d=a.useRef(null),i=G(o,d,n.onTriggerChange),f=a.useRef(!1),c=a.useRef(!1),v=a.useCallback(()=>f.current=!1,[]);return a.useEffect(()=>()=>document.removeEventListener("pointerup",v),[v]),u.jsx(ae,{asChild:!0,...l,children:u.jsx(j.button,{"aria-describedby":n.open?n.contentId:void 0,"data-state":n.stateAttribute,...r,ref:i,onPointerMove:m(e.onPointerMove,h=>{h.pointerType!=="touch"&&!c.current&&!s.isPointerInTransitRef.current&&(n.onTriggerEnter(),c.current=!0)}),onPointerLeave:m(e.onPointerLeave,()=>{n.onTriggerLeave(),c.current=!1}),onPointerDown:m(e.onPointerDown,()=>{n.open&&n.onClose(),f.current=!0,document.addEventListener("pointerup",v,{once:!0})}),onFocus:m(e.onFocus,()=>{f.current||n.onOpen()}),onBlur:m(e.onBlur,n.onClose),onClick:m(e.onClick,n.onClose)})})});$.displayName=L;var I="TooltipPortal",[Te,ye]=_(I,{forceMount:void 0}),q=e=>{const{__scopeTooltip:o,forceMount:t,children:r,container:n}=e,s=O(I,o);return u.jsx(Te,{scope:o,forceMount:t,children:u.jsx(H,{present:t||s.open,children:u.jsx(oe,{asChild:!0,container:n,children:r})})})};q.displayName=I;var b="TooltipContent",W=a.forwardRef((e,o)=>{const t=ye(b,e.__scopeTooltip),{forceMount:r=t.forceMount,side:n="top",...s}=e,l=O(b,e.__scopeTooltip);return u.jsx(H,{present:r||l.open,children:l.disableHoverableContent?u.jsx(X,{side:n,...s,ref:o}):u.jsx(ge,{side:n,...s,ref:o})})}),ge=a.forwardRef((e,o)=>{const t=O(b,e.__scopeTooltip),r=N(b,e.__scopeTooltip),n=a.useRef(null),s=G(o,n),[l,d]=a.useState(null),{trigger:i,onClose:f}=t,c=n.current,{onPointerInTransitChange:v}=r,h=a.useCallback(()=>{d(null),v(!1)},[v]),p=a.useCallback((x,y)=>{const T=x.currentTarget,C={x:x.clientX,y:x.clientY},g=we(C,T.getBoundingClientRect()),w=Ee(C,g),E=Pe(y.getBoundingClientRect()),P=Oe([...w,...E]);d(P),v(!0)},[v]);return a.useEffect(()=>()=>h(),[h]),a.useEffect(()=>{if(i&&c){const x=T=>p(T,c),y=T=>p(T,i);return i.addEventListener("pointerleave",x),c.addEventListener("pointerleave",y),()=>{i.removeEventListener("pointerleave",x),c.removeEventListener("pointerleave",y)}}},[i,c,p,h]),a.useEffect(()=>{if(l){const x=y=>{const T=y.target,C={x:y.clientX,y:y.clientY},g=i?.contains(T)||c?.contains(T),w=!Re(C,l);g?h():w&&(h(),f())};return document.addEventListener("pointermove",x),()=>document.removeEventListener("pointermove",x)}},[i,c,l,f,h]),u.jsx(X,{...e,ref:s})}),[Ce,me]=_(R,{isInside:!1}),be=ee("TooltipContent"),X=a.forwardRef((e,o)=>{const{__scopeTooltip:t,children:r,"aria-label":n,onEscapeKeyDown:s,onPointerDownOutside:l,...d}=e,i=O(b,t),f=A(t),{onClose:c}=i;return a.useEffect(()=>(document.addEventListener(D,c),()=>document.removeEventListener(D,c)),[c]),a.useEffect(()=>{if(i.trigger){const v=h=>{h.target?.contains(i.trigger)&&c()};return window.addEventListener("scroll",v,{capture:!0}),()=>window.removeEventListener("scroll",v,{capture:!0})}},[i.trigger,c]),u.jsx(re,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:l,onFocusOutside:v=>v.preventDefault(),onDismiss:c,children:u.jsxs(ie,{"data-state":i.stateAttribute,...f,...d,ref:o,style:{...d.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[u.jsx(be,{children:r}),u.jsx(Ce,{scope:t,isInside:!0,children:u.jsx(fe,{id:i.contentId,role:"tooltip",children:n||r})})]})})});W.displayName=b;var K="TooltipArrow",J=a.forwardRef((e,o)=>{const{__scopeTooltip:t,...r}=e,n=A(t);return me(K,t).isInside?null:u.jsx(se,{...n,...r,ref:o})});J.displayName=K;function we(e,o){const t=Math.abs(o.top-e.y),r=Math.abs(o.bottom-e.y),n=Math.abs(o.right-e.x),s=Math.abs(o.left-e.x);switch(Math.min(t,r,n,s)){case s:return"left";case n:return"right";case t:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function Ee(e,o,t=5){const r=[];switch(o){case"top":r.push({x:e.x-t,y:e.y+t},{x:e.x+t,y:e.y+t});break;case"bottom":r.push({x:e.x-t,y:e.y-t},{x:e.x+t,y:e.y-t});break;case"left":r.push({x:e.x+t,y:e.y-t},{x:e.x+t,y:e.y+t});break;case"right":r.push({x:e.x-t,y:e.y-t},{x:e.x-t,y:e.y+t});break}return r}function Pe(e){const{top:o,right:t,bottom:r,left:n}=e;return[{x:n,y:o},{x:t,y:o},{x:t,y:r},{x:n,y:r}]}function Re(e,o){const{x:t,y:r}=e;let n=!1;for(let s=0,l=o.length-1;s<o.length;l=s++){const d=o[s],i=o[l],f=d.x,c=d.y,v=i.x,h=i.y;c>r!=h>r&&t<(v-f)*(r-c)/(h-c)+f&&(n=!n)}return n}function Oe(e){const o=e.slice();return o.sort((t,r)=>t.x<r.x?-1:t.x>r.x?1:t.y<r.y?-1:t.y>r.y?1:0),_e(o)}function _e(e){if(e.length<=1)return e.slice();const o=[];for(let r=0;r<e.length;r++){const n=e[r];for(;o.length>=2;){const s=o[o.length-1],l=o[o.length-2];if((s.x-l.x)*(n.y-l.y)>=(s.y-l.y)*(n.x-l.x))o.pop();else break}o.push(n)}o.pop();const t=[];for(let r=e.length-1;r>=0;r--){const n=e[r];for(;t.length>=2;){const s=t[t.length-1],l=t[t.length-2];if((s.x-l.x)*(n.y-l.y)>=(s.y-l.y)*(n.x-l.x))t.pop();else break}t.push(n)}return t.pop(),o.length===1&&t.length===1&&o[0].x===t[0].x&&o[0].y===t[0].y?o:o.concat(t)}var Se=B,Me=z,He=$,Ge=q,Ve=W,Fe=J;export{Fe as A,Ve as C,Se as P,Ie as R,He as T,pe as V,Me as a,Ge as b};
1
+ import{a,p as u}from"./chunk-EF7DTUVF-CaKisB5m.js";import{P as j,c as Q,u as Z,a as m,b as H}from"./index-NRYqpySi.js";import{u as G,a as ee}from"./index-BeLOjj93.js";import{u as te,e as oe,i as re}from"./index-CeH3aQ97.js";import{c as V,R as ne,A as ae,a as se,C as ie}from"./index-Cia-K30j.js";var le="Separator",M="horizontal",ce=["horizontal","vertical"],F=a.forwardRef((e,o)=>{const{decorative:t,orientation:r=M,...n}=e,s=ue(r)?r:M,d=t?{role:"none"}:{"aria-orientation":s==="vertical"?s:void 0,role:"separator"};return u.jsx(j.div,{"data-orientation":s,...d,...n,ref:o})});F.displayName=le;function ue(e){return ce.includes(e)}var Ie=F,pe=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),de="VisuallyHidden",U=a.forwardRef((e,o)=>u.jsx(j.span,{...e,ref:o,style:{...pe,...e.style}}));U.displayName=de;var fe=U,[_,ke]=Q("Tooltip",[V]),A=V(),Y="TooltipProvider",ve=700,D="tooltip.open",[he,N]=_(Y),B=e=>{const{__scopeTooltip:o,delayDuration:t=ve,skipDelayDuration:r=300,disableHoverableContent:n=!1,children:s}=e,l=a.useRef(!0),d=a.useRef(!1),i=a.useRef(0);return a.useEffect(()=>{const f=i.current;return()=>window.clearTimeout(f)},[]),u.jsx(he,{scope:o,isOpenDelayedRef:l,delayDuration:t,onOpen:a.useCallback(()=>{window.clearTimeout(i.current),l.current=!1},[]),onClose:a.useCallback(()=>{window.clearTimeout(i.current),i.current=window.setTimeout(()=>l.current=!0,r)},[r]),isPointerInTransitRef:d,onPointerInTransitChange:a.useCallback(f=>{d.current=f},[]),disableHoverableContent:n,children:s})};B.displayName=Y;var R="Tooltip",[xe,O]=_(R),z=e=>{const{__scopeTooltip:o,children:t,open:r,defaultOpen:n,onOpenChange:s,disableHoverableContent:l,delayDuration:d}=e,i=N(R,e.__scopeTooltip),f=A(o),[c,v]=a.useState(null),h=te(),p=a.useRef(0),x=l??i.disableHoverableContent,y=d??i.delayDuration,T=a.useRef(!1),[C,g]=Z({prop:r,defaultProp:n??!1,onChange:S=>{S?(i.onOpen(),document.dispatchEvent(new CustomEvent(D))):i.onClose(),s?.(S)},caller:R}),w=a.useMemo(()=>C?T.current?"delayed-open":"instant-open":"closed",[C]),E=a.useCallback(()=>{window.clearTimeout(p.current),p.current=0,T.current=!1,g(!0)},[g]),P=a.useCallback(()=>{window.clearTimeout(p.current),p.current=0,g(!1)},[g]),k=a.useCallback(()=>{window.clearTimeout(p.current),p.current=window.setTimeout(()=>{T.current=!0,g(!0),p.current=0},y)},[y,g]);return a.useEffect(()=>()=>{p.current&&(window.clearTimeout(p.current),p.current=0)},[]),u.jsx(ne,{...f,children:u.jsx(xe,{scope:o,contentId:h,open:C,stateAttribute:w,trigger:c,onTriggerChange:v,onTriggerEnter:a.useCallback(()=>{i.isOpenDelayedRef.current?k():E()},[i.isOpenDelayedRef,k,E]),onTriggerLeave:a.useCallback(()=>{x?P():(window.clearTimeout(p.current),p.current=0)},[P,x]),onOpen:E,onClose:P,disableHoverableContent:x,children:t})})};z.displayName=R;var L="TooltipTrigger",$=a.forwardRef((e,o)=>{const{__scopeTooltip:t,...r}=e,n=O(L,t),s=N(L,t),l=A(t),d=a.useRef(null),i=G(o,d,n.onTriggerChange),f=a.useRef(!1),c=a.useRef(!1),v=a.useCallback(()=>f.current=!1,[]);return a.useEffect(()=>()=>document.removeEventListener("pointerup",v),[v]),u.jsx(ae,{asChild:!0,...l,children:u.jsx(j.button,{"aria-describedby":n.open?n.contentId:void 0,"data-state":n.stateAttribute,...r,ref:i,onPointerMove:m(e.onPointerMove,h=>{h.pointerType!=="touch"&&!c.current&&!s.isPointerInTransitRef.current&&(n.onTriggerEnter(),c.current=!0)}),onPointerLeave:m(e.onPointerLeave,()=>{n.onTriggerLeave(),c.current=!1}),onPointerDown:m(e.onPointerDown,()=>{n.open&&n.onClose(),f.current=!0,document.addEventListener("pointerup",v,{once:!0})}),onFocus:m(e.onFocus,()=>{f.current||n.onOpen()}),onBlur:m(e.onBlur,n.onClose),onClick:m(e.onClick,n.onClose)})})});$.displayName=L;var I="TooltipPortal",[Te,ye]=_(I,{forceMount:void 0}),q=e=>{const{__scopeTooltip:o,forceMount:t,children:r,container:n}=e,s=O(I,o);return u.jsx(Te,{scope:o,forceMount:t,children:u.jsx(H,{present:t||s.open,children:u.jsx(oe,{asChild:!0,container:n,children:r})})})};q.displayName=I;var b="TooltipContent",W=a.forwardRef((e,o)=>{const t=ye(b,e.__scopeTooltip),{forceMount:r=t.forceMount,side:n="top",...s}=e,l=O(b,e.__scopeTooltip);return u.jsx(H,{present:r||l.open,children:l.disableHoverableContent?u.jsx(X,{side:n,...s,ref:o}):u.jsx(ge,{side:n,...s,ref:o})})}),ge=a.forwardRef((e,o)=>{const t=O(b,e.__scopeTooltip),r=N(b,e.__scopeTooltip),n=a.useRef(null),s=G(o,n),[l,d]=a.useState(null),{trigger:i,onClose:f}=t,c=n.current,{onPointerInTransitChange:v}=r,h=a.useCallback(()=>{d(null),v(!1)},[v]),p=a.useCallback((x,y)=>{const T=x.currentTarget,C={x:x.clientX,y:x.clientY},g=we(C,T.getBoundingClientRect()),w=Ee(C,g),E=Pe(y.getBoundingClientRect()),P=Oe([...w,...E]);d(P),v(!0)},[v]);return a.useEffect(()=>()=>h(),[h]),a.useEffect(()=>{if(i&&c){const x=T=>p(T,c),y=T=>p(T,i);return i.addEventListener("pointerleave",x),c.addEventListener("pointerleave",y),()=>{i.removeEventListener("pointerleave",x),c.removeEventListener("pointerleave",y)}}},[i,c,p,h]),a.useEffect(()=>{if(l){const x=y=>{const T=y.target,C={x:y.clientX,y:y.clientY},g=i?.contains(T)||c?.contains(T),w=!Re(C,l);g?h():w&&(h(),f())};return document.addEventListener("pointermove",x),()=>document.removeEventListener("pointermove",x)}},[i,c,l,f,h]),u.jsx(X,{...e,ref:s})}),[Ce,me]=_(R,{isInside:!1}),be=ee("TooltipContent"),X=a.forwardRef((e,o)=>{const{__scopeTooltip:t,children:r,"aria-label":n,onEscapeKeyDown:s,onPointerDownOutside:l,...d}=e,i=O(b,t),f=A(t),{onClose:c}=i;return a.useEffect(()=>(document.addEventListener(D,c),()=>document.removeEventListener(D,c)),[c]),a.useEffect(()=>{if(i.trigger){const v=h=>{h.target?.contains(i.trigger)&&c()};return window.addEventListener("scroll",v,{capture:!0}),()=>window.removeEventListener("scroll",v,{capture:!0})}},[i.trigger,c]),u.jsx(re,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:l,onFocusOutside:v=>v.preventDefault(),onDismiss:c,children:u.jsxs(ie,{"data-state":i.stateAttribute,...f,...d,ref:o,style:{...d.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[u.jsx(be,{children:r}),u.jsx(Ce,{scope:t,isInside:!0,children:u.jsx(fe,{id:i.contentId,role:"tooltip",children:n||r})})]})})});W.displayName=b;var K="TooltipArrow",J=a.forwardRef((e,o)=>{const{__scopeTooltip:t,...r}=e,n=A(t);return me(K,t).isInside?null:u.jsx(se,{...n,...r,ref:o})});J.displayName=K;function we(e,o){const t=Math.abs(o.top-e.y),r=Math.abs(o.bottom-e.y),n=Math.abs(o.right-e.x),s=Math.abs(o.left-e.x);switch(Math.min(t,r,n,s)){case s:return"left";case n:return"right";case t:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function Ee(e,o,t=5){const r=[];switch(o){case"top":r.push({x:e.x-t,y:e.y+t},{x:e.x+t,y:e.y+t});break;case"bottom":r.push({x:e.x-t,y:e.y-t},{x:e.x+t,y:e.y-t});break;case"left":r.push({x:e.x+t,y:e.y-t},{x:e.x+t,y:e.y+t});break;case"right":r.push({x:e.x-t,y:e.y-t},{x:e.x-t,y:e.y+t});break}return r}function Pe(e){const{top:o,right:t,bottom:r,left:n}=e;return[{x:n,y:o},{x:t,y:o},{x:t,y:r},{x:n,y:r}]}function Re(e,o){const{x:t,y:r}=e;let n=!1;for(let s=0,l=o.length-1;s<o.length;l=s++){const d=o[s],i=o[l],f=d.x,c=d.y,v=i.x,h=i.y;c>r!=h>r&&t<(v-f)*(r-c)/(h-c)+f&&(n=!n)}return n}function Oe(e){const o=e.slice();return o.sort((t,r)=>t.x<r.x?-1:t.x>r.x?1:t.y<r.y?-1:t.y>r.y?1:0),_e(o)}function _e(e){if(e.length<=1)return e.slice();const o=[];for(let r=0;r<e.length;r++){const n=e[r];for(;o.length>=2;){const s=o[o.length-1],l=o[o.length-2];if((s.x-l.x)*(n.y-l.y)>=(s.y-l.y)*(n.x-l.x))o.pop();else break}o.push(n)}o.pop();const t=[];for(let r=e.length-1;r>=0;r--){const n=e[r];for(;t.length>=2;){const s=t[t.length-1],l=t[t.length-2];if((s.x-l.x)*(n.y-l.y)>=(s.y-l.y)*(n.x-l.x))t.pop();else break}t.push(n)}return t.pop(),o.length===1&&t.length===1&&o[0].x===t[0].x&&o[0].y===t[0].y?o:o.concat(t)}var Se=B,Me=z,He=$,Ge=q,Ve=W,Fe=J;export{Fe as A,Ve as C,Se as P,Ie as R,He as T,pe as V,Me as a,Ge as b};
@@ -1 +1 @@
1
- import{a as c,p}from"./chunk-EF7DTUVF-CaKisB5m.js";import{u as G,c as H,P as A,a as P,b as O}from"./index-Ct_4ArX8.js";import{u as _,b as K}from"./index-DO7DtA1Q.js";import{u as $,e as U,h as V,g as W,f as Z,F as q,i as z}from"./index-Bb8pHI6J.js";import{c as E,R as B,A as w,a as J,C as Q}from"./index-BDqB5AyL.js";var x="Popover",[b,le]=H(x,[E]),g=E(),[X,u]=b(x),j=e=>{const{__scopePopover:n,children:t,open:s,defaultOpen:o,onOpenChange:r,modal:a=!1}=e,i=g(n),f=c.useRef(null),[v,h]=c.useState(!1),[C,l]=G({prop:s,defaultProp:o??!1,onChange:r,caller:x});return p.jsx(B,{...i,children:p.jsx(X,{scope:n,contentId:$(),triggerRef:f,open:C,onOpenChange:l,onOpenToggle:c.useCallback(()=>l(m=>!m),[l]),hasCustomAnchor:v,onCustomAnchorAdd:c.useCallback(()=>h(!0),[]),onCustomAnchorRemove:c.useCallback(()=>h(!1),[]),modal:a,children:t})})};j.displayName=x;var F="PopoverAnchor",N=c.forwardRef((e,n)=>{const{__scopePopover:t,...s}=e,o=u(F,t),r=g(t),{onCustomAnchorAdd:a,onCustomAnchorRemove:i}=o;return c.useEffect(()=>(a(),()=>i()),[a,i]),p.jsx(w,{...r,...s,ref:n})});N.displayName=F;var S="PopoverTrigger",y=c.forwardRef((e,n)=>{const{__scopePopover:t,...s}=e,o=u(S,t),r=g(t),a=_(n,o.triggerRef),i=p.jsx(A.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":L(o.open),...s,ref:a,onClick:P(e.onClick,o.onOpenToggle)});return o.hasCustomAnchor?i:p.jsx(w,{asChild:!0,...r,children:i})});y.displayName=S;var R="PopoverPortal",[Y,ee]=b(R,{forceMount:void 0}),D=e=>{const{__scopePopover:n,forceMount:t,children:s,container:o}=e,r=u(R,n);return p.jsx(Y,{scope:n,forceMount:t,children:p.jsx(O,{present:t||r.open,children:p.jsx(U,{asChild:!0,container:o,children:s})})})};D.displayName=R;var d="PopoverContent",M=c.forwardRef((e,n)=>{const t=ee(d,e.__scopePopover),{forceMount:s=t.forceMount,...o}=e,r=u(d,e.__scopePopover);return p.jsx(O,{present:s||r.open,children:r.modal?p.jsx(re,{...o,ref:n}):p.jsx(te,{...o,ref:n})})});M.displayName=d;var oe=K("PopoverContent.RemoveScroll"),re=c.forwardRef((e,n)=>{const t=u(d,e.__scopePopover),s=c.useRef(null),o=_(n,s),r=c.useRef(!1);return c.useEffect(()=>{const a=s.current;if(a)return V(a)},[]),p.jsx(W,{as:oe,allowPinchZoom:!0,children:p.jsx(T,{...e,ref:o,trapFocus:t.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:P(e.onCloseAutoFocus,a=>{a.preventDefault(),r.current||t.triggerRef.current?.focus()}),onPointerDownOutside:P(e.onPointerDownOutside,a=>{const i=a.detail.originalEvent,f=i.button===0&&i.ctrlKey===!0,v=i.button===2||f;r.current=v},{checkForDefaultPrevented:!1}),onFocusOutside:P(e.onFocusOutside,a=>a.preventDefault(),{checkForDefaultPrevented:!1})})})}),te=c.forwardRef((e,n)=>{const t=u(d,e.__scopePopover),s=c.useRef(!1),o=c.useRef(!1);return p.jsx(T,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:r=>{e.onCloseAutoFocus?.(r),r.defaultPrevented||(s.current||t.triggerRef.current?.focus(),r.preventDefault()),s.current=!1,o.current=!1},onInteractOutside:r=>{e.onInteractOutside?.(r),r.defaultPrevented||(s.current=!0,r.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=r.target;t.triggerRef.current?.contains(a)&&r.preventDefault(),r.detail.originalEvent.type==="focusin"&&o.current&&r.preventDefault()}})}),T=c.forwardRef((e,n)=>{const{__scopePopover:t,trapFocus:s,onOpenAutoFocus:o,onCloseAutoFocus:r,disableOutsidePointerEvents:a,onEscapeKeyDown:i,onPointerDownOutside:f,onFocusOutside:v,onInteractOutside:h,...C}=e,l=u(d,t),m=g(t);return Z(),p.jsx(q,{asChild:!0,loop:!0,trapped:s,onMountAutoFocus:o,onUnmountAutoFocus:r,children:p.jsx(z,{asChild:!0,disableOutsidePointerEvents:a,onInteractOutside:h,onEscapeKeyDown:i,onPointerDownOutside:f,onFocusOutside:v,onDismiss:()=>l.onOpenChange(!1),children:p.jsx(Q,{"data-state":L(l.open),role:"dialog",id:l.contentId,...m,...C,ref:n,style:{...C.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),k="PopoverClose",ne=c.forwardRef((e,n)=>{const{__scopePopover:t,...s}=e,o=u(k,t);return p.jsx(A.button,{type:"button",...s,ref:n,onClick:P(e.onClick,()=>o.onOpenChange(!1))})});ne.displayName=k;var se="PopoverArrow",I=c.forwardRef((e,n)=>{const{__scopePopover:t,...s}=e,o=g(t);return p.jsx(J,{...o,...s,ref:n})});I.displayName=se;function L(e){return e?"open":"closed"}var de=j,fe=N,ve=y,Pe=D,ge=M,he=I;export{fe as A,ge as C,Pe as P,de as R,ve as T,he as a};
1
+ import{a as c,p}from"./chunk-EF7DTUVF-CaKisB5m.js";import{u as G,c as H,P as A,a as P,b as O}from"./index-NRYqpySi.js";import{u as _,b as K}from"./index-BeLOjj93.js";import{u as $,e as U,h as V,g as W,f as Z,F as q,i as z}from"./index-CeH3aQ97.js";import{c as E,R as B,A as w,a as J,C as Q}from"./index-Cia-K30j.js";var x="Popover",[b,le]=H(x,[E]),g=E(),[X,u]=b(x),j=e=>{const{__scopePopover:n,children:t,open:s,defaultOpen:o,onOpenChange:r,modal:a=!1}=e,i=g(n),f=c.useRef(null),[v,h]=c.useState(!1),[C,l]=G({prop:s,defaultProp:o??!1,onChange:r,caller:x});return p.jsx(B,{...i,children:p.jsx(X,{scope:n,contentId:$(),triggerRef:f,open:C,onOpenChange:l,onOpenToggle:c.useCallback(()=>l(m=>!m),[l]),hasCustomAnchor:v,onCustomAnchorAdd:c.useCallback(()=>h(!0),[]),onCustomAnchorRemove:c.useCallback(()=>h(!1),[]),modal:a,children:t})})};j.displayName=x;var F="PopoverAnchor",N=c.forwardRef((e,n)=>{const{__scopePopover:t,...s}=e,o=u(F,t),r=g(t),{onCustomAnchorAdd:a,onCustomAnchorRemove:i}=o;return c.useEffect(()=>(a(),()=>i()),[a,i]),p.jsx(w,{...r,...s,ref:n})});N.displayName=F;var S="PopoverTrigger",y=c.forwardRef((e,n)=>{const{__scopePopover:t,...s}=e,o=u(S,t),r=g(t),a=_(n,o.triggerRef),i=p.jsx(A.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":L(o.open),...s,ref:a,onClick:P(e.onClick,o.onOpenToggle)});return o.hasCustomAnchor?i:p.jsx(w,{asChild:!0,...r,children:i})});y.displayName=S;var R="PopoverPortal",[Y,ee]=b(R,{forceMount:void 0}),D=e=>{const{__scopePopover:n,forceMount:t,children:s,container:o}=e,r=u(R,n);return p.jsx(Y,{scope:n,forceMount:t,children:p.jsx(O,{present:t||r.open,children:p.jsx(U,{asChild:!0,container:o,children:s})})})};D.displayName=R;var d="PopoverContent",M=c.forwardRef((e,n)=>{const t=ee(d,e.__scopePopover),{forceMount:s=t.forceMount,...o}=e,r=u(d,e.__scopePopover);return p.jsx(O,{present:s||r.open,children:r.modal?p.jsx(re,{...o,ref:n}):p.jsx(te,{...o,ref:n})})});M.displayName=d;var oe=K("PopoverContent.RemoveScroll"),re=c.forwardRef((e,n)=>{const t=u(d,e.__scopePopover),s=c.useRef(null),o=_(n,s),r=c.useRef(!1);return c.useEffect(()=>{const a=s.current;if(a)return V(a)},[]),p.jsx(W,{as:oe,allowPinchZoom:!0,children:p.jsx(T,{...e,ref:o,trapFocus:t.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:P(e.onCloseAutoFocus,a=>{a.preventDefault(),r.current||t.triggerRef.current?.focus()}),onPointerDownOutside:P(e.onPointerDownOutside,a=>{const i=a.detail.originalEvent,f=i.button===0&&i.ctrlKey===!0,v=i.button===2||f;r.current=v},{checkForDefaultPrevented:!1}),onFocusOutside:P(e.onFocusOutside,a=>a.preventDefault(),{checkForDefaultPrevented:!1})})})}),te=c.forwardRef((e,n)=>{const t=u(d,e.__scopePopover),s=c.useRef(!1),o=c.useRef(!1);return p.jsx(T,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:r=>{e.onCloseAutoFocus?.(r),r.defaultPrevented||(s.current||t.triggerRef.current?.focus(),r.preventDefault()),s.current=!1,o.current=!1},onInteractOutside:r=>{e.onInteractOutside?.(r),r.defaultPrevented||(s.current=!0,r.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=r.target;t.triggerRef.current?.contains(a)&&r.preventDefault(),r.detail.originalEvent.type==="focusin"&&o.current&&r.preventDefault()}})}),T=c.forwardRef((e,n)=>{const{__scopePopover:t,trapFocus:s,onOpenAutoFocus:o,onCloseAutoFocus:r,disableOutsidePointerEvents:a,onEscapeKeyDown:i,onPointerDownOutside:f,onFocusOutside:v,onInteractOutside:h,...C}=e,l=u(d,t),m=g(t);return Z(),p.jsx(q,{asChild:!0,loop:!0,trapped:s,onMountAutoFocus:o,onUnmountAutoFocus:r,children:p.jsx(z,{asChild:!0,disableOutsidePointerEvents:a,onInteractOutside:h,onEscapeKeyDown:i,onPointerDownOutside:f,onFocusOutside:v,onDismiss:()=>l.onOpenChange(!1),children:p.jsx(Q,{"data-state":L(l.open),role:"dialog",id:l.contentId,...m,...C,ref:n,style:{...C.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),k="PopoverClose",ne=c.forwardRef((e,n)=>{const{__scopePopover:t,...s}=e,o=u(k,t);return p.jsx(A.button,{type:"button",...s,ref:n,onClick:P(e.onClick,()=>o.onOpenChange(!1))})});ne.displayName=k;var se="PopoverArrow",I=c.forwardRef((e,n)=>{const{__scopePopover:t,...s}=e,o=g(t);return p.jsx(J,{...o,...s,ref:n})});I.displayName=se;function L(e){return e?"open":"closed"}var de=j,fe=N,ve=y,Pe=D,ge=M,he=I;export{fe as A,ge as C,Pe as P,de as R,ve as T,he as a};
@@ -1,4 +1,4 @@
1
- import{a,B as et,p as g}from"./chunk-EF7DTUVF-CaKisB5m.js";import{d as Se,P as x,a as A,f as tt,u as nt,c as rt,b as ie,g as ot}from"./index-Ct_4ArX8.js";import{u as _,b as at}from"./index-DO7DtA1Q.js";import{R as it}from"./index-BJ-ODQ_I.js";import{_ as N,a as we,b as st}from"./tslib.es6-De9GV7Vy.js";var ct=et[" useId ".trim().toString()]||(()=>{}),ut=0;function Z(e){const[t,n]=a.useState(ct());return Se(()=>{n(r=>r??String(ut++))},[e]),e||(t?`radix-${t}`:"")}function B(e){const t=a.useRef(e);return a.useEffect(()=>{t.current=e}),a.useMemo(()=>(...n)=>t.current?.(...n),[])}function lt(e,t=globalThis?.document){const n=B(e);a.useEffect(()=>{const r=o=>{o.key==="Escape"&&n(o)};return t.addEventListener("keydown",r,{capture:!0}),()=>t.removeEventListener("keydown",r,{capture:!0})},[n,t])}var dt="DismissableLayer",oe="dismissableLayer.update",ft="dismissableLayer.pointerDownOutside",vt="dismissableLayer.focusOutside",le,De=a.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Re=a.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:o,onFocusOutside:i,onInteractOutside:u,onDismiss:s,...E}=e,l=a.useContext(De),[d,v]=a.useState(null),h=d?.ownerDocument??globalThis?.document,[,y]=a.useState({}),D=_(t,p=>v(p)),c=Array.from(l.layers),[f]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),m=c.indexOf(f),b=d?c.indexOf(d):-1,C=l.layersWithOutsidePointerEventsDisabled.size>0,S=b>=m,w=gt(p=>{const O=p.target,W=[...l.branches].some(z=>z.contains(O));!S||W||(o?.(p),u?.(p),p.defaultPrevented||s?.())},h),P=pt(p=>{const O=p.target;[...l.branches].some(z=>z.contains(O))||(i?.(p),u?.(p),p.defaultPrevented||s?.())},h);return lt(p=>{b===l.layers.size-1&&(r?.(p),!p.defaultPrevented&&s&&(p.preventDefault(),s()))},h),a.useEffect(()=>{if(d)return n&&(l.layersWithOutsidePointerEventsDisabled.size===0&&(le=h.body.style.pointerEvents,h.body.style.pointerEvents="none"),l.layersWithOutsidePointerEventsDisabled.add(d)),l.layers.add(d),de(),()=>{n&&l.layersWithOutsidePointerEventsDisabled.size===1&&(h.body.style.pointerEvents=le)}},[d,h,n,l]),a.useEffect(()=>()=>{d&&(l.layers.delete(d),l.layersWithOutsidePointerEventsDisabled.delete(d),de())},[d,l]),a.useEffect(()=>{const p=()=>y({});return document.addEventListener(oe,p),()=>document.removeEventListener(oe,p)},[]),g.jsx(x.div,{...E,ref:D,style:{pointerEvents:C?S?"auto":"none":void 0,...e.style},onFocusCapture:A(e.onFocusCapture,P.onFocusCapture),onBlurCapture:A(e.onBlurCapture,P.onBlurCapture),onPointerDownCapture:A(e.onPointerDownCapture,w.onPointerDownCapture)})});Re.displayName=dt;var ht="DismissableLayerBranch",mt=a.forwardRef((e,t)=>{const n=a.useContext(De),r=a.useRef(null),o=_(t,r);return a.useEffect(()=>{const i=r.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),g.jsx(x.div,{...e,ref:o})});mt.displayName=ht;function gt(e,t=globalThis?.document){const n=B(e),r=a.useRef(!1),o=a.useRef(()=>{});return a.useEffect(()=>{const i=s=>{if(s.target&&!r.current){let E=function(){Pe(ft,n,l,{discrete:!0})};const l={originalEvent:s};s.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=E,t.addEventListener("click",o.current,{once:!0})):E()}else t.removeEventListener("click",o.current);r.current=!1},u=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(u),t.removeEventListener("pointerdown",i),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function pt(e,t=globalThis?.document){const n=B(e),r=a.useRef(!1);return a.useEffect(()=>{const o=i=>{i.target&&!r.current&&Pe(vt,n,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function de(){const e=new CustomEvent(oe);document.dispatchEvent(e)}function Pe(e,t,n,{discrete:r}){const o=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?tt(o,i):o.dispatchEvent(i)}var q="focusScope.autoFocusOnMount",Q="focusScope.autoFocusOnUnmount",fe={bubbles:!1,cancelable:!0},Et="FocusScope",Oe=a.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:i,...u}=e,[s,E]=a.useState(null),l=B(o),d=B(i),v=a.useRef(null),h=_(t,c=>E(c)),y=a.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;a.useEffect(()=>{if(r){let c=function(C){if(y.paused||!s)return;const S=C.target;s.contains(S)?v.current=S:T(v.current,{select:!0})},f=function(C){if(y.paused||!s)return;const S=C.relatedTarget;S!==null&&(s.contains(S)||T(v.current,{select:!0}))},m=function(C){if(document.activeElement===document.body)for(const w of C)w.removedNodes.length>0&&T(s)};document.addEventListener("focusin",c),document.addEventListener("focusout",f);const b=new MutationObserver(m);return s&&b.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",c),document.removeEventListener("focusout",f),b.disconnect()}}},[r,s,y.paused]),a.useEffect(()=>{if(s){he.add(y);const c=document.activeElement;if(!s.contains(c)){const m=new CustomEvent(q,fe);s.addEventListener(q,l),s.dispatchEvent(m),m.defaultPrevented||(yt(Dt(xe(s)),{select:!0}),document.activeElement===c&&T(s))}return()=>{s.removeEventListener(q,l),setTimeout(()=>{const m=new CustomEvent(Q,fe);s.addEventListener(Q,d),s.dispatchEvent(m),m.defaultPrevented||T(c??document.body,{select:!0}),s.removeEventListener(Q,d),he.remove(y)},0)}}},[s,l,d,y]);const D=a.useCallback(c=>{if(!n&&!r||y.paused)return;const f=c.key==="Tab"&&!c.altKey&&!c.ctrlKey&&!c.metaKey,m=document.activeElement;if(f&&m){const b=c.currentTarget,[C,S]=bt(b);C&&S?!c.shiftKey&&m===S?(c.preventDefault(),n&&T(C,{select:!0})):c.shiftKey&&m===C&&(c.preventDefault(),n&&T(S,{select:!0})):m===b&&c.preventDefault()}},[n,r,y.paused]);return g.jsx(x.div,{tabIndex:-1,...u,ref:h,onKeyDown:D})});Oe.displayName=Et;function yt(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(T(r,{select:t}),document.activeElement!==n)return}function bt(e){const t=xe(e),n=ve(t,e),r=ve(t.reverse(),e);return[n,r]}function xe(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function ve(e,t){for(const n of e)if(!Ct(n,{upTo:t}))return n}function Ct(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function St(e){return e instanceof HTMLInputElement&&"select"in e}function T(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&St(e)&&t&&e.select()}}var he=wt();function wt(){let e=[];return{add(t){const n=e[0];t!==n&&n?.pause(),e=me(e,t),e.unshift(t)},remove(t){e=me(e,t),e[0]?.resume()}}}function me(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function Dt(e){return e.filter(t=>t.tagName!=="A")}var Rt="Portal",Te=a.forwardRef((e,t)=>{const{container:n,...r}=e,[o,i]=a.useState(!1);Se(()=>i(!0),[]);const u=n||o&&globalThis?.document?.body;return u?it.createPortal(g.jsx(x.div,{...r,ref:t}),u):null});Te.displayName=Rt;var J=0;function Pt(){a.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??ge()),document.body.insertAdjacentElement("beforeend",e[1]??ge()),J++,()=>{J===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),J--}},[])}function ge(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var G="right-scroll-bar-position",V="width-before-scroll-bar",Ot="with-scroll-bars-hidden",xt="--removed-body-scroll-bar-size";function ee(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function Tt(e,t){var n=a.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=t,n.facade}var Nt=typeof window<"u"?a.useLayoutEffect:a.useEffect,pe=new WeakMap;function At(e,t){var n=Tt(null,function(r){return e.forEach(function(o){return ee(o,r)})});return Nt(function(){var r=pe.get(n);if(r){var o=new Set(r),i=new Set(e),u=n.current;o.forEach(function(s){i.has(s)||ee(s,null)}),i.forEach(function(s){o.has(s)||ee(s,u)})}pe.set(n,e)},[e]),n}function It(e){return e}function Lt(e,t){t===void 0&&(t=It);var n=[],r=!1,o={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(i){var u=t(i,r);return n.push(u),function(){n=n.filter(function(s){return s!==u})}},assignSyncMedium:function(i){for(r=!0;n.length;){var u=n;n=[],u.forEach(i)}n={push:function(s){return i(s)},filter:function(){return n}}},assignMedium:function(i){r=!0;var u=[];if(n.length){var s=n;n=[],s.forEach(i),u=n}var E=function(){var d=u;u=[],d.forEach(i)},l=function(){return Promise.resolve().then(E)};l(),n={push:function(d){u.push(d),l()},filter:function(d){return u=u.filter(d),n}}}};return o}function Mt(e){e===void 0&&(e={});var t=Lt(null);return t.options=N({async:!0,ssr:!1},e),t}var Ne=function(e){var t=e.sideCar,n=we(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return a.createElement(r,N({},n))};Ne.isSideCarExport=!0;function Ft(e,t){return e.useMedium(t),Ne}var Ae=Mt(),te=function(){},X=a.forwardRef(function(e,t){var n=a.useRef(null),r=a.useState({onScrollCapture:te,onWheelCapture:te,onTouchMoveCapture:te}),o=r[0],i=r[1],u=e.forwardProps,s=e.children,E=e.className,l=e.removeScrollBar,d=e.enabled,v=e.shards,h=e.sideCar,y=e.noRelative,D=e.noIsolation,c=e.inert,f=e.allowPinchZoom,m=e.as,b=m===void 0?"div":m,C=e.gapMode,S=we(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),w=h,P=At([n,t]),p=N(N({},S),o);return a.createElement(a.Fragment,null,d&&a.createElement(w,{sideCar:Ae,removeScrollBar:l,shards:v,noRelative:y,noIsolation:D,inert:c,setCallbacks:i,allowPinchZoom:!!f,lockRef:n,gapMode:C}),u?a.cloneElement(a.Children.only(s),N(N({},p),{ref:P})):a.createElement(b,N({},p,{className:E,ref:P}),s))});X.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};X.classNames={fullWidth:V,zeroRight:G};var kt=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function _t(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=kt();return t&&e.setAttribute("nonce",t),e}function Wt(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function Bt(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var jt=function(){var e=0,t=null;return{add:function(n){e==0&&(t=_t())&&(Wt(t,n),Bt(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},Ut=function(){var e=jt();return function(t,n){a.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},Ie=function(){var e=Ut(),t=function(n){var r=n.styles,o=n.dynamic;return e(r,o),null};return t},Kt={left:0,top:0,right:0,gap:0},ne=function(e){return parseInt(e||"",10)||0},Ht=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[ne(n),ne(r),ne(o)]},Gt=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return Kt;var t=Ht(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},Vt=Ie(),k="data-scroll-locked",Yt=function(e,t,n,r){var o=e.left,i=e.top,u=e.right,s=e.gap;return n===void 0&&(n="margin"),`
1
+ import{a,B as et,p as g}from"./chunk-EF7DTUVF-CaKisB5m.js";import{d as Se,P as x,a as A,f as tt,u as nt,c as rt,b as ie,g as ot}from"./index-NRYqpySi.js";import{u as _,b as at}from"./index-BeLOjj93.js";import{R as it}from"./index-BJ-ODQ_I.js";import{_ as N,a as we,b as st}from"./tslib.es6-De9GV7Vy.js";var ct=et[" useId ".trim().toString()]||(()=>{}),ut=0;function Z(e){const[t,n]=a.useState(ct());return Se(()=>{n(r=>r??String(ut++))},[e]),e||(t?`radix-${t}`:"")}function B(e){const t=a.useRef(e);return a.useEffect(()=>{t.current=e}),a.useMemo(()=>(...n)=>t.current?.(...n),[])}function lt(e,t=globalThis?.document){const n=B(e);a.useEffect(()=>{const r=o=>{o.key==="Escape"&&n(o)};return t.addEventListener("keydown",r,{capture:!0}),()=>t.removeEventListener("keydown",r,{capture:!0})},[n,t])}var dt="DismissableLayer",oe="dismissableLayer.update",ft="dismissableLayer.pointerDownOutside",vt="dismissableLayer.focusOutside",le,De=a.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Re=a.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:o,onFocusOutside:i,onInteractOutside:u,onDismiss:s,...E}=e,l=a.useContext(De),[d,v]=a.useState(null),h=d?.ownerDocument??globalThis?.document,[,y]=a.useState({}),D=_(t,p=>v(p)),c=Array.from(l.layers),[f]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),m=c.indexOf(f),b=d?c.indexOf(d):-1,C=l.layersWithOutsidePointerEventsDisabled.size>0,S=b>=m,w=gt(p=>{const O=p.target,W=[...l.branches].some(z=>z.contains(O));!S||W||(o?.(p),u?.(p),p.defaultPrevented||s?.())},h),P=pt(p=>{const O=p.target;[...l.branches].some(z=>z.contains(O))||(i?.(p),u?.(p),p.defaultPrevented||s?.())},h);return lt(p=>{b===l.layers.size-1&&(r?.(p),!p.defaultPrevented&&s&&(p.preventDefault(),s()))},h),a.useEffect(()=>{if(d)return n&&(l.layersWithOutsidePointerEventsDisabled.size===0&&(le=h.body.style.pointerEvents,h.body.style.pointerEvents="none"),l.layersWithOutsidePointerEventsDisabled.add(d)),l.layers.add(d),de(),()=>{n&&l.layersWithOutsidePointerEventsDisabled.size===1&&(h.body.style.pointerEvents=le)}},[d,h,n,l]),a.useEffect(()=>()=>{d&&(l.layers.delete(d),l.layersWithOutsidePointerEventsDisabled.delete(d),de())},[d,l]),a.useEffect(()=>{const p=()=>y({});return document.addEventListener(oe,p),()=>document.removeEventListener(oe,p)},[]),g.jsx(x.div,{...E,ref:D,style:{pointerEvents:C?S?"auto":"none":void 0,...e.style},onFocusCapture:A(e.onFocusCapture,P.onFocusCapture),onBlurCapture:A(e.onBlurCapture,P.onBlurCapture),onPointerDownCapture:A(e.onPointerDownCapture,w.onPointerDownCapture)})});Re.displayName=dt;var ht="DismissableLayerBranch",mt=a.forwardRef((e,t)=>{const n=a.useContext(De),r=a.useRef(null),o=_(t,r);return a.useEffect(()=>{const i=r.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),g.jsx(x.div,{...e,ref:o})});mt.displayName=ht;function gt(e,t=globalThis?.document){const n=B(e),r=a.useRef(!1),o=a.useRef(()=>{});return a.useEffect(()=>{const i=s=>{if(s.target&&!r.current){let E=function(){Pe(ft,n,l,{discrete:!0})};const l={originalEvent:s};s.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=E,t.addEventListener("click",o.current,{once:!0})):E()}else t.removeEventListener("click",o.current);r.current=!1},u=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(u),t.removeEventListener("pointerdown",i),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function pt(e,t=globalThis?.document){const n=B(e),r=a.useRef(!1);return a.useEffect(()=>{const o=i=>{i.target&&!r.current&&Pe(vt,n,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function de(){const e=new CustomEvent(oe);document.dispatchEvent(e)}function Pe(e,t,n,{discrete:r}){const o=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?tt(o,i):o.dispatchEvent(i)}var q="focusScope.autoFocusOnMount",Q="focusScope.autoFocusOnUnmount",fe={bubbles:!1,cancelable:!0},Et="FocusScope",Oe=a.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:i,...u}=e,[s,E]=a.useState(null),l=B(o),d=B(i),v=a.useRef(null),h=_(t,c=>E(c)),y=a.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;a.useEffect(()=>{if(r){let c=function(C){if(y.paused||!s)return;const S=C.target;s.contains(S)?v.current=S:T(v.current,{select:!0})},f=function(C){if(y.paused||!s)return;const S=C.relatedTarget;S!==null&&(s.contains(S)||T(v.current,{select:!0}))},m=function(C){if(document.activeElement===document.body)for(const w of C)w.removedNodes.length>0&&T(s)};document.addEventListener("focusin",c),document.addEventListener("focusout",f);const b=new MutationObserver(m);return s&&b.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",c),document.removeEventListener("focusout",f),b.disconnect()}}},[r,s,y.paused]),a.useEffect(()=>{if(s){he.add(y);const c=document.activeElement;if(!s.contains(c)){const m=new CustomEvent(q,fe);s.addEventListener(q,l),s.dispatchEvent(m),m.defaultPrevented||(yt(Dt(xe(s)),{select:!0}),document.activeElement===c&&T(s))}return()=>{s.removeEventListener(q,l),setTimeout(()=>{const m=new CustomEvent(Q,fe);s.addEventListener(Q,d),s.dispatchEvent(m),m.defaultPrevented||T(c??document.body,{select:!0}),s.removeEventListener(Q,d),he.remove(y)},0)}}},[s,l,d,y]);const D=a.useCallback(c=>{if(!n&&!r||y.paused)return;const f=c.key==="Tab"&&!c.altKey&&!c.ctrlKey&&!c.metaKey,m=document.activeElement;if(f&&m){const b=c.currentTarget,[C,S]=bt(b);C&&S?!c.shiftKey&&m===S?(c.preventDefault(),n&&T(C,{select:!0})):c.shiftKey&&m===C&&(c.preventDefault(),n&&T(S,{select:!0})):m===b&&c.preventDefault()}},[n,r,y.paused]);return g.jsx(x.div,{tabIndex:-1,...u,ref:h,onKeyDown:D})});Oe.displayName=Et;function yt(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(T(r,{select:t}),document.activeElement!==n)return}function bt(e){const t=xe(e),n=ve(t,e),r=ve(t.reverse(),e);return[n,r]}function xe(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function ve(e,t){for(const n of e)if(!Ct(n,{upTo:t}))return n}function Ct(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function St(e){return e instanceof HTMLInputElement&&"select"in e}function T(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&St(e)&&t&&e.select()}}var he=wt();function wt(){let e=[];return{add(t){const n=e[0];t!==n&&n?.pause(),e=me(e,t),e.unshift(t)},remove(t){e=me(e,t),e[0]?.resume()}}}function me(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function Dt(e){return e.filter(t=>t.tagName!=="A")}var Rt="Portal",Te=a.forwardRef((e,t)=>{const{container:n,...r}=e,[o,i]=a.useState(!1);Se(()=>i(!0),[]);const u=n||o&&globalThis?.document?.body;return u?it.createPortal(g.jsx(x.div,{...r,ref:t}),u):null});Te.displayName=Rt;var J=0;function Pt(){a.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??ge()),document.body.insertAdjacentElement("beforeend",e[1]??ge()),J++,()=>{J===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),J--}},[])}function ge(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var G="right-scroll-bar-position",V="width-before-scroll-bar",Ot="with-scroll-bars-hidden",xt="--removed-body-scroll-bar-size";function ee(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function Tt(e,t){var n=a.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=t,n.facade}var Nt=typeof window<"u"?a.useLayoutEffect:a.useEffect,pe=new WeakMap;function At(e,t){var n=Tt(null,function(r){return e.forEach(function(o){return ee(o,r)})});return Nt(function(){var r=pe.get(n);if(r){var o=new Set(r),i=new Set(e),u=n.current;o.forEach(function(s){i.has(s)||ee(s,null)}),i.forEach(function(s){o.has(s)||ee(s,u)})}pe.set(n,e)},[e]),n}function It(e){return e}function Lt(e,t){t===void 0&&(t=It);var n=[],r=!1,o={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(i){var u=t(i,r);return n.push(u),function(){n=n.filter(function(s){return s!==u})}},assignSyncMedium:function(i){for(r=!0;n.length;){var u=n;n=[],u.forEach(i)}n={push:function(s){return i(s)},filter:function(){return n}}},assignMedium:function(i){r=!0;var u=[];if(n.length){var s=n;n=[],s.forEach(i),u=n}var E=function(){var d=u;u=[],d.forEach(i)},l=function(){return Promise.resolve().then(E)};l(),n={push:function(d){u.push(d),l()},filter:function(d){return u=u.filter(d),n}}}};return o}function Mt(e){e===void 0&&(e={});var t=Lt(null);return t.options=N({async:!0,ssr:!1},e),t}var Ne=function(e){var t=e.sideCar,n=we(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return a.createElement(r,N({},n))};Ne.isSideCarExport=!0;function Ft(e,t){return e.useMedium(t),Ne}var Ae=Mt(),te=function(){},X=a.forwardRef(function(e,t){var n=a.useRef(null),r=a.useState({onScrollCapture:te,onWheelCapture:te,onTouchMoveCapture:te}),o=r[0],i=r[1],u=e.forwardProps,s=e.children,E=e.className,l=e.removeScrollBar,d=e.enabled,v=e.shards,h=e.sideCar,y=e.noRelative,D=e.noIsolation,c=e.inert,f=e.allowPinchZoom,m=e.as,b=m===void 0?"div":m,C=e.gapMode,S=we(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),w=h,P=At([n,t]),p=N(N({},S),o);return a.createElement(a.Fragment,null,d&&a.createElement(w,{sideCar:Ae,removeScrollBar:l,shards:v,noRelative:y,noIsolation:D,inert:c,setCallbacks:i,allowPinchZoom:!!f,lockRef:n,gapMode:C}),u?a.cloneElement(a.Children.only(s),N(N({},p),{ref:P})):a.createElement(b,N({},p,{className:E,ref:P}),s))});X.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};X.classNames={fullWidth:V,zeroRight:G};var kt=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function _t(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=kt();return t&&e.setAttribute("nonce",t),e}function Wt(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function Bt(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var jt=function(){var e=0,t=null;return{add:function(n){e==0&&(t=_t())&&(Wt(t,n),Bt(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},Ut=function(){var e=jt();return function(t,n){a.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},Ie=function(){var e=Ut(),t=function(n){var r=n.styles,o=n.dynamic;return e(r,o),null};return t},Kt={left:0,top:0,right:0,gap:0},ne=function(e){return parseInt(e||"",10)||0},Ht=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[ne(n),ne(r),ne(o)]},Gt=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return Kt;var t=Ht(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},Vt=Ie(),k="data-scroll-locked",Yt=function(e,t,n,r){var o=e.left,i=e.top,u=e.right,s=e.gap;return n===void 0&&(n="margin"),`
2
2
  .`.concat(Ot,` {
3
3
  overflow: hidden `).concat(r,`;
4
4
  padding-right: `).concat(s,"px ").concat(r,`;
@@ -1 +1 @@
1
- import{a as R,p as X}from"./chunk-EF7DTUVF-CaKisB5m.js";import{a as Ae}from"./index-BJ-ODQ_I.js";import{P as At,c as be,e as Re,d as $t}from"./index-Ct_4ArX8.js";import{u as It}from"./index-DO7DtA1Q.js";import{d as Pe}from"./index-Bb8pHI6J.js";const Ce=["top","right","bottom","left"],Z=Math.min,H=Math.max,at=Math.round,ct=Math.floor,z=t=>({x:t,y:t}),Oe={left:"right",right:"left",bottom:"top",top:"bottom"},Se={start:"end",end:"start"};function xt(t,e,n){return H(t,Z(e,n))}function q(t,e){return typeof t=="function"?t(e):t}function U(t){return t.split("-")[0]}function tt(t){return t.split("-")[1]}function bt(t){return t==="x"?"y":"x"}function Rt(t){return t==="y"?"height":"width"}const Ee=new Set(["top","bottom"]);function j(t){return Ee.has(U(t))?"y":"x"}function Pt(t){return bt(j(t))}function De(t,e,n){n===void 0&&(n=!1);const o=tt(t),i=Pt(t),r=Rt(i);let s=i==="x"?o===(n?"end":"start")?"right":"left":o==="start"?"bottom":"top";return e.reference[r]>e.floating[r]&&(s=ft(s)),[s,ft(s)]}function Le(t){const e=ft(t);return[yt(t),e,yt(e)]}function yt(t){return t.replace(/start|end/g,e=>Se[e])}const kt=["left","right"],Nt=["right","left"],Te=["top","bottom"],Me=["bottom","top"];function $e(t,e,n){switch(t){case"top":case"bottom":return n?e?Nt:kt:e?kt:Nt;case"left":case"right":return e?Te:Me;default:return[]}}function ke(t,e,n,o){const i=tt(t);let r=$e(U(t),n==="start",o);return i&&(r=r.map(s=>s+"-"+i),e&&(r=r.concat(r.map(yt)))),r}function ft(t){return t.replace(/left|right|bottom|top/g,e=>Oe[e])}function Ne(t){return{top:0,right:0,bottom:0,left:0,...t}}function Yt(t){return typeof t!="number"?Ne(t):{top:t,right:t,bottom:t,left:t}}function ut(t){const{x:e,y:n,width:o,height:i}=t;return{width:o,height:i,top:n,left:e,right:e+o,bottom:n+i,x:e,y:n}}function Ft(t,e,n){let{reference:o,floating:i}=t;const r=j(e),s=Pt(e),c=Rt(s),a=U(e),l=r==="y",f=o.x+o.width/2-i.width/2,u=o.y+o.height/2-i.height/2,p=o[c]/2-i[c]/2;let d;switch(a){case"top":d={x:f,y:o.y-i.height};break;case"bottom":d={x:f,y:o.y+o.height};break;case"right":d={x:o.x+o.width,y:u};break;case"left":d={x:o.x-i.width,y:u};break;default:d={x:o.x,y:o.y}}switch(tt(e)){case"start":d[s]-=p*(n&&l?-1:1);break;case"end":d[s]+=p*(n&&l?-1:1);break}return d}const Fe=async(t,e,n)=>{const{placement:o="bottom",strategy:i="absolute",middleware:r=[],platform:s}=n,c=r.filter(Boolean),a=await(s.isRTL==null?void 0:s.isRTL(e));let l=await s.getElementRects({reference:t,floating:e,strategy:i}),{x:f,y:u}=Ft(l,o,a),p=o,d={},m=0;for(let h=0;h<c.length;h++){const{name:w,fn:g}=c[h],{x,y:A,data:y,reset:v}=await g({x:f,y:u,initialPlacement:o,placement:p,strategy:i,middlewareData:d,rects:l,platform:s,elements:{reference:t,floating:e}});f=x??f,u=A??u,d={...d,[w]:{...d[w],...y}},v&&m<=50&&(m++,typeof v=="object"&&(v.placement&&(p=v.placement),v.rects&&(l=v.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:i}):v.rects),{x:f,y:u}=Ft(l,p,a)),h=-1)}return{x:f,y:u,placement:p,strategy:i,middlewareData:d}};async function ot(t,e){var n;e===void 0&&(e={});const{x:o,y:i,platform:r,rects:s,elements:c,strategy:a}=t,{boundary:l="clippingAncestors",rootBoundary:f="viewport",elementContext:u="floating",altBoundary:p=!1,padding:d=0}=q(e,t),m=Yt(d),w=c[p?u==="floating"?"reference":"floating":u],g=ut(await r.getClippingRect({element:(n=await(r.isElement==null?void 0:r.isElement(w)))==null||n?w:w.contextElement||await(r.getDocumentElement==null?void 0:r.getDocumentElement(c.floating)),boundary:l,rootBoundary:f,strategy:a})),x=u==="floating"?{x:o,y:i,width:s.floating.width,height:s.floating.height}:s.reference,A=await(r.getOffsetParent==null?void 0:r.getOffsetParent(c.floating)),y=await(r.isElement==null?void 0:r.isElement(A))?await(r.getScale==null?void 0:r.getScale(A))||{x:1,y:1}:{x:1,y:1},v=ut(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:x,offsetParent:A,strategy:a}):x);return{top:(g.top-v.top+m.top)/y.y,bottom:(v.bottom-g.bottom+m.bottom)/y.y,left:(g.left-v.left+m.left)/y.x,right:(v.right-g.right+m.right)/y.x}}const He=t=>({name:"arrow",options:t,async fn(e){const{x:n,y:o,placement:i,rects:r,platform:s,elements:c,middlewareData:a}=e,{element:l,padding:f=0}=q(t,e)||{};if(l==null)return{};const u=Yt(f),p={x:n,y:o},d=Pt(i),m=Rt(d),h=await s.getDimensions(l),w=d==="y",g=w?"top":"left",x=w?"bottom":"right",A=w?"clientHeight":"clientWidth",y=r.reference[m]+r.reference[d]-p[d]-r.floating[m],v=p[d]-r.reference[d],C=await(s.getOffsetParent==null?void 0:s.getOffsetParent(l));let P=C?C[A]:0;(!P||!await(s.isElement==null?void 0:s.isElement(C)))&&(P=c.floating[A]||r.floating[m]);const T=y/2-v/2,N=P/2-h[m]/2-1,L=Z(u[g],N),$=Z(u[x],N),k=L,S=P-h[m]-$,O=P/2-h[m]/2+T,F=xt(k,O,S),E=!a.arrow&&tt(i)!=null&&O!==F&&r.reference[m]/2-(O<k?L:$)-h[m]/2<0,D=E?O<k?O-k:O-S:0;return{[d]:p[d]+D,data:{[d]:F,centerOffset:O-F-D,...E&&{alignmentOffset:D}},reset:E}}}),We=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var n,o;const{placement:i,middlewareData:r,rects:s,initialPlacement:c,platform:a,elements:l}=e,{mainAxis:f=!0,crossAxis:u=!0,fallbackPlacements:p,fallbackStrategy:d="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:h=!0,...w}=q(t,e);if((n=r.arrow)!=null&&n.alignmentOffset)return{};const g=U(i),x=j(c),A=U(c)===c,y=await(a.isRTL==null?void 0:a.isRTL(l.floating)),v=p||(A||!h?[ft(c)]:Le(c)),C=m!=="none";!p&&C&&v.push(...ke(c,h,m,y));const P=[c,...v],T=await ot(e,w),N=[];let L=((o=r.flip)==null?void 0:o.overflows)||[];if(f&&N.push(T[g]),u){const O=De(i,s,y);N.push(T[O[0]],T[O[1]])}if(L=[...L,{placement:i,overflows:N}],!N.every(O=>O<=0)){var $,k;const O=((($=r.flip)==null?void 0:$.index)||0)+1,F=P[O];if(F&&(!(u==="alignment"?x!==j(F):!1)||L.every(b=>b.overflows[0]>0&&j(b.placement)===x)))return{data:{index:O,overflows:L},reset:{placement:F}};let E=(k=L.filter(D=>D.overflows[0]<=0).sort((D,b)=>D.overflows[1]-b.overflows[1])[0])==null?void 0:k.placement;if(!E)switch(d){case"bestFit":{var S;const D=(S=L.filter(b=>{if(C){const M=j(b.placement);return M===x||M==="y"}return!0}).map(b=>[b.placement,b.overflows.filter(M=>M>0).reduce((M,V)=>M+V,0)]).sort((b,M)=>b[1]-M[1])[0])==null?void 0:S[0];D&&(E=D);break}case"initialPlacement":E=c;break}if(i!==E)return{reset:{placement:E}}}return{}}}};function Ht(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function Wt(t){return Ce.some(e=>t[e]>=0)}const _e=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){const{rects:n}=e,{strategy:o="referenceHidden",...i}=q(t,e);switch(o){case"referenceHidden":{const r=await ot(e,{...i,elementContext:"reference"}),s=Ht(r,n.reference);return{data:{referenceHiddenOffsets:s,referenceHidden:Wt(s)}}}case"escaped":{const r=await ot(e,{...i,altBoundary:!0}),s=Ht(r,n.floating);return{data:{escapedOffsets:s,escaped:Wt(s)}}}default:return{}}}}},Xt=new Set(["left","top"]);async function Be(t,e){const{placement:n,platform:o,elements:i}=t,r=await(o.isRTL==null?void 0:o.isRTL(i.floating)),s=U(n),c=tt(n),a=j(n)==="y",l=Xt.has(s)?-1:1,f=r&&a?-1:1,u=q(e,t);let{mainAxis:p,crossAxis:d,alignmentAxis:m}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:u.mainAxis||0,crossAxis:u.crossAxis||0,alignmentAxis:u.alignmentAxis};return c&&typeof m=="number"&&(d=c==="end"?m*-1:m),a?{x:d*f,y:p*l}:{x:p*l,y:d*f}}const Ve=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,o;const{x:i,y:r,placement:s,middlewareData:c}=e,a=await Be(e,t);return s===((n=c.offset)==null?void 0:n.placement)&&(o=c.arrow)!=null&&o.alignmentOffset?{}:{x:i+a.x,y:r+a.y,data:{...a,placement:s}}}}},je=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:o,placement:i}=e,{mainAxis:r=!0,crossAxis:s=!1,limiter:c={fn:w=>{let{x:g,y:x}=w;return{x:g,y:x}}},...a}=q(t,e),l={x:n,y:o},f=await ot(e,a),u=j(U(i)),p=bt(u);let d=l[p],m=l[u];if(r){const w=p==="y"?"top":"left",g=p==="y"?"bottom":"right",x=d+f[w],A=d-f[g];d=xt(x,d,A)}if(s){const w=u==="y"?"top":"left",g=u==="y"?"bottom":"right",x=m+f[w],A=m-f[g];m=xt(x,m,A)}const h=c.fn({...e,[p]:d,[u]:m});return{...h,data:{x:h.x-n,y:h.y-o,enabled:{[p]:r,[u]:s}}}}}},ze=function(t){return t===void 0&&(t={}),{options:t,fn(e){const{x:n,y:o,placement:i,rects:r,middlewareData:s}=e,{offset:c=0,mainAxis:a=!0,crossAxis:l=!0}=q(t,e),f={x:n,y:o},u=j(i),p=bt(u);let d=f[p],m=f[u];const h=q(c,e),w=typeof h=="number"?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(a){const A=p==="y"?"height":"width",y=r.reference[p]-r.floating[A]+w.mainAxis,v=r.reference[p]+r.reference[A]-w.mainAxis;d<y?d=y:d>v&&(d=v)}if(l){var g,x;const A=p==="y"?"width":"height",y=Xt.has(U(i)),v=r.reference[u]-r.floating[A]+(y&&((g=s.offset)==null?void 0:g[u])||0)+(y?0:w.crossAxis),C=r.reference[u]+r.reference[A]+(y?0:((x=s.offset)==null?void 0:x[u])||0)-(y?w.crossAxis:0);m<v?m=v:m>C&&(m=C)}return{[p]:d,[u]:m}}}},Ie=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var n,o;const{placement:i,rects:r,platform:s,elements:c}=e,{apply:a=()=>{},...l}=q(t,e),f=await ot(e,l),u=U(i),p=tt(i),d=j(i)==="y",{width:m,height:h}=r.floating;let w,g;u==="top"||u==="bottom"?(w=u,g=p===(await(s.isRTL==null?void 0:s.isRTL(c.floating))?"start":"end")?"left":"right"):(g=u,w=p==="end"?"top":"bottom");const x=h-f.top-f.bottom,A=m-f.left-f.right,y=Z(h-f[w],x),v=Z(m-f[g],A),C=!e.middlewareData.shift;let P=y,T=v;if((n=e.middlewareData.shift)!=null&&n.enabled.x&&(T=A),(o=e.middlewareData.shift)!=null&&o.enabled.y&&(P=x),C&&!p){const L=H(f.left,0),$=H(f.right,0),k=H(f.top,0),S=H(f.bottom,0);d?T=m-2*(L!==0||$!==0?L+$:H(f.left,f.right)):P=h-2*(k!==0||S!==0?k+S:H(f.top,f.bottom))}await a({...e,availableWidth:T,availableHeight:P});const N=await s.getDimensions(c.floating);return m!==N.width||h!==N.height?{reset:{rects:!0}}:{}}}};function mt(){return typeof window<"u"}function et(t){return qt(t)?(t.nodeName||"").toLowerCase():"#document"}function W(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Y(t){var e;return(e=(qt(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function qt(t){return mt()?t instanceof Node||t instanceof W(t).Node:!1}function _(t){return mt()?t instanceof Element||t instanceof W(t).Element:!1}function I(t){return mt()?t instanceof HTMLElement||t instanceof W(t).HTMLElement:!1}function _t(t){return!mt()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof W(t).ShadowRoot}const Ye=new Set(["inline","contents"]);function rt(t){const{overflow:e,overflowX:n,overflowY:o,display:i}=B(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+n)&&!Ye.has(i)}const Xe=new Set(["table","td","th"]);function qe(t){return Xe.has(et(t))}const Ue=[":popover-open",":modal"];function pt(t){return Ue.some(e=>{try{return t.matches(e)}catch{return!1}})}const Ze=["transform","translate","scale","rotate","perspective"],Ke=["transform","translate","scale","rotate","perspective","filter"],Ge=["paint","layout","strict","content"];function Ct(t){const e=Ot(),n=_(t)?B(t):t;return Ze.some(o=>n[o]?n[o]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||Ke.some(o=>(n.willChange||"").includes(o))||Ge.some(o=>(n.contain||"").includes(o))}function Je(t){let e=K(t);for(;I(e)&&!Q(e);){if(Ct(e))return e;if(pt(e))return null;e=K(e)}return null}function Ot(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const Qe=new Set(["html","body","#document"]);function Q(t){return Qe.has(et(t))}function B(t){return W(t).getComputedStyle(t)}function ht(t){return _(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function K(t){if(et(t)==="html")return t;const e=t.assignedSlot||t.parentNode||_t(t)&&t.host||Y(t);return _t(e)?e.host:e}function Ut(t){const e=K(t);return Q(e)?t.ownerDocument?t.ownerDocument.body:t.body:I(e)&&rt(e)?e:Ut(e)}function it(t,e,n){var o;e===void 0&&(e=[]),n===void 0&&(n=!0);const i=Ut(t),r=i===((o=t.ownerDocument)==null?void 0:o.body),s=W(i);if(r){const c=vt(s);return e.concat(s,s.visualViewport||[],rt(i)?i:[],c&&n?it(c):[])}return e.concat(i,it(i,[],n))}function vt(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function Zt(t){const e=B(t);let n=parseFloat(e.width)||0,o=parseFloat(e.height)||0;const i=I(t),r=i?t.offsetWidth:n,s=i?t.offsetHeight:o,c=at(n)!==r||at(o)!==s;return c&&(n=r,o=s),{width:n,height:o,$:c}}function St(t){return _(t)?t:t.contextElement}function J(t){const e=St(t);if(!I(e))return z(1);const n=e.getBoundingClientRect(),{width:o,height:i,$:r}=Zt(e);let s=(r?at(n.width):n.width)/o,c=(r?at(n.height):n.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}const tn=z(0);function Kt(t){const e=W(t);return!Ot()||!e.visualViewport?tn:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function en(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==W(t)?!1:e}function G(t,e,n,o){e===void 0&&(e=!1),n===void 0&&(n=!1);const i=t.getBoundingClientRect(),r=St(t);let s=z(1);e&&(o?_(o)&&(s=J(o)):s=J(t));const c=en(r,n,o)?Kt(r):z(0);let a=(i.left+c.x)/s.x,l=(i.top+c.y)/s.y,f=i.width/s.x,u=i.height/s.y;if(r){const p=W(r),d=o&&_(o)?W(o):o;let m=p,h=vt(m);for(;h&&o&&d!==m;){const w=J(h),g=h.getBoundingClientRect(),x=B(h),A=g.left+(h.clientLeft+parseFloat(x.paddingLeft))*w.x,y=g.top+(h.clientTop+parseFloat(x.paddingTop))*w.y;a*=w.x,l*=w.y,f*=w.x,u*=w.y,a+=A,l+=y,m=W(h),h=vt(m)}}return ut({width:f,height:u,x:a,y:l})}function Et(t,e){const n=ht(t).scrollLeft;return e?e.left+n:G(Y(t)).left+n}function Gt(t,e,n){n===void 0&&(n=!1);const o=t.getBoundingClientRect(),i=o.left+e.scrollLeft-(n?0:Et(t,o)),r=o.top+e.scrollTop;return{x:i,y:r}}function nn(t){let{elements:e,rect:n,offsetParent:o,strategy:i}=t;const r=i==="fixed",s=Y(o),c=e?pt(e.floating):!1;if(o===s||c&&r)return n;let a={scrollLeft:0,scrollTop:0},l=z(1);const f=z(0),u=I(o);if((u||!u&&!r)&&((et(o)!=="body"||rt(s))&&(a=ht(o)),I(o))){const d=G(o);l=J(o),f.x=d.x+o.clientLeft,f.y=d.y+o.clientTop}const p=s&&!u&&!r?Gt(s,a,!0):z(0);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-a.scrollLeft*l.x+f.x+p.x,y:n.y*l.y-a.scrollTop*l.y+f.y+p.y}}function on(t){return Array.from(t.getClientRects())}function rn(t){const e=Y(t),n=ht(t),o=t.ownerDocument.body,i=H(e.scrollWidth,e.clientWidth,o.scrollWidth,o.clientWidth),r=H(e.scrollHeight,e.clientHeight,o.scrollHeight,o.clientHeight);let s=-n.scrollLeft+Et(t);const c=-n.scrollTop;return B(o).direction==="rtl"&&(s+=H(e.clientWidth,o.clientWidth)-i),{width:i,height:r,x:s,y:c}}function sn(t,e){const n=W(t),o=Y(t),i=n.visualViewport;let r=o.clientWidth,s=o.clientHeight,c=0,a=0;if(i){r=i.width,s=i.height;const l=Ot();(!l||l&&e==="fixed")&&(c=i.offsetLeft,a=i.offsetTop)}return{width:r,height:s,x:c,y:a}}const cn=new Set(["absolute","fixed"]);function ln(t,e){const n=G(t,!0,e==="fixed"),o=n.top+t.clientTop,i=n.left+t.clientLeft,r=I(t)?J(t):z(1),s=t.clientWidth*r.x,c=t.clientHeight*r.y,a=i*r.x,l=o*r.y;return{width:s,height:c,x:a,y:l}}function Bt(t,e,n){let o;if(e==="viewport")o=sn(t,n);else if(e==="document")o=rn(Y(t));else if(_(e))o=ln(e,n);else{const i=Kt(t);o={x:e.x-i.x,y:e.y-i.y,width:e.width,height:e.height}}return ut(o)}function Jt(t,e){const n=K(t);return n===e||!_(n)||Q(n)?!1:B(n).position==="fixed"||Jt(n,e)}function an(t,e){const n=e.get(t);if(n)return n;let o=it(t,[],!1).filter(c=>_(c)&&et(c)!=="body"),i=null;const r=B(t).position==="fixed";let s=r?K(t):t;for(;_(s)&&!Q(s);){const c=B(s),a=Ct(s);!a&&c.position==="fixed"&&(i=null),(r?!a&&!i:!a&&c.position==="static"&&!!i&&cn.has(i.position)||rt(s)&&!a&&Jt(t,s))?o=o.filter(f=>f!==s):i=c,s=K(s)}return e.set(t,o),o}function fn(t){let{element:e,boundary:n,rootBoundary:o,strategy:i}=t;const s=[...n==="clippingAncestors"?pt(e)?[]:an(e,this._c):[].concat(n),o],c=s[0],a=s.reduce((l,f)=>{const u=Bt(e,f,i);return l.top=H(u.top,l.top),l.right=Z(u.right,l.right),l.bottom=Z(u.bottom,l.bottom),l.left=H(u.left,l.left),l},Bt(e,c,i));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}}function un(t){const{width:e,height:n}=Zt(t);return{width:e,height:n}}function dn(t,e,n){const o=I(e),i=Y(e),r=n==="fixed",s=G(t,!0,r,e);let c={scrollLeft:0,scrollTop:0};const a=z(0);function l(){a.x=Et(i)}if(o||!o&&!r)if((et(e)!=="body"||rt(i))&&(c=ht(e)),o){const d=G(e,!0,r,e);a.x=d.x+e.clientLeft,a.y=d.y+e.clientTop}else i&&l();r&&!o&&i&&l();const f=i&&!o&&!r?Gt(i,c):z(0),u=s.left+c.scrollLeft-a.x-f.x,p=s.top+c.scrollTop-a.y-f.y;return{x:u,y:p,width:s.width,height:s.height}}function gt(t){return B(t).position==="static"}function Vt(t,e){if(!I(t)||B(t).position==="fixed")return null;if(e)return e(t);let n=t.offsetParent;return Y(t)===n&&(n=n.ownerDocument.body),n}function Qt(t,e){const n=W(t);if(pt(t))return n;if(!I(t)){let i=K(t);for(;i&&!Q(i);){if(_(i)&&!gt(i))return i;i=K(i)}return n}let o=Vt(t,e);for(;o&&qe(o)&&gt(o);)o=Vt(o,e);return o&&Q(o)&&gt(o)&&!Ct(o)?n:o||Je(t)||n}const mn=async function(t){const e=this.getOffsetParent||Qt,n=this.getDimensions,o=await n(t.floating);return{reference:dn(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function pn(t){return B(t).direction==="rtl"}const hn={convertOffsetParentRelativeRectToViewportRelativeRect:nn,getDocumentElement:Y,getClippingRect:fn,getOffsetParent:Qt,getElementRects:mn,getClientRects:on,getDimensions:un,getScale:J,isElement:_,isRTL:pn};function te(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function gn(t,e){let n=null,o;const i=Y(t);function r(){var c;clearTimeout(o),(c=n)==null||c.disconnect(),n=null}function s(c,a){c===void 0&&(c=!1),a===void 0&&(a=1),r();const l=t.getBoundingClientRect(),{left:f,top:u,width:p,height:d}=l;if(c||e(),!p||!d)return;const m=ct(u),h=ct(i.clientWidth-(f+p)),w=ct(i.clientHeight-(u+d)),g=ct(f),A={rootMargin:-m+"px "+-h+"px "+-w+"px "+-g+"px",threshold:H(0,Z(1,a))||1};let y=!0;function v(C){const P=C[0].intersectionRatio;if(P!==a){if(!y)return s();P?s(!1,P):o=setTimeout(()=>{s(!1,1e-7)},1e3)}P===1&&!te(l,t.getBoundingClientRect())&&s(),y=!1}try{n=new IntersectionObserver(v,{...A,root:i.ownerDocument})}catch{n=new IntersectionObserver(v,A)}n.observe(t)}return s(!0),r}function wn(t,e,n,o){o===void 0&&(o={});const{ancestorScroll:i=!0,ancestorResize:r=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:a=!1}=o,l=St(t),f=i||r?[...l?it(l):[],...it(e)]:[];f.forEach(g=>{i&&g.addEventListener("scroll",n,{passive:!0}),r&&g.addEventListener("resize",n)});const u=l&&c?gn(l,n):null;let p=-1,d=null;s&&(d=new ResizeObserver(g=>{let[x]=g;x&&x.target===l&&d&&(d.unobserve(e),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var A;(A=d)==null||A.observe(e)})),n()}),l&&!a&&d.observe(l),d.observe(e));let m,h=a?G(t):null;a&&w();function w(){const g=G(t);h&&!te(h,g)&&n(),h=g,m=requestAnimationFrame(w)}return n(),()=>{var g;f.forEach(x=>{i&&x.removeEventListener("scroll",n),r&&x.removeEventListener("resize",n)}),u?.(),(g=d)==null||g.disconnect(),d=null,a&&cancelAnimationFrame(m)}}const xn=Ve,yn=je,vn=We,An=Ie,bn=_e,jt=He,Rn=ze,Pn=(t,e,n)=>{const o=new Map,i={platform:hn,...n},r={...i.platform,_c:o};return Fe(t,e,{...i,platform:r})};var Cn=typeof document<"u",On=function(){},lt=Cn?R.useLayoutEffect:On;function dt(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if(typeof t=="function"&&t.toString()===e.toString())return!0;let n,o,i;if(t&&e&&typeof t=="object"){if(Array.isArray(t)){if(n=t.length,n!==e.length)return!1;for(o=n;o--!==0;)if(!dt(t[o],e[o]))return!1;return!0}if(i=Object.keys(t),n=i.length,n!==Object.keys(e).length)return!1;for(o=n;o--!==0;)if(!{}.hasOwnProperty.call(e,i[o]))return!1;for(o=n;o--!==0;){const r=i[o];if(!(r==="_owner"&&t.$$typeof)&&!dt(t[r],e[r]))return!1}return!0}return t!==t&&e!==e}function ee(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function zt(t,e){const n=ee(t);return Math.round(e*n)/n}function wt(t){const e=R.useRef(t);return lt(()=>{e.current=t}),e}function Sn(t){t===void 0&&(t={});const{placement:e="bottom",strategy:n="absolute",middleware:o=[],platform:i,elements:{reference:r,floating:s}={},transform:c=!0,whileElementsMounted:a,open:l}=t,[f,u]=R.useState({x:0,y:0,strategy:n,placement:e,middlewareData:{},isPositioned:!1}),[p,d]=R.useState(o);dt(p,o)||d(o);const[m,h]=R.useState(null),[w,g]=R.useState(null),x=R.useCallback(b=>{b!==C.current&&(C.current=b,h(b))},[]),A=R.useCallback(b=>{b!==P.current&&(P.current=b,g(b))},[]),y=r||m,v=s||w,C=R.useRef(null),P=R.useRef(null),T=R.useRef(f),N=a!=null,L=wt(a),$=wt(i),k=wt(l),S=R.useCallback(()=>{if(!C.current||!P.current)return;const b={placement:e,strategy:n,middleware:p};$.current&&(b.platform=$.current),Pn(C.current,P.current,b).then(M=>{const V={...M,isPositioned:k.current!==!1};O.current&&!dt(T.current,V)&&(T.current=V,Ae.flushSync(()=>{u(V)}))})},[p,e,n,$,k]);lt(()=>{l===!1&&T.current.isPositioned&&(T.current.isPositioned=!1,u(b=>({...b,isPositioned:!1})))},[l]);const O=R.useRef(!1);lt(()=>(O.current=!0,()=>{O.current=!1}),[]),lt(()=>{if(y&&(C.current=y),v&&(P.current=v),y&&v){if(L.current)return L.current(y,v,S);S()}},[y,v,S,L,N]);const F=R.useMemo(()=>({reference:C,floating:P,setReference:x,setFloating:A}),[x,A]),E=R.useMemo(()=>({reference:y,floating:v}),[y,v]),D=R.useMemo(()=>{const b={position:n,left:0,top:0};if(!E.floating)return b;const M=zt(E.floating,f.x),V=zt(E.floating,f.y);return c?{...b,transform:"translate("+M+"px, "+V+"px)",...ee(E.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:M,top:V}},[n,c,E.floating,f.x,f.y]);return R.useMemo(()=>({...f,update:S,refs:F,elements:E,floatingStyles:D}),[f,S,F,E,D])}const En=t=>{function e(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:t,fn(n){const{element:o,padding:i}=typeof t=="function"?t(n):t;return o&&e(o)?o.current!=null?jt({element:o.current,padding:i}).fn(n):{}:o?jt({element:o,padding:i}).fn(n):{}}}},Dn=(t,e)=>({...xn(t),options:[t,e]}),Ln=(t,e)=>({...yn(t),options:[t,e]}),Tn=(t,e)=>({...Rn(t),options:[t,e]}),Mn=(t,e)=>({...vn(t),options:[t,e]}),$n=(t,e)=>({...An(t),options:[t,e]}),kn=(t,e)=>({...bn(t),options:[t,e]}),Nn=(t,e)=>({...En(t),options:[t,e]});var Fn="Arrow",ne=R.forwardRef((t,e)=>{const{children:n,width:o=10,height:i=5,...r}=t;return X.jsx(At.svg,{...r,ref:e,width:o,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:t.asChild?n:X.jsx("polygon",{points:"0,0 30,0 15,10"})})});ne.displayName=Fn;var Hn=ne,Dt="Popper",[oe,Zn]=be(Dt),[Wn,ie]=oe(Dt),re=t=>{const{__scopePopper:e,children:n}=t,[o,i]=R.useState(null);return X.jsx(Wn,{scope:e,anchor:o,onAnchorChange:i,children:n})};re.displayName=Dt;var se="PopperAnchor",ce=R.forwardRef((t,e)=>{const{__scopePopper:n,virtualRef:o,...i}=t,r=ie(se,n),s=R.useRef(null),c=It(e,s);return R.useEffect(()=>{r.onAnchorChange(o?.current||s.current)}),o?null:X.jsx(At.div,{...i,ref:c})});ce.displayName=se;var Lt="PopperContent",[_n,Bn]=oe(Lt),le=R.forwardRef((t,e)=>{const{__scopePopper:n,side:o="bottom",sideOffset:i=0,align:r="center",alignOffset:s=0,arrowPadding:c=0,avoidCollisions:a=!0,collisionBoundary:l=[],collisionPadding:f=0,sticky:u="partial",hideWhenDetached:p=!1,updatePositionStrategy:d="optimized",onPlaced:m,...h}=t,w=ie(Lt,n),[g,x]=R.useState(null),A=It(e,nt=>x(nt)),[y,v]=R.useState(null),C=Re(y),P=C?.width??0,T=C?.height??0,N=o+(r!=="center"?"-"+r:""),L=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},$=Array.isArray(l)?l:[l],k=$.length>0,S={padding:L,boundary:$.filter(jn),altBoundary:k},{refs:O,floatingStyles:F,placement:E,isPositioned:D,middlewareData:b}=Sn({strategy:"fixed",placement:N,whileElementsMounted:(...nt)=>wn(...nt,{animationFrame:d==="always"}),elements:{reference:w.anchor},middleware:[Dn({mainAxis:i+T,alignmentAxis:s}),a&&Ln({mainAxis:!0,crossAxis:!1,limiter:u==="partial"?Tn():void 0,...S}),a&&Mn({...S}),$n({...S,apply:({elements:nt,rects:Mt,availableWidth:we,availableHeight:xe})=>{const{width:ye,height:ve}=Mt.reference,st=nt.floating.style;st.setProperty("--radix-popper-available-width",`${we}px`),st.setProperty("--radix-popper-available-height",`${xe}px`),st.setProperty("--radix-popper-anchor-width",`${ye}px`),st.setProperty("--radix-popper-anchor-height",`${ve}px`)}}),y&&Nn({element:y,padding:c}),zn({arrowWidth:P,arrowHeight:T}),p&&kn({strategy:"referenceHidden",...S})]}),[M,V]=ue(E),Tt=Pe(m);$t(()=>{D&&Tt?.()},[D,Tt]);const de=b.arrow?.x,me=b.arrow?.y,pe=b.arrow?.centerOffset!==0,[he,ge]=R.useState();return $t(()=>{g&&ge(window.getComputedStyle(g).zIndex)},[g]),X.jsx("div",{ref:O.setFloating,"data-radix-popper-content-wrapper":"",style:{...F,transform:D?F.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:he,"--radix-popper-transform-origin":[b.transformOrigin?.x,b.transformOrigin?.y].join(" "),...b.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:t.dir,children:X.jsx(_n,{scope:n,placedSide:M,onArrowChange:v,arrowX:de,arrowY:me,shouldHideArrow:pe,children:X.jsx(At.div,{"data-side":M,"data-align":V,...h,ref:A,style:{...h.style,animation:D?void 0:"none"}})})})});le.displayName=Lt;var ae="PopperArrow",Vn={top:"bottom",right:"left",bottom:"top",left:"right"},fe=R.forwardRef(function(e,n){const{__scopePopper:o,...i}=e,r=Bn(ae,o),s=Vn[r.placedSide];return X.jsx("span",{ref:r.onArrowChange,style:{position:"absolute",left:r.arrowX,top:r.arrowY,[s]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[r.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[r.placedSide],visibility:r.shouldHideArrow?"hidden":void 0},children:X.jsx(Hn,{...i,ref:n,style:{...i.style,display:"block"}})})});fe.displayName=ae;function jn(t){return t!==null}var zn=t=>({name:"transformOrigin",options:t,fn(e){const{placement:n,rects:o,middlewareData:i}=e,s=i.arrow?.centerOffset!==0,c=s?0:t.arrowWidth,a=s?0:t.arrowHeight,[l,f]=ue(n),u={start:"0%",center:"50%",end:"100%"}[f],p=(i.arrow?.x??0)+c/2,d=(i.arrow?.y??0)+a/2;let m="",h="";return l==="bottom"?(m=s?u:`${p}px`,h=`${-a}px`):l==="top"?(m=s?u:`${p}px`,h=`${o.floating.height+a}px`):l==="right"?(m=`${-a}px`,h=s?u:`${d}px`):l==="left"&&(m=`${o.floating.width+a}px`,h=s?u:`${d}px`),{data:{x:m,y:h}}}});function ue(t){const[e,n="center"]=t.split("-");return[e,n]}var Kn=re,Gn=ce,Jn=le,Qn=fe;export{Gn as A,Jn as C,Kn as R,Qn as a,Zn as c};
1
+ import{a as R,p as X}from"./chunk-EF7DTUVF-CaKisB5m.js";import{a as Ae}from"./index-BJ-ODQ_I.js";import{P as At,c as be,e as Re,d as $t}from"./index-NRYqpySi.js";import{u as It}from"./index-BeLOjj93.js";import{d as Pe}from"./index-CeH3aQ97.js";const Ce=["top","right","bottom","left"],Z=Math.min,H=Math.max,at=Math.round,ct=Math.floor,z=t=>({x:t,y:t}),Oe={left:"right",right:"left",bottom:"top",top:"bottom"},Se={start:"end",end:"start"};function xt(t,e,n){return H(t,Z(e,n))}function q(t,e){return typeof t=="function"?t(e):t}function U(t){return t.split("-")[0]}function tt(t){return t.split("-")[1]}function bt(t){return t==="x"?"y":"x"}function Rt(t){return t==="y"?"height":"width"}const Ee=new Set(["top","bottom"]);function j(t){return Ee.has(U(t))?"y":"x"}function Pt(t){return bt(j(t))}function De(t,e,n){n===void 0&&(n=!1);const o=tt(t),i=Pt(t),r=Rt(i);let s=i==="x"?o===(n?"end":"start")?"right":"left":o==="start"?"bottom":"top";return e.reference[r]>e.floating[r]&&(s=ft(s)),[s,ft(s)]}function Le(t){const e=ft(t);return[yt(t),e,yt(e)]}function yt(t){return t.replace(/start|end/g,e=>Se[e])}const kt=["left","right"],Nt=["right","left"],Te=["top","bottom"],Me=["bottom","top"];function $e(t,e,n){switch(t){case"top":case"bottom":return n?e?Nt:kt:e?kt:Nt;case"left":case"right":return e?Te:Me;default:return[]}}function ke(t,e,n,o){const i=tt(t);let r=$e(U(t),n==="start",o);return i&&(r=r.map(s=>s+"-"+i),e&&(r=r.concat(r.map(yt)))),r}function ft(t){return t.replace(/left|right|bottom|top/g,e=>Oe[e])}function Ne(t){return{top:0,right:0,bottom:0,left:0,...t}}function Yt(t){return typeof t!="number"?Ne(t):{top:t,right:t,bottom:t,left:t}}function ut(t){const{x:e,y:n,width:o,height:i}=t;return{width:o,height:i,top:n,left:e,right:e+o,bottom:n+i,x:e,y:n}}function Ft(t,e,n){let{reference:o,floating:i}=t;const r=j(e),s=Pt(e),c=Rt(s),a=U(e),l=r==="y",f=o.x+o.width/2-i.width/2,u=o.y+o.height/2-i.height/2,p=o[c]/2-i[c]/2;let d;switch(a){case"top":d={x:f,y:o.y-i.height};break;case"bottom":d={x:f,y:o.y+o.height};break;case"right":d={x:o.x+o.width,y:u};break;case"left":d={x:o.x-i.width,y:u};break;default:d={x:o.x,y:o.y}}switch(tt(e)){case"start":d[s]-=p*(n&&l?-1:1);break;case"end":d[s]+=p*(n&&l?-1:1);break}return d}const Fe=async(t,e,n)=>{const{placement:o="bottom",strategy:i="absolute",middleware:r=[],platform:s}=n,c=r.filter(Boolean),a=await(s.isRTL==null?void 0:s.isRTL(e));let l=await s.getElementRects({reference:t,floating:e,strategy:i}),{x:f,y:u}=Ft(l,o,a),p=o,d={},m=0;for(let h=0;h<c.length;h++){const{name:w,fn:g}=c[h],{x,y:A,data:y,reset:v}=await g({x:f,y:u,initialPlacement:o,placement:p,strategy:i,middlewareData:d,rects:l,platform:s,elements:{reference:t,floating:e}});f=x??f,u=A??u,d={...d,[w]:{...d[w],...y}},v&&m<=50&&(m++,typeof v=="object"&&(v.placement&&(p=v.placement),v.rects&&(l=v.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:i}):v.rects),{x:f,y:u}=Ft(l,p,a)),h=-1)}return{x:f,y:u,placement:p,strategy:i,middlewareData:d}};async function ot(t,e){var n;e===void 0&&(e={});const{x:o,y:i,platform:r,rects:s,elements:c,strategy:a}=t,{boundary:l="clippingAncestors",rootBoundary:f="viewport",elementContext:u="floating",altBoundary:p=!1,padding:d=0}=q(e,t),m=Yt(d),w=c[p?u==="floating"?"reference":"floating":u],g=ut(await r.getClippingRect({element:(n=await(r.isElement==null?void 0:r.isElement(w)))==null||n?w:w.contextElement||await(r.getDocumentElement==null?void 0:r.getDocumentElement(c.floating)),boundary:l,rootBoundary:f,strategy:a})),x=u==="floating"?{x:o,y:i,width:s.floating.width,height:s.floating.height}:s.reference,A=await(r.getOffsetParent==null?void 0:r.getOffsetParent(c.floating)),y=await(r.isElement==null?void 0:r.isElement(A))?await(r.getScale==null?void 0:r.getScale(A))||{x:1,y:1}:{x:1,y:1},v=ut(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:x,offsetParent:A,strategy:a}):x);return{top:(g.top-v.top+m.top)/y.y,bottom:(v.bottom-g.bottom+m.bottom)/y.y,left:(g.left-v.left+m.left)/y.x,right:(v.right-g.right+m.right)/y.x}}const He=t=>({name:"arrow",options:t,async fn(e){const{x:n,y:o,placement:i,rects:r,platform:s,elements:c,middlewareData:a}=e,{element:l,padding:f=0}=q(t,e)||{};if(l==null)return{};const u=Yt(f),p={x:n,y:o},d=Pt(i),m=Rt(d),h=await s.getDimensions(l),w=d==="y",g=w?"top":"left",x=w?"bottom":"right",A=w?"clientHeight":"clientWidth",y=r.reference[m]+r.reference[d]-p[d]-r.floating[m],v=p[d]-r.reference[d],C=await(s.getOffsetParent==null?void 0:s.getOffsetParent(l));let P=C?C[A]:0;(!P||!await(s.isElement==null?void 0:s.isElement(C)))&&(P=c.floating[A]||r.floating[m]);const T=y/2-v/2,N=P/2-h[m]/2-1,L=Z(u[g],N),$=Z(u[x],N),k=L,S=P-h[m]-$,O=P/2-h[m]/2+T,F=xt(k,O,S),E=!a.arrow&&tt(i)!=null&&O!==F&&r.reference[m]/2-(O<k?L:$)-h[m]/2<0,D=E?O<k?O-k:O-S:0;return{[d]:p[d]+D,data:{[d]:F,centerOffset:O-F-D,...E&&{alignmentOffset:D}},reset:E}}}),We=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var n,o;const{placement:i,middlewareData:r,rects:s,initialPlacement:c,platform:a,elements:l}=e,{mainAxis:f=!0,crossAxis:u=!0,fallbackPlacements:p,fallbackStrategy:d="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:h=!0,...w}=q(t,e);if((n=r.arrow)!=null&&n.alignmentOffset)return{};const g=U(i),x=j(c),A=U(c)===c,y=await(a.isRTL==null?void 0:a.isRTL(l.floating)),v=p||(A||!h?[ft(c)]:Le(c)),C=m!=="none";!p&&C&&v.push(...ke(c,h,m,y));const P=[c,...v],T=await ot(e,w),N=[];let L=((o=r.flip)==null?void 0:o.overflows)||[];if(f&&N.push(T[g]),u){const O=De(i,s,y);N.push(T[O[0]],T[O[1]])}if(L=[...L,{placement:i,overflows:N}],!N.every(O=>O<=0)){var $,k;const O=((($=r.flip)==null?void 0:$.index)||0)+1,F=P[O];if(F&&(!(u==="alignment"?x!==j(F):!1)||L.every(b=>b.overflows[0]>0&&j(b.placement)===x)))return{data:{index:O,overflows:L},reset:{placement:F}};let E=(k=L.filter(D=>D.overflows[0]<=0).sort((D,b)=>D.overflows[1]-b.overflows[1])[0])==null?void 0:k.placement;if(!E)switch(d){case"bestFit":{var S;const D=(S=L.filter(b=>{if(C){const M=j(b.placement);return M===x||M==="y"}return!0}).map(b=>[b.placement,b.overflows.filter(M=>M>0).reduce((M,V)=>M+V,0)]).sort((b,M)=>b[1]-M[1])[0])==null?void 0:S[0];D&&(E=D);break}case"initialPlacement":E=c;break}if(i!==E)return{reset:{placement:E}}}return{}}}};function Ht(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function Wt(t){return Ce.some(e=>t[e]>=0)}const _e=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){const{rects:n}=e,{strategy:o="referenceHidden",...i}=q(t,e);switch(o){case"referenceHidden":{const r=await ot(e,{...i,elementContext:"reference"}),s=Ht(r,n.reference);return{data:{referenceHiddenOffsets:s,referenceHidden:Wt(s)}}}case"escaped":{const r=await ot(e,{...i,altBoundary:!0}),s=Ht(r,n.floating);return{data:{escapedOffsets:s,escaped:Wt(s)}}}default:return{}}}}},Xt=new Set(["left","top"]);async function Be(t,e){const{placement:n,platform:o,elements:i}=t,r=await(o.isRTL==null?void 0:o.isRTL(i.floating)),s=U(n),c=tt(n),a=j(n)==="y",l=Xt.has(s)?-1:1,f=r&&a?-1:1,u=q(e,t);let{mainAxis:p,crossAxis:d,alignmentAxis:m}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:u.mainAxis||0,crossAxis:u.crossAxis||0,alignmentAxis:u.alignmentAxis};return c&&typeof m=="number"&&(d=c==="end"?m*-1:m),a?{x:d*f,y:p*l}:{x:p*l,y:d*f}}const Ve=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,o;const{x:i,y:r,placement:s,middlewareData:c}=e,a=await Be(e,t);return s===((n=c.offset)==null?void 0:n.placement)&&(o=c.arrow)!=null&&o.alignmentOffset?{}:{x:i+a.x,y:r+a.y,data:{...a,placement:s}}}}},je=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:o,placement:i}=e,{mainAxis:r=!0,crossAxis:s=!1,limiter:c={fn:w=>{let{x:g,y:x}=w;return{x:g,y:x}}},...a}=q(t,e),l={x:n,y:o},f=await ot(e,a),u=j(U(i)),p=bt(u);let d=l[p],m=l[u];if(r){const w=p==="y"?"top":"left",g=p==="y"?"bottom":"right",x=d+f[w],A=d-f[g];d=xt(x,d,A)}if(s){const w=u==="y"?"top":"left",g=u==="y"?"bottom":"right",x=m+f[w],A=m-f[g];m=xt(x,m,A)}const h=c.fn({...e,[p]:d,[u]:m});return{...h,data:{x:h.x-n,y:h.y-o,enabled:{[p]:r,[u]:s}}}}}},ze=function(t){return t===void 0&&(t={}),{options:t,fn(e){const{x:n,y:o,placement:i,rects:r,middlewareData:s}=e,{offset:c=0,mainAxis:a=!0,crossAxis:l=!0}=q(t,e),f={x:n,y:o},u=j(i),p=bt(u);let d=f[p],m=f[u];const h=q(c,e),w=typeof h=="number"?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(a){const A=p==="y"?"height":"width",y=r.reference[p]-r.floating[A]+w.mainAxis,v=r.reference[p]+r.reference[A]-w.mainAxis;d<y?d=y:d>v&&(d=v)}if(l){var g,x;const A=p==="y"?"width":"height",y=Xt.has(U(i)),v=r.reference[u]-r.floating[A]+(y&&((g=s.offset)==null?void 0:g[u])||0)+(y?0:w.crossAxis),C=r.reference[u]+r.reference[A]+(y?0:((x=s.offset)==null?void 0:x[u])||0)-(y?w.crossAxis:0);m<v?m=v:m>C&&(m=C)}return{[p]:d,[u]:m}}}},Ie=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var n,o;const{placement:i,rects:r,platform:s,elements:c}=e,{apply:a=()=>{},...l}=q(t,e),f=await ot(e,l),u=U(i),p=tt(i),d=j(i)==="y",{width:m,height:h}=r.floating;let w,g;u==="top"||u==="bottom"?(w=u,g=p===(await(s.isRTL==null?void 0:s.isRTL(c.floating))?"start":"end")?"left":"right"):(g=u,w=p==="end"?"top":"bottom");const x=h-f.top-f.bottom,A=m-f.left-f.right,y=Z(h-f[w],x),v=Z(m-f[g],A),C=!e.middlewareData.shift;let P=y,T=v;if((n=e.middlewareData.shift)!=null&&n.enabled.x&&(T=A),(o=e.middlewareData.shift)!=null&&o.enabled.y&&(P=x),C&&!p){const L=H(f.left,0),$=H(f.right,0),k=H(f.top,0),S=H(f.bottom,0);d?T=m-2*(L!==0||$!==0?L+$:H(f.left,f.right)):P=h-2*(k!==0||S!==0?k+S:H(f.top,f.bottom))}await a({...e,availableWidth:T,availableHeight:P});const N=await s.getDimensions(c.floating);return m!==N.width||h!==N.height?{reset:{rects:!0}}:{}}}};function mt(){return typeof window<"u"}function et(t){return qt(t)?(t.nodeName||"").toLowerCase():"#document"}function W(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Y(t){var e;return(e=(qt(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function qt(t){return mt()?t instanceof Node||t instanceof W(t).Node:!1}function _(t){return mt()?t instanceof Element||t instanceof W(t).Element:!1}function I(t){return mt()?t instanceof HTMLElement||t instanceof W(t).HTMLElement:!1}function _t(t){return!mt()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof W(t).ShadowRoot}const Ye=new Set(["inline","contents"]);function rt(t){const{overflow:e,overflowX:n,overflowY:o,display:i}=B(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+n)&&!Ye.has(i)}const Xe=new Set(["table","td","th"]);function qe(t){return Xe.has(et(t))}const Ue=[":popover-open",":modal"];function pt(t){return Ue.some(e=>{try{return t.matches(e)}catch{return!1}})}const Ze=["transform","translate","scale","rotate","perspective"],Ke=["transform","translate","scale","rotate","perspective","filter"],Ge=["paint","layout","strict","content"];function Ct(t){const e=Ot(),n=_(t)?B(t):t;return Ze.some(o=>n[o]?n[o]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||Ke.some(o=>(n.willChange||"").includes(o))||Ge.some(o=>(n.contain||"").includes(o))}function Je(t){let e=K(t);for(;I(e)&&!Q(e);){if(Ct(e))return e;if(pt(e))return null;e=K(e)}return null}function Ot(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const Qe=new Set(["html","body","#document"]);function Q(t){return Qe.has(et(t))}function B(t){return W(t).getComputedStyle(t)}function ht(t){return _(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function K(t){if(et(t)==="html")return t;const e=t.assignedSlot||t.parentNode||_t(t)&&t.host||Y(t);return _t(e)?e.host:e}function Ut(t){const e=K(t);return Q(e)?t.ownerDocument?t.ownerDocument.body:t.body:I(e)&&rt(e)?e:Ut(e)}function it(t,e,n){var o;e===void 0&&(e=[]),n===void 0&&(n=!0);const i=Ut(t),r=i===((o=t.ownerDocument)==null?void 0:o.body),s=W(i);if(r){const c=vt(s);return e.concat(s,s.visualViewport||[],rt(i)?i:[],c&&n?it(c):[])}return e.concat(i,it(i,[],n))}function vt(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function Zt(t){const e=B(t);let n=parseFloat(e.width)||0,o=parseFloat(e.height)||0;const i=I(t),r=i?t.offsetWidth:n,s=i?t.offsetHeight:o,c=at(n)!==r||at(o)!==s;return c&&(n=r,o=s),{width:n,height:o,$:c}}function St(t){return _(t)?t:t.contextElement}function J(t){const e=St(t);if(!I(e))return z(1);const n=e.getBoundingClientRect(),{width:o,height:i,$:r}=Zt(e);let s=(r?at(n.width):n.width)/o,c=(r?at(n.height):n.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}const tn=z(0);function Kt(t){const e=W(t);return!Ot()||!e.visualViewport?tn:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function en(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==W(t)?!1:e}function G(t,e,n,o){e===void 0&&(e=!1),n===void 0&&(n=!1);const i=t.getBoundingClientRect(),r=St(t);let s=z(1);e&&(o?_(o)&&(s=J(o)):s=J(t));const c=en(r,n,o)?Kt(r):z(0);let a=(i.left+c.x)/s.x,l=(i.top+c.y)/s.y,f=i.width/s.x,u=i.height/s.y;if(r){const p=W(r),d=o&&_(o)?W(o):o;let m=p,h=vt(m);for(;h&&o&&d!==m;){const w=J(h),g=h.getBoundingClientRect(),x=B(h),A=g.left+(h.clientLeft+parseFloat(x.paddingLeft))*w.x,y=g.top+(h.clientTop+parseFloat(x.paddingTop))*w.y;a*=w.x,l*=w.y,f*=w.x,u*=w.y,a+=A,l+=y,m=W(h),h=vt(m)}}return ut({width:f,height:u,x:a,y:l})}function Et(t,e){const n=ht(t).scrollLeft;return e?e.left+n:G(Y(t)).left+n}function Gt(t,e,n){n===void 0&&(n=!1);const o=t.getBoundingClientRect(),i=o.left+e.scrollLeft-(n?0:Et(t,o)),r=o.top+e.scrollTop;return{x:i,y:r}}function nn(t){let{elements:e,rect:n,offsetParent:o,strategy:i}=t;const r=i==="fixed",s=Y(o),c=e?pt(e.floating):!1;if(o===s||c&&r)return n;let a={scrollLeft:0,scrollTop:0},l=z(1);const f=z(0),u=I(o);if((u||!u&&!r)&&((et(o)!=="body"||rt(s))&&(a=ht(o)),I(o))){const d=G(o);l=J(o),f.x=d.x+o.clientLeft,f.y=d.y+o.clientTop}const p=s&&!u&&!r?Gt(s,a,!0):z(0);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-a.scrollLeft*l.x+f.x+p.x,y:n.y*l.y-a.scrollTop*l.y+f.y+p.y}}function on(t){return Array.from(t.getClientRects())}function rn(t){const e=Y(t),n=ht(t),o=t.ownerDocument.body,i=H(e.scrollWidth,e.clientWidth,o.scrollWidth,o.clientWidth),r=H(e.scrollHeight,e.clientHeight,o.scrollHeight,o.clientHeight);let s=-n.scrollLeft+Et(t);const c=-n.scrollTop;return B(o).direction==="rtl"&&(s+=H(e.clientWidth,o.clientWidth)-i),{width:i,height:r,x:s,y:c}}function sn(t,e){const n=W(t),o=Y(t),i=n.visualViewport;let r=o.clientWidth,s=o.clientHeight,c=0,a=0;if(i){r=i.width,s=i.height;const l=Ot();(!l||l&&e==="fixed")&&(c=i.offsetLeft,a=i.offsetTop)}return{width:r,height:s,x:c,y:a}}const cn=new Set(["absolute","fixed"]);function ln(t,e){const n=G(t,!0,e==="fixed"),o=n.top+t.clientTop,i=n.left+t.clientLeft,r=I(t)?J(t):z(1),s=t.clientWidth*r.x,c=t.clientHeight*r.y,a=i*r.x,l=o*r.y;return{width:s,height:c,x:a,y:l}}function Bt(t,e,n){let o;if(e==="viewport")o=sn(t,n);else if(e==="document")o=rn(Y(t));else if(_(e))o=ln(e,n);else{const i=Kt(t);o={x:e.x-i.x,y:e.y-i.y,width:e.width,height:e.height}}return ut(o)}function Jt(t,e){const n=K(t);return n===e||!_(n)||Q(n)?!1:B(n).position==="fixed"||Jt(n,e)}function an(t,e){const n=e.get(t);if(n)return n;let o=it(t,[],!1).filter(c=>_(c)&&et(c)!=="body"),i=null;const r=B(t).position==="fixed";let s=r?K(t):t;for(;_(s)&&!Q(s);){const c=B(s),a=Ct(s);!a&&c.position==="fixed"&&(i=null),(r?!a&&!i:!a&&c.position==="static"&&!!i&&cn.has(i.position)||rt(s)&&!a&&Jt(t,s))?o=o.filter(f=>f!==s):i=c,s=K(s)}return e.set(t,o),o}function fn(t){let{element:e,boundary:n,rootBoundary:o,strategy:i}=t;const s=[...n==="clippingAncestors"?pt(e)?[]:an(e,this._c):[].concat(n),o],c=s[0],a=s.reduce((l,f)=>{const u=Bt(e,f,i);return l.top=H(u.top,l.top),l.right=Z(u.right,l.right),l.bottom=Z(u.bottom,l.bottom),l.left=H(u.left,l.left),l},Bt(e,c,i));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}}function un(t){const{width:e,height:n}=Zt(t);return{width:e,height:n}}function dn(t,e,n){const o=I(e),i=Y(e),r=n==="fixed",s=G(t,!0,r,e);let c={scrollLeft:0,scrollTop:0};const a=z(0);function l(){a.x=Et(i)}if(o||!o&&!r)if((et(e)!=="body"||rt(i))&&(c=ht(e)),o){const d=G(e,!0,r,e);a.x=d.x+e.clientLeft,a.y=d.y+e.clientTop}else i&&l();r&&!o&&i&&l();const f=i&&!o&&!r?Gt(i,c):z(0),u=s.left+c.scrollLeft-a.x-f.x,p=s.top+c.scrollTop-a.y-f.y;return{x:u,y:p,width:s.width,height:s.height}}function gt(t){return B(t).position==="static"}function Vt(t,e){if(!I(t)||B(t).position==="fixed")return null;if(e)return e(t);let n=t.offsetParent;return Y(t)===n&&(n=n.ownerDocument.body),n}function Qt(t,e){const n=W(t);if(pt(t))return n;if(!I(t)){let i=K(t);for(;i&&!Q(i);){if(_(i)&&!gt(i))return i;i=K(i)}return n}let o=Vt(t,e);for(;o&&qe(o)&&gt(o);)o=Vt(o,e);return o&&Q(o)&&gt(o)&&!Ct(o)?n:o||Je(t)||n}const mn=async function(t){const e=this.getOffsetParent||Qt,n=this.getDimensions,o=await n(t.floating);return{reference:dn(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function pn(t){return B(t).direction==="rtl"}const hn={convertOffsetParentRelativeRectToViewportRelativeRect:nn,getDocumentElement:Y,getClippingRect:fn,getOffsetParent:Qt,getElementRects:mn,getClientRects:on,getDimensions:un,getScale:J,isElement:_,isRTL:pn};function te(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function gn(t,e){let n=null,o;const i=Y(t);function r(){var c;clearTimeout(o),(c=n)==null||c.disconnect(),n=null}function s(c,a){c===void 0&&(c=!1),a===void 0&&(a=1),r();const l=t.getBoundingClientRect(),{left:f,top:u,width:p,height:d}=l;if(c||e(),!p||!d)return;const m=ct(u),h=ct(i.clientWidth-(f+p)),w=ct(i.clientHeight-(u+d)),g=ct(f),A={rootMargin:-m+"px "+-h+"px "+-w+"px "+-g+"px",threshold:H(0,Z(1,a))||1};let y=!0;function v(C){const P=C[0].intersectionRatio;if(P!==a){if(!y)return s();P?s(!1,P):o=setTimeout(()=>{s(!1,1e-7)},1e3)}P===1&&!te(l,t.getBoundingClientRect())&&s(),y=!1}try{n=new IntersectionObserver(v,{...A,root:i.ownerDocument})}catch{n=new IntersectionObserver(v,A)}n.observe(t)}return s(!0),r}function wn(t,e,n,o){o===void 0&&(o={});const{ancestorScroll:i=!0,ancestorResize:r=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:a=!1}=o,l=St(t),f=i||r?[...l?it(l):[],...it(e)]:[];f.forEach(g=>{i&&g.addEventListener("scroll",n,{passive:!0}),r&&g.addEventListener("resize",n)});const u=l&&c?gn(l,n):null;let p=-1,d=null;s&&(d=new ResizeObserver(g=>{let[x]=g;x&&x.target===l&&d&&(d.unobserve(e),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var A;(A=d)==null||A.observe(e)})),n()}),l&&!a&&d.observe(l),d.observe(e));let m,h=a?G(t):null;a&&w();function w(){const g=G(t);h&&!te(h,g)&&n(),h=g,m=requestAnimationFrame(w)}return n(),()=>{var g;f.forEach(x=>{i&&x.removeEventListener("scroll",n),r&&x.removeEventListener("resize",n)}),u?.(),(g=d)==null||g.disconnect(),d=null,a&&cancelAnimationFrame(m)}}const xn=Ve,yn=je,vn=We,An=Ie,bn=_e,jt=He,Rn=ze,Pn=(t,e,n)=>{const o=new Map,i={platform:hn,...n},r={...i.platform,_c:o};return Fe(t,e,{...i,platform:r})};var Cn=typeof document<"u",On=function(){},lt=Cn?R.useLayoutEffect:On;function dt(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if(typeof t=="function"&&t.toString()===e.toString())return!0;let n,o,i;if(t&&e&&typeof t=="object"){if(Array.isArray(t)){if(n=t.length,n!==e.length)return!1;for(o=n;o--!==0;)if(!dt(t[o],e[o]))return!1;return!0}if(i=Object.keys(t),n=i.length,n!==Object.keys(e).length)return!1;for(o=n;o--!==0;)if(!{}.hasOwnProperty.call(e,i[o]))return!1;for(o=n;o--!==0;){const r=i[o];if(!(r==="_owner"&&t.$$typeof)&&!dt(t[r],e[r]))return!1}return!0}return t!==t&&e!==e}function ee(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function zt(t,e){const n=ee(t);return Math.round(e*n)/n}function wt(t){const e=R.useRef(t);return lt(()=>{e.current=t}),e}function Sn(t){t===void 0&&(t={});const{placement:e="bottom",strategy:n="absolute",middleware:o=[],platform:i,elements:{reference:r,floating:s}={},transform:c=!0,whileElementsMounted:a,open:l}=t,[f,u]=R.useState({x:0,y:0,strategy:n,placement:e,middlewareData:{},isPositioned:!1}),[p,d]=R.useState(o);dt(p,o)||d(o);const[m,h]=R.useState(null),[w,g]=R.useState(null),x=R.useCallback(b=>{b!==C.current&&(C.current=b,h(b))},[]),A=R.useCallback(b=>{b!==P.current&&(P.current=b,g(b))},[]),y=r||m,v=s||w,C=R.useRef(null),P=R.useRef(null),T=R.useRef(f),N=a!=null,L=wt(a),$=wt(i),k=wt(l),S=R.useCallback(()=>{if(!C.current||!P.current)return;const b={placement:e,strategy:n,middleware:p};$.current&&(b.platform=$.current),Pn(C.current,P.current,b).then(M=>{const V={...M,isPositioned:k.current!==!1};O.current&&!dt(T.current,V)&&(T.current=V,Ae.flushSync(()=>{u(V)}))})},[p,e,n,$,k]);lt(()=>{l===!1&&T.current.isPositioned&&(T.current.isPositioned=!1,u(b=>({...b,isPositioned:!1})))},[l]);const O=R.useRef(!1);lt(()=>(O.current=!0,()=>{O.current=!1}),[]),lt(()=>{if(y&&(C.current=y),v&&(P.current=v),y&&v){if(L.current)return L.current(y,v,S);S()}},[y,v,S,L,N]);const F=R.useMemo(()=>({reference:C,floating:P,setReference:x,setFloating:A}),[x,A]),E=R.useMemo(()=>({reference:y,floating:v}),[y,v]),D=R.useMemo(()=>{const b={position:n,left:0,top:0};if(!E.floating)return b;const M=zt(E.floating,f.x),V=zt(E.floating,f.y);return c?{...b,transform:"translate("+M+"px, "+V+"px)",...ee(E.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:M,top:V}},[n,c,E.floating,f.x,f.y]);return R.useMemo(()=>({...f,update:S,refs:F,elements:E,floatingStyles:D}),[f,S,F,E,D])}const En=t=>{function e(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:t,fn(n){const{element:o,padding:i}=typeof t=="function"?t(n):t;return o&&e(o)?o.current!=null?jt({element:o.current,padding:i}).fn(n):{}:o?jt({element:o,padding:i}).fn(n):{}}}},Dn=(t,e)=>({...xn(t),options:[t,e]}),Ln=(t,e)=>({...yn(t),options:[t,e]}),Tn=(t,e)=>({...Rn(t),options:[t,e]}),Mn=(t,e)=>({...vn(t),options:[t,e]}),$n=(t,e)=>({...An(t),options:[t,e]}),kn=(t,e)=>({...bn(t),options:[t,e]}),Nn=(t,e)=>({...En(t),options:[t,e]});var Fn="Arrow",ne=R.forwardRef((t,e)=>{const{children:n,width:o=10,height:i=5,...r}=t;return X.jsx(At.svg,{...r,ref:e,width:o,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:t.asChild?n:X.jsx("polygon",{points:"0,0 30,0 15,10"})})});ne.displayName=Fn;var Hn=ne,Dt="Popper",[oe,Zn]=be(Dt),[Wn,ie]=oe(Dt),re=t=>{const{__scopePopper:e,children:n}=t,[o,i]=R.useState(null);return X.jsx(Wn,{scope:e,anchor:o,onAnchorChange:i,children:n})};re.displayName=Dt;var se="PopperAnchor",ce=R.forwardRef((t,e)=>{const{__scopePopper:n,virtualRef:o,...i}=t,r=ie(se,n),s=R.useRef(null),c=It(e,s);return R.useEffect(()=>{r.onAnchorChange(o?.current||s.current)}),o?null:X.jsx(At.div,{...i,ref:c})});ce.displayName=se;var Lt="PopperContent",[_n,Bn]=oe(Lt),le=R.forwardRef((t,e)=>{const{__scopePopper:n,side:o="bottom",sideOffset:i=0,align:r="center",alignOffset:s=0,arrowPadding:c=0,avoidCollisions:a=!0,collisionBoundary:l=[],collisionPadding:f=0,sticky:u="partial",hideWhenDetached:p=!1,updatePositionStrategy:d="optimized",onPlaced:m,...h}=t,w=ie(Lt,n),[g,x]=R.useState(null),A=It(e,nt=>x(nt)),[y,v]=R.useState(null),C=Re(y),P=C?.width??0,T=C?.height??0,N=o+(r!=="center"?"-"+r:""),L=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},$=Array.isArray(l)?l:[l],k=$.length>0,S={padding:L,boundary:$.filter(jn),altBoundary:k},{refs:O,floatingStyles:F,placement:E,isPositioned:D,middlewareData:b}=Sn({strategy:"fixed",placement:N,whileElementsMounted:(...nt)=>wn(...nt,{animationFrame:d==="always"}),elements:{reference:w.anchor},middleware:[Dn({mainAxis:i+T,alignmentAxis:s}),a&&Ln({mainAxis:!0,crossAxis:!1,limiter:u==="partial"?Tn():void 0,...S}),a&&Mn({...S}),$n({...S,apply:({elements:nt,rects:Mt,availableWidth:we,availableHeight:xe})=>{const{width:ye,height:ve}=Mt.reference,st=nt.floating.style;st.setProperty("--radix-popper-available-width",`${we}px`),st.setProperty("--radix-popper-available-height",`${xe}px`),st.setProperty("--radix-popper-anchor-width",`${ye}px`),st.setProperty("--radix-popper-anchor-height",`${ve}px`)}}),y&&Nn({element:y,padding:c}),zn({arrowWidth:P,arrowHeight:T}),p&&kn({strategy:"referenceHidden",...S})]}),[M,V]=ue(E),Tt=Pe(m);$t(()=>{D&&Tt?.()},[D,Tt]);const de=b.arrow?.x,me=b.arrow?.y,pe=b.arrow?.centerOffset!==0,[he,ge]=R.useState();return $t(()=>{g&&ge(window.getComputedStyle(g).zIndex)},[g]),X.jsx("div",{ref:O.setFloating,"data-radix-popper-content-wrapper":"",style:{...F,transform:D?F.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:he,"--radix-popper-transform-origin":[b.transformOrigin?.x,b.transformOrigin?.y].join(" "),...b.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:t.dir,children:X.jsx(_n,{scope:n,placedSide:M,onArrowChange:v,arrowX:de,arrowY:me,shouldHideArrow:pe,children:X.jsx(At.div,{"data-side":M,"data-align":V,...h,ref:A,style:{...h.style,animation:D?void 0:"none"}})})})});le.displayName=Lt;var ae="PopperArrow",Vn={top:"bottom",right:"left",bottom:"top",left:"right"},fe=R.forwardRef(function(e,n){const{__scopePopper:o,...i}=e,r=Bn(ae,o),s=Vn[r.placedSide];return X.jsx("span",{ref:r.onArrowChange,style:{position:"absolute",left:r.arrowX,top:r.arrowY,[s]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[r.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[r.placedSide],visibility:r.shouldHideArrow?"hidden":void 0},children:X.jsx(Hn,{...i,ref:n,style:{...i.style,display:"block"}})})});fe.displayName=ae;function jn(t){return t!==null}var zn=t=>({name:"transformOrigin",options:t,fn(e){const{placement:n,rects:o,middlewareData:i}=e,s=i.arrow?.centerOffset!==0,c=s?0:t.arrowWidth,a=s?0:t.arrowHeight,[l,f]=ue(n),u={start:"0%",center:"50%",end:"100%"}[f],p=(i.arrow?.x??0)+c/2,d=(i.arrow?.y??0)+a/2;let m="",h="";return l==="bottom"?(m=s?u:`${p}px`,h=`${-a}px`):l==="top"?(m=s?u:`${p}px`,h=`${o.floating.height+a}px`):l==="right"?(m=`${-a}px`,h=s?u:`${d}px`):l==="left"&&(m=`${o.floating.width+a}px`,h=s?u:`${d}px`),{data:{x:m,y:h}}}});function ue(t){const[e,n="center"]=t.split("-");return[e,n]}var Kn=re,Gn=ce,Jn=le,Qn=fe;export{Gn as A,Jn as C,Kn as R,Qn as a,Zn as c};
@@ -1 +1 @@
1
- import{a as c,p as x,B as y}from"./chunk-EF7DTUVF-CaKisB5m.js";import{u as E,b}from"./index-DO7DtA1Q.js";import{a as w}from"./index-BJ-ODQ_I.js";function D(e,t){const n=c.createContext(t),r=i=>{const{children:u,...s}=i,a=c.useMemo(()=>s,Object.values(s));return x.jsx(n.Provider,{value:a,children:u})};r.displayName=e+"Provider";function o(i){const u=c.useContext(n);if(u)return u;if(t!==void 0)return t;throw new Error(`\`${i}\` must be used within \`${e}\``)}return[r,o]}function j(e,t=[]){let n=[];function r(i,u){const s=c.createContext(u),a=n.length;n=[...n,u];const f=d=>{const{scope:p,children:m,...v}=d,S=p?.[e]?.[a]||s,g=c.useMemo(()=>v,Object.values(v));return x.jsx(S.Provider,{value:g,children:m})};f.displayName=i+"Provider";function l(d,p){const m=p?.[e]?.[a]||s,v=c.useContext(m);if(v)return v;if(u!==void 0)return u;throw new Error(`\`${d}\` must be used within \`${i}\``)}return[f,l]}const o=()=>{const i=n.map(u=>c.createContext(u));return function(s){const a=s?.[e]||i;return c.useMemo(()=>({[`__scope${e}`]:{...s,[e]:a}}),[s,a])}};return o.scopeName=e,[r,P(o,...t)]}function P(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(i){const u=r.reduce((s,{useScope:a,scopeName:f})=>{const d=a(i)[`__scope${f}`];return{...s,...d}},{});return c.useMemo(()=>({[`__scope${t.scopeName}`]:u}),[u])}};return n.scopeName=t.scopeName,n}function L(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e?.(o),n===!1||!o.defaultPrevented)return t?.(o)}}var N=globalThis?.document?c.useLayoutEffect:()=>{},C=y[" useInsertionEffect ".trim().toString()]||N;function W({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){const[o,i,u]=A({defaultProp:t,onChange:n}),s=e!==void 0,a=s?e:o;{const l=c.useRef(e!==void 0);c.useEffect(()=>{const d=l.current;d!==s&&console.warn(`${r} is changing from ${d?"controlled":"uncontrolled"} to ${s?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),l.current=s},[s,r])}const f=c.useCallback(l=>{if(s){const d=R(l)?l(e):l;d!==e&&u.current?.(d)}else i(l)},[s,e,i,u]);return[a,f]}function A({defaultProp:e,onChange:t}){const[n,r]=c.useState(e),o=c.useRef(n),i=c.useRef(t);return C(()=>{i.current=t},[t]),c.useEffect(()=>{o.current!==n&&(i.current?.(n),o.current=n)},[n,o]),[n,r,i]}function R(e){return typeof e=="function"}function F(e){const[t,n]=c.useState(void 0);return N(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const i=o[0];let u,s;if("borderBoxSize"in i){const a=i.borderBoxSize,f=Array.isArray(a)?a[0]:a;u=f.inlineSize,s=f.blockSize}else u=e.offsetWidth,s=e.offsetHeight;n({width:u,height:s})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}function M(e,t){return c.useReducer((n,r)=>t[n][r]??n,e)}var O=e=>{const{present:t,children:n}=e,r=T(t),o=typeof n=="function"?n({present:r.isPresent}):c.Children.only(n),i=E(r.ref,I(o));return typeof n=="function"||r.isPresent?c.cloneElement(o,{ref:i}):null};O.displayName="Presence";function T(e){const[t,n]=c.useState(),r=c.useRef(null),o=c.useRef(e),i=c.useRef("none"),u=e?"mounted":"unmounted",[s,a]=M(u,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return c.useEffect(()=>{const f=h(r.current);i.current=s==="mounted"?f:"none"},[s]),N(()=>{const f=r.current,l=o.current;if(l!==e){const p=i.current,m=h(f);e?a("MOUNT"):m==="none"||f?.display==="none"?a("UNMOUNT"):a(l&&p!==m?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,a]),N(()=>{if(t){let f;const l=t.ownerDocument.defaultView??window,d=m=>{const S=h(r.current).includes(m.animationName);if(m.target===t&&S&&(a("ANIMATION_END"),!o.current)){const g=t.style.animationFillMode;t.style.animationFillMode="forwards",f=l.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=g)})}},p=m=>{m.target===t&&(i.current=h(r.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{l.clearTimeout(f),t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else a("ANIMATION_END")},[t,a]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:c.useCallback(f=>{r.current=f?getComputedStyle(f):null,n(f)},[])}}function h(e){return e?.animationName||"none"}function I(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var U=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],k=U.reduce((e,t)=>{const n=b(`Primitive.${t}`),r=c.forwardRef((o,i)=>{const{asChild:u,...s}=o,a=u?n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),x.jsx(a,{...s,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function B(e,t){e&&w.flushSync(()=>e.dispatchEvent(t))}export{k as P,L as a,O as b,j as c,N as d,F as e,B as f,D as g,W as u};
1
+ import{a as c,p as x,B as y}from"./chunk-EF7DTUVF-CaKisB5m.js";import{u as E,b}from"./index-BeLOjj93.js";import{a as w}from"./index-BJ-ODQ_I.js";function D(e,t){const n=c.createContext(t),r=i=>{const{children:u,...s}=i,a=c.useMemo(()=>s,Object.values(s));return x.jsx(n.Provider,{value:a,children:u})};r.displayName=e+"Provider";function o(i){const u=c.useContext(n);if(u)return u;if(t!==void 0)return t;throw new Error(`\`${i}\` must be used within \`${e}\``)}return[r,o]}function j(e,t=[]){let n=[];function r(i,u){const s=c.createContext(u),a=n.length;n=[...n,u];const f=d=>{const{scope:p,children:m,...v}=d,S=p?.[e]?.[a]||s,g=c.useMemo(()=>v,Object.values(v));return x.jsx(S.Provider,{value:g,children:m})};f.displayName=i+"Provider";function l(d,p){const m=p?.[e]?.[a]||s,v=c.useContext(m);if(v)return v;if(u!==void 0)return u;throw new Error(`\`${d}\` must be used within \`${i}\``)}return[f,l]}const o=()=>{const i=n.map(u=>c.createContext(u));return function(s){const a=s?.[e]||i;return c.useMemo(()=>({[`__scope${e}`]:{...s,[e]:a}}),[s,a])}};return o.scopeName=e,[r,P(o,...t)]}function P(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(i){const u=r.reduce((s,{useScope:a,scopeName:f})=>{const d=a(i)[`__scope${f}`];return{...s,...d}},{});return c.useMemo(()=>({[`__scope${t.scopeName}`]:u}),[u])}};return n.scopeName=t.scopeName,n}function L(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e?.(o),n===!1||!o.defaultPrevented)return t?.(o)}}var N=globalThis?.document?c.useLayoutEffect:()=>{},C=y[" useInsertionEffect ".trim().toString()]||N;function W({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){const[o,i,u]=A({defaultProp:t,onChange:n}),s=e!==void 0,a=s?e:o;{const l=c.useRef(e!==void 0);c.useEffect(()=>{const d=l.current;d!==s&&console.warn(`${r} is changing from ${d?"controlled":"uncontrolled"} to ${s?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),l.current=s},[s,r])}const f=c.useCallback(l=>{if(s){const d=R(l)?l(e):l;d!==e&&u.current?.(d)}else i(l)},[s,e,i,u]);return[a,f]}function A({defaultProp:e,onChange:t}){const[n,r]=c.useState(e),o=c.useRef(n),i=c.useRef(t);return C(()=>{i.current=t},[t]),c.useEffect(()=>{o.current!==n&&(i.current?.(n),o.current=n)},[n,o]),[n,r,i]}function R(e){return typeof e=="function"}function F(e){const[t,n]=c.useState(void 0);return N(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const i=o[0];let u,s;if("borderBoxSize"in i){const a=i.borderBoxSize,f=Array.isArray(a)?a[0]:a;u=f.inlineSize,s=f.blockSize}else u=e.offsetWidth,s=e.offsetHeight;n({width:u,height:s})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}function M(e,t){return c.useReducer((n,r)=>t[n][r]??n,e)}var O=e=>{const{present:t,children:n}=e,r=T(t),o=typeof n=="function"?n({present:r.isPresent}):c.Children.only(n),i=E(r.ref,I(o));return typeof n=="function"||r.isPresent?c.cloneElement(o,{ref:i}):null};O.displayName="Presence";function T(e){const[t,n]=c.useState(),r=c.useRef(null),o=c.useRef(e),i=c.useRef("none"),u=e?"mounted":"unmounted",[s,a]=M(u,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return c.useEffect(()=>{const f=h(r.current);i.current=s==="mounted"?f:"none"},[s]),N(()=>{const f=r.current,l=o.current;if(l!==e){const p=i.current,m=h(f);e?a("MOUNT"):m==="none"||f?.display==="none"?a("UNMOUNT"):a(l&&p!==m?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,a]),N(()=>{if(t){let f;const l=t.ownerDocument.defaultView??window,d=m=>{const S=h(r.current).includes(m.animationName);if(m.target===t&&S&&(a("ANIMATION_END"),!o.current)){const g=t.style.animationFillMode;t.style.animationFillMode="forwards",f=l.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=g)})}},p=m=>{m.target===t&&(i.current=h(r.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{l.clearTimeout(f),t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else a("ANIMATION_END")},[t,a]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:c.useCallback(f=>{r.current=f?getComputedStyle(f):null,n(f)},[])}}function h(e){return e?.animationName||"none"}function I(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var U=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],k=U.reduce((e,t)=>{const n=b(`Primitive.${t}`),r=c.forwardRef((o,i)=>{const{asChild:u,...s}=o,a=u?n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),x.jsx(a,{...s,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function B(e,t){e&&w.flushSync(()=>e.dispatchEvent(t))}export{k as P,L as a,O as b,j as c,N as d,F as e,B as f,D as g,W as u};