cortex-react-components 2.13.14 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-GETYSIZV.mjs → chunk-255P6K5W.mjs} +1 -1
- package/dist/{chunk-VRE6VCHX.mjs → chunk-2BR55L74.mjs} +1 -1
- package/dist/{chunk-P6OSMPUQ.mjs → chunk-2RQDJ5XT.mjs} +1 -1
- package/dist/chunk-3BG2SCNC.mjs +1 -0
- package/dist/{chunk-BQQ4V4PX.mjs → chunk-5SHZBJ5R.mjs} +1 -1
- package/dist/{chunk-R6AYIVIR.mjs → chunk-5WVFEIMC.mjs} +1 -1
- package/dist/chunk-5Y6FKL5W.mjs +4 -0
- package/dist/{chunk-QQFIVSBW.mjs → chunk-62A35O55.mjs} +1 -1
- package/dist/{chunk-GAZHKHGB.mjs → chunk-67QPOSVV.mjs} +1 -1
- package/dist/chunk-6OT5PQXV.mjs +13 -0
- package/dist/{chunk-7OMPPFGG.mjs → chunk-7GMAMIHM.mjs} +1 -1
- package/dist/{chunk-TO7SVJIU.mjs → chunk-A2KX5N75.mjs} +1 -1
- package/dist/{chunk-2GM2LPLB.mjs → chunk-ERJXTG6X.mjs} +1 -1
- package/dist/chunk-EW6KWAHS.mjs +4 -0
- package/dist/{chunk-HDKHF3EA.mjs → chunk-FKU4VQR6.mjs} +1 -1
- package/dist/{chunk-F64CA5CH.mjs → chunk-H3CJOE6S.mjs} +1 -1
- package/dist/{chunk-U3FYDDE2.mjs → chunk-HKGW6JI2.mjs} +1 -1
- package/dist/{chunk-KZAYLEFB.mjs → chunk-I2GNNRFH.mjs} +1 -1
- package/dist/{chunk-PNUBVBSR.mjs → chunk-IF3425JX.mjs} +1 -1
- package/dist/{chunk-GLBQHEMQ.mjs → chunk-JTVWQ42C.mjs} +1 -1
- package/dist/{chunk-PTZT4QJW.mjs → chunk-LJQPLE4S.mjs} +1 -1
- package/dist/{chunk-2OOJ4ZFB.mjs → chunk-M7NV6EFH.mjs} +1 -1
- package/dist/{chunk-4SRUEQTP.mjs → chunk-MXCW6SOT.mjs} +1 -1
- package/dist/{chunk-FYQBRCQM.mjs → chunk-N3B3XNV3.mjs} +1 -1
- package/dist/{chunk-FEWOSBUJ.mjs → chunk-NWISIJFD.mjs} +1 -1
- package/dist/{chunk-RIRZRO6U.mjs → chunk-P55W6AFU.mjs} +1 -1
- package/dist/{chunk-MO4HRQEL.mjs → chunk-PK3OBSCB.mjs} +1 -1
- package/dist/{chunk-T5HJS6OF.mjs → chunk-RSDUFAIB.mjs} +1 -1
- package/dist/{chunk-DPZHVBGG.mjs → chunk-RX63ABAF.mjs} +1 -1
- package/dist/{chunk-PKEBARQB.mjs → chunk-TILPSVAP.mjs} +1 -1
- package/dist/chunk-UTHKFW4R.mjs +1 -0
- package/dist/{chunk-UZSBX5GO.mjs → chunk-X3JZSN3W.mjs} +1 -1
- package/dist/{chunk-VNYUNZ3M.mjs → chunk-XGIYNUGC.mjs} +1 -1
- package/dist/{chunk-OQCMTGML.mjs → chunk-XKGBG5FX.mjs} +1 -1
- package/dist/{chunk-HKMNAXLM.mjs → chunk-YKG4FNS4.mjs} +1 -1
- package/dist/components/Blocks/Banner.mjs +1 -1
- package/dist/components/Blocks/CallToAction.mjs +1 -1
- package/dist/components/Blocks/CollapsibleArea.mjs +1 -1
- package/dist/components/Blocks/Content.mjs +1 -1
- package/dist/components/Blocks/FeaturesBlock.mjs +1 -1
- package/dist/components/Blocks/ImageBlock.mjs +1 -1
- package/dist/components/Blocks/MediaBlock.mjs +1 -1
- package/dist/components/Blocks/RelatedPosts.mjs +1 -1
- package/dist/components/Blocks/RenderBlocks.mjs +1 -1
- package/dist/components/Blocks/ReusableContentBlock.mjs +1 -1
- package/dist/components/Blocks/index.mjs +1 -1
- package/dist/components/Cards/ContentCard.mjs +1 -1
- package/dist/components/Cards/FeatureCard.mjs +1 -1
- package/dist/components/Cards/index.mjs +1 -1
- package/dist/components/Chat/ChatInterface.js +13 -3
- package/dist/components/Chat/ChatInterface.mjs +1 -1
- package/dist/components/Chat/Components/ApprovalRequest.d.ts +12 -0
- package/dist/components/Chat/Components/ApprovalRequest.js +13 -0
- package/dist/components/Chat/Components/ApprovalRequest.mjs +2 -0
- package/dist/components/Chat/CopilotInterface.js +14 -4
- package/dist/components/Chat/CopilotInterface.mjs +1 -1
- package/dist/components/Chat/PartTypes/PartApprovalTool.d.ts +15 -0
- package/dist/components/Chat/PartTypes/PartApprovalTool.js +13 -0
- package/dist/components/Chat/PartTypes/PartApprovalTool.mjs +1 -0
- package/dist/components/Chat/PartTypes/Reasoning.css +1 -0
- package/dist/components/Chat/PartTypes/Reasoning.d.ts +16 -0
- package/dist/components/Chat/PartTypes/Reasoning.js +5 -0
- package/dist/components/Chat/PartTypes/Reasoning.mjs +2 -0
- package/dist/components/Chat/PartTypes/Response.css +1 -0
- package/dist/components/Chat/PartTypes/Response.d.ts +5 -0
- package/dist/components/Chat/PartTypes/Response.js +4 -0
- package/dist/components/Chat/PartTypes/Response.mjs +2 -0
- package/dist/components/Chat/PartTypes/index.css +1 -0
- package/dist/components/Chat/PartTypes/index.d.ts +3 -0
- package/dist/components/Chat/PartTypes/index.js +14 -4
- package/dist/components/Chat/PartTypes/index.mjs +1 -1
- package/dist/components/Chat/demo-long-messages.js +20 -10
- package/dist/components/Chat/demo-long-messages.mjs +1 -1
- package/dist/components/Chat/demo-tests.js +36 -26
- package/dist/components/Chat/demo-tests.mjs +1 -1
- package/dist/components/Chat/demo.js +14 -4
- package/dist/components/Chat/demo.mjs +1 -1
- package/dist/components/Chat/example-usage.js +14 -4
- package/dist/components/Chat/example-usage.mjs +1 -1
- package/dist/components/Chat/example-with-vercel-ai.js +14 -4
- package/dist/components/Chat/example-with-vercel-ai.mjs +1 -1
- package/dist/components/Chat/index.d.ts +2 -0
- package/dist/components/Chat/index.js +14 -4
- package/dist/components/Chat/index.mjs +1 -1
- package/dist/components/DigitalColleagues/MainPage.mjs +1 -1
- package/dist/components/DigitalColleagues/index.mjs +1 -1
- package/dist/components/Foundary/MainPage.mjs +1 -1
- package/dist/components/Foundary/Pages/dashboardpage.mjs +1 -1
- package/dist/components/Foundary/Views/index.mjs +1 -1
- package/dist/components/Foundary/index.mjs +1 -1
- package/dist/components/HeaderFooter/SectionHeading.mjs +1 -1
- package/dist/components/HeaderFooter/VideoHeader.mjs +1 -1
- package/dist/components/HeaderFooter/index.mjs +1 -1
- package/dist/components/Heros/HighImpact/index.mjs +1 -1
- package/dist/components/Heros/LowImpact/index.mjs +1 -1
- package/dist/components/Heros/MediumImpact/index.mjs +1 -1
- package/dist/components/Heros/RenderHero.mjs +1 -1
- package/dist/components/Heros/SectionHero/index.mjs +1 -1
- package/dist/components/Heros/index.mjs +1 -1
- package/dist/components/Layouts/OutputHeaderFooter.mjs +1 -1
- package/dist/components/Layouts/Print.mjs +1 -1
- package/dist/components/Layouts/SlideShow.mjs +1 -1
- package/dist/components/Layouts/index.mjs +1 -1
- package/dist/components/Other/index.mjs +1 -1
- package/dist/components/Payload/CollectionArchive/index.mjs +1 -1
- package/dist/components/Payload/Media/index.mjs +1 -1
- package/dist/components/Payload/PayloadCard/index.mjs +1 -1
- package/dist/components/Payload/RichText/index.mjs +1 -1
- package/dist/components/Payload/RichText/serialize.mjs +1 -1
- package/dist/components/Payload/index.mjs +1 -1
- package/dist/components/index.js +22 -13
- package/dist/components/index.mjs +1 -1
- package/dist/globals.css +1 -1
- package/dist/index.js +28 -19
- package/dist/index.mjs +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/pages/Blog.mjs +1 -1
- package/dist/pages/Documentation.mjs +1 -1
- package/dist/pages/IndexPage.mjs +1 -1
- package/dist/pages/Intranet.mjs +1 -1
- package/dist/pages/LandingPage.mjs +1 -1
- package/dist/pages/Page.mjs +1 -1
- package/dist/pages/Publish.mjs +1 -1
- package/dist/pages/Website.mjs +1 -1
- package/dist/sections/AboutSection.mjs +1 -1
- package/dist/sections/BlogDetail.mjs +1 -1
- package/dist/sections/BlogList.mjs +1 -1
- package/dist/sections/BlogListSection.mjs +1 -1
- package/dist/sections/ContactSection.mjs +1 -1
- package/dist/sections/PageSections.mjs +1 -1
- package/dist/sections/PricingSection.mjs +1 -1
- package/dist/sections/ServiceDetail.mjs +1 -1
- package/dist/sections/ServiceDetailSection.mjs +1 -1
- package/dist/sections/ServiceSection.mjs +1 -1
- package/dist/sections/index.mjs +1 -1
- package/package.json +6 -4
- package/dist/chunk-FDRX3CL2.mjs +0 -1
|
@@ -1,16 +1,26 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
'use client'
|
|
4
|
+
'use client';
|
|
4
5
|
|
|
5
|
-
"use strict";var ko=Object.create;var vt=Object.defineProperty;var Do=Object.getOwnPropertyDescriptor;var So=Object.getOwnPropertyNames;var Po=Object.getPrototypeOf,To=Object.prototype.hasOwnProperty;var Ro=(e,t)=>{for(var a in t)vt(e,a,{get:t[a],enumerable:!0})},ia=(e,t,a,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of So(t))!To.call(e,n)&&n!==a&&vt(e,n,{get:()=>t[n],enumerable:!(o=Do(t,n))||o.enumerable});return e};var W=(e,t,a)=>(a=e!=null?ko(Po(e)):{},ia(t||!e||!e.__esModule?vt(a,"default",{value:e,enumerable:!0}):a,e)),Ao=e=>ia(vt({},"__esModule",{value:!0}),e);var Ui={};Ro(Ui,{ChatDemoCapabilitiesInteraction:()=>Ei,ChatDemoErrorHandling:()=>Mi,ChatDemoFileUploads:()=>Ii,ChatDemoMarkdownResponses:()=>Ri,ChatDemoToolCalling:()=>Ti,ChatDemoUIComponents:()=>Ai});module.exports=Ao(Ui);var Ye=require("react");var co=require("@ai-sdk/react"),Mt=require("motion/react"),po=require("lucide-react");var ua=require("clsx");var Lt="-",Io=e=>{let t=Eo(e),{conflictingClassGroups:a,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:l=>{let s=l.split(Lt);return s[0]===""&&s.length!==1&&s.shift(),na(s,t)||Mo(l)},getConflictingClassGroupIds:(l,s)=>{let m=a[l]||[];return s&&o[l]?[...m,...o[l]]:m}}},na=(e,t)=>{if(e.length===0)return t.classGroupId;let a=e[0],o=t.nextPart.get(a),n=o?na(e.slice(1),o):void 0;if(n)return n;if(t.validators.length===0)return;let r=e.join(Lt);return t.validators.find(({validator:l})=>l(r))?.classGroupId},ra=/^\[(.+)\]$/,Mo=e=>{if(ra.test(e)){let t=ra.exec(e)[1],a=t?.substring(0,t.indexOf(":"));if(a)return"arbitrary.."+a}},Eo=e=>{let{theme:t,prefix:a}=e,o={nextPart:new Map,validators:[]};return Bo(Object.entries(e.classGroups),a).forEach(([r,l])=>{Bt(l,o,r,t)}),o},Bt=(e,t,a,o)=>{e.forEach(n=>{if(typeof n=="string"){let r=n===""?t:sa(t,n);r.classGroupId=a;return}if(typeof n=="function"){if(Uo(n)){Bt(n(o),t,a,o);return}t.validators.push({validator:n,classGroupId:a});return}Object.entries(n).forEach(([r,l])=>{Bt(l,sa(t,r),a,o)})})},sa=(e,t)=>{let a=e;return t.split(Lt).forEach(o=>{a.nextPart.has(o)||a.nextPart.set(o,{nextPart:new Map,validators:[]}),a=a.nextPart.get(o)}),a},Uo=e=>e.isThemeGetter,Bo=(e,t)=>t?e.map(([a,o])=>{let n=o.map(r=>typeof r=="string"?t+r:typeof r=="object"?Object.fromEntries(Object.entries(r).map(([l,s])=>[t+l,s])):r);return[a,n]}):e,Lo=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,a=new Map,o=new Map,n=(r,l)=>{a.set(r,l),t++,t>e&&(t=0,o=a,a=new Map)};return{get(r){let l=a.get(r);if(l!==void 0)return l;if((l=o.get(r))!==void 0)return n(r,l),l},set(r,l){a.has(r)?a.set(r,l):n(r,l)}}},la="!",zo=e=>{let{separator:t,experimentalParseClassName:a}=e,o=t.length===1,n=t[0],r=t.length,l=s=>{let m=[],u=0,D=0,f;for(let x=0;x<s.length;x++){let R=s[x];if(u===0){if(R===n&&(o||s.slice(x,x+r)===t)){m.push(s.slice(D,x)),D=x+r;continue}if(R==="/"){f=x;continue}}R==="["?u++:R==="]"&&u--}let y=m.length===0?s:s.substring(D),P=y.startsWith(la),z=P?y.substring(1):y,T=f&&f>D?f-D:void 0;return{modifiers:m,hasImportantModifier:P,baseClassName:z,maybePostfixModifierPosition:T}};return a?s=>a({className:s,parseClassName:l}):l},_o=e=>{if(e.length<=1)return e;let t=[],a=[];return e.forEach(o=>{o[0]==="["?(t.push(...a.sort(),o),a=[]):a.push(o)}),t.push(...a.sort()),t},Fo=e=>({cache:Lo(e.cacheSize),parseClassName:zo(e),...Io(e)}),jo=/\s+/,Ho=(e,t)=>{let{parseClassName:a,getClassGroupId:o,getConflictingClassGroupIds:n}=t,r=[],l=e.trim().split(jo),s="";for(let m=l.length-1;m>=0;m-=1){let u=l[m],{modifiers:D,hasImportantModifier:f,baseClassName:y,maybePostfixModifierPosition:P}=a(u),z=!!P,T=o(z?y.substring(0,P):y);if(!T){if(!z){s=u+(s.length>0?" "+s:s);continue}if(T=o(y),!T){s=u+(s.length>0?" "+s:s);continue}z=!1}let x=_o(D).join(":"),R=f?x+la:x,_=R+T;if(r.includes(_))continue;r.push(_);let w=n(T,z);for(let B=0;B<w.length;++B){let X=w[B];r.push(R+X)}s=u+(s.length>0?" "+s:s)}return s};function Oo(){let e=0,t,a,o="";for(;e<arguments.length;)(t=arguments[e++])&&(a=ca(t))&&(o&&(o+=" "),o+=a);return o}var ca=e=>{if(typeof e=="string")return e;let t,a="";for(let o=0;o<e.length;o++)e[o]&&(t=ca(e[o]))&&(a&&(a+=" "),a+=t);return a};function Go(e,...t){let a,o,n,r=l;function l(m){let u=t.reduce((D,f)=>f(D),e());return a=Fo(u),o=a.cache.get,n=a.cache.set,r=s,s(m)}function s(m){let u=o(m);if(u)return u;let D=Ho(m,a);return n(m,D),D}return function(){return r(Oo.apply(null,arguments))}}var H=e=>{let t=a=>a[e]||[];return t.isThemeGetter=!0,t},da=/^\[(?:([a-z-]+):)?(.+)\]$/fa,Wo=/^\d+\/\d+$/,Vo=new Set(["px","full","screen"]),$o=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Ko=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|fa|fa|fa|min|max))|\fa(calc|min|max|clamp)\(.+\)|^0$/,qo=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,Jo=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Qo=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Te=e=>Ze(e)||Vo.has(e)||Wo.test(e),Be=e=>et(e,"length",ii),Ze=e=>!!e&&!Number.isNaN(Number(e)),Ut=e=>et(e,"number",Ze),lt=e=>!!e&&Number.isInteger(Number(e)),Xo=e=>e.endsWith("%")&&Ze(e.slice(0,-1)),v=e=>da.test(e),Le=e=>$o.test(e),Yo=new Set(["length","size","percentage"]),Zo=e=>et(e,Yo,pa),ei=e=>et(e,"position",pa),ti=new Set(["image","url"]),ai=e=>et(e,ti,si),oi=e=>et(e,"",ri),ct=()=>!0,et=(e,t,a)=>{let o=da.exec(e);return o?o[1]?typeof t=="string"?o[1]===t:t.has(o[1]):a(o[2]):!1},ii=e=>Ko.test(e)&&!qo.test(e),pa=()=>!1,ri=e=>Jo.test(e),si=e=>Qo.test(e);var ni=()=>{let e=H("colors"),t=H("spacing"),a=H("blur"),o=H("brightness"),n=H("borderColor"),r=H("borderRadius"),l=H("borderSpacing"),s=H("borderWidth"),m=H("contrast"),u=H("grayscale"),D=H("hueRotate"),f=H("invert"),y=H("gap"),P=H("gradientColorStops"),z=H("gradientColorStopPositions"),T=H("inset"),x=H("margin"),R=H("opacity"),_=H("padding"),w=H("saturate"),B=H("scale"),X=H("sepia"),Y=H("skew"),Z=H("space"),Q=H("translate"),G=()=>["auto","contain","none"],te=()=>["auto","hidden","clip","visible","scroll"],se=()=>["auto",v,t],A=()=>[v,t],Se=()=>["",Te,Be],d=()=>["auto",Ze,v],E=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],I=()=>["solid","dashed","dotted","double","none"],V=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],p=()=>["start","end","center","between","around","evenly","stretch"],F=()=>["","0",v],$=()=>["auto","avoid","all","avoid-page","page","left","right","column"],U=()=>[Ze,v];return{cacheSize:500,separator:":",theme:{colors:[ct],spacing:[Te,Be],blur:["none","",Le,v],brightness:U(),borderColor:[e],borderRadius:["none","","full",Le,v],borderSpacing:A(),borderWidth:Se(),contrast:U(),grayscale:F(),hueRotate:U(),invert:F(),gap:A(),gradientColorStops:[e],gradientColorStopPositions:[Xo,Be],inset:se(),margin:se(),opacity:U(),padding:A(),saturate:U(),scale:U(),sepia:F(),skew:U(),space:A(),translate:A()},classGroups:{aspect:[{aspect:["auto","square","video",v]}],container:["container"],columns:[{columns:[Le]}],"break-after":[{"break-after":$()}],"break-before":[{"break-before":$()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...E(),v]}],overflow:[{overflow:te()}],"overflow-x":[{"overflow-x":te()}],"overflow-y":[{"overflow-y":te()}],overscroll:[{overscroll:G()}],"overscroll-x":[{"overscroll-x":G()}],"overscroll-y":[{"overscroll-y":G()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[T]}],"inset-x":[{"inset-x":[T]}],"inset-y":[{"inset-y":[T]}],start:[{start:[T]}],end:[{end:[T]}],top:[{top:[T]}],right:[{right:[T]}],bottom:[{bottom:[T]}],left:[{left:[T]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",lt,v]}],basis:[{basis:se()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",v]}],grow:[{grow:F()}],shrink:[{shrink:F()}],order:[{order:["first","last","none",lt,v]}],"grid-cols":[{"grid-cols":[ct]}],"col-start-end":[{col:["auto",{span:["full",lt,v]},v]}],"col-start":[{"col-start":d()}],"col-end":[{"col-end":d()}],"grid-rows":[{"grid-rows":[ct]}],"row-start-end":[{row:["auto",{span:[lt,v]},v]}],"row-start":[{"row-start":d()}],"row-end":[{"row-end":d()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",v]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",v]}],gap:[{gap:[y]}],"gap-x":[{"gap-x":[y]}],"gap-y":[{"gap-y":[y]}],"justify-content":[{justify:["normal",...p()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...p(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...p(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[_]}],px:[{px:[_]}],py:[{py:[_]}],ps:[{ps:[_]}],fa:[{fa:[_]}],pt:[{pt:[_]}],pr:[{pr:[_]}],pb:[{pb:[_]}],pl:[{pl:[_]}],m:[{m:[x]}],mx:[{mx:[x]}],my:[{my:[x]}],ms:[{ms:[x]}],me:[{me:[x]}],mt:[{mt:[x]}],mr:[{mr:[x]}],mb:[{mb:[x]}],ml:[{ml:[x]}],"space-x":[{"space-x":[Z]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[Z]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",v,t]}],"min-w":[{"min-w":[v,t,"min","max","fit"]}],"max-w":[{"max-w":[v,t,"none","full","min","max","fit","prose",{screen:[Le]},Le]}],fa:[{fa:[v,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-fa":[{"min-fa":[v,t,"min","max","fit","svh","lvh","dvh"]}],"max-fa":[{"max-fa":[v,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[v,t,"auto","min","max","fit"]}],"font-size":[{text:["base",Le,Be]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Ut]}],"font-family":[{font:[ct]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",v]}],"line-clamp":[{"line-clamp":["none",Ze,Ut]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Te,v]}],"list-image":[{"list-image":["none",v]}],"list-style-type":[{list:["none","disc","decimal",v]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[R]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[R]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...I(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Te,Be]}],"underline-offset":[{"underline-offset":["auto",Te,v]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:A()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",v]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",v]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[R]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...E(),ei]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",Zo]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","fa","bl","l","tl"]},ai]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[z]}],"gradient-via-pos":[{via:[z]}],"gradient-to-pos":[{to:[z]}],"gradient-from":[{from:[P]}],"gradient-via":[{via:[P]}],"gradient-to":[{to:[P]}],rounded:[{rounded:[r]}],"rounded-s":[{"rounded-s":[r]}],"rounded-e":[{"rounded-e":[r]}],"rounded-t":[{"rounded-t":[r]}],"rounded-r":[{"rounded-r":[r]}],"rounded-fa":[{"rounded-fa":[r]}],"rounded-l":[{"rounded-l":[r]}],"rounded-ss":[{"rounded-ss":[r]}],"rounded-se":[{"rounded-se":[r]}],"rounded-fa":[{"rounded-fa":[r]}],"rounded-es":[{"rounded-es":[r]}],"rounded-tl":[{"rounded-tl":[r]}],"rounded-tr":[{"rounded-tr":[r]}],"rounded-br":[{"rounded-br":[r]}],"rounded-bl":[{"rounded-bl":[r]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-fa":[{"border-fa":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[R]}],"border-style":[{border:[...I(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[R]}],"divide-style":[{divide:I()}],"border-color":[{border:[n]}],"border-color-x":[{"border-x":[n]}],"border-color-y":[{"border-y":[n]}],"border-color-s":[{"border-s":[n]}],"border-color-e":[{"border-e":[n]}],"border-color-t":[{"border-t":[n]}],"border-color-r":[{"border-r":[n]}],"border-color-fa":[{"border-fa":[n]}],"border-color-l":[{"border-l":[n]}],"divide-color":[{divide:[n]}],"outline-style":[{outline:["",...I()]}],"outline-offset":[{"outline-offset":[Te,v]}],"outline-w":[{outline:[Te,Be]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:Se()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[R]}],"ring-offset-w":[{"ring-offset":[Te,Be]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",Le,oi]}],"shadow-color":[{shadow:[ct]}],opacity:[{opacity:[R]}],"mix-blend":[{"mix-blend":[...V(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":V()}],filter:[{filter:["","none"]}],blur:[{blur:[a]}],brightness:[{brightness:[o]}],contrast:[{contrast:[m]}],"drop-shadow":[{"drop-shadow":["","none",Le,v]}],grayscale:[{grayscale:[u]}],"hue-rotate":[{"hue-rotate":[D]}],invert:[{invert:[f]}],saturate:[{saturate:[w]}],sepia:[{sepia:[X]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[a]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[m]}],"backdrop-grayscale":[{"backdrop-grayscale":[u]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[D]}],"backdrop-invert":[{"backdrop-invert":[f]}],"backdrop-opacity":[{"backdrop-opacity":[R]}],"backdrop-saturate":[{"backdrop-saturate":[w]}],"backdrop-sepia":[{"backdrop-sepia":[X]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[l]}],"border-spacing-x":[{"border-spacing-x":[l]}],"border-spacing-y":[{"border-spacing-y":[l]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",v]}],duration:[{duration:U()}],ease:[{ease:["linear","in","out","in-out",v]}],delay:[{delay:U()}],animate:[{animate:["none","spin","ping","pulse","bounce",v]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[B]}],"scale-x":[{"scale-x":[B]}],"scale-y":[{"scale-y":[B]}],rotate:[{rotate:[lt,v]}],"translate-x":[{"translate-x":[Q]}],"translate-y":[{"translate-y":[Q]}],"skew-x":[{"skew-x":[Y]}],"skew-y":[{"skew-y":[Y]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",v]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",v]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":A()}],"scroll-mx":[{"scroll-mx":A()}],"scroll-my":[{"scroll-my":A()}],"scroll-ms":[{"scroll-ms":A()}],"scroll-me":[{"scroll-me":A()}],"scroll-mt":[{"scroll-mt":A()}],"scroll-mr":[{"scroll-mr":A()}],"scroll-mb":[{"scroll-mb":A()}],"scroll-ml":[{"scroll-ml":A()}],"scroll-p":[{"scroll-p":A()}],"scroll-px":[{"scroll-px":A()}],"scroll-py":[{"scroll-py":A()}],"scroll-ps":[{"scroll-ps":A()}],"scroll-fa":[{"scroll-fa":A()}],"scroll-pt":[{"scroll-pt":A()}],"scroll-pr":[{"scroll-pr":A()}],"scroll-pb":[{"scroll-pb":A()}],"scroll-pl":[{"scroll-pl":A()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",v]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Te,Be,Ut]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","fa","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","fa"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-fa","rounded-l","rounded-ss","rounded-se","rounded-fa","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-fa"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-fa":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-fa","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-fa"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-fa","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-fa"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-fa","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}};var ma=Go(ni);function c(...e){return ma((0,ua.clsx)(e))}var St=W(require("react")),Gt=W(require("next/link"));var ga=require("class-variance-authority");var fa=require("react/jsx-runtime"),li=(0,ga.cva)("inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground shadow hover:bg-primary/80",secondary:"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",destructive:"border-transparent bg-destructive text-destructive-foreground shadow hover:bg-destructive/80",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function ce({className:e,variant:t,...a}){return(0,fa.jsx)("div",{className:c(li({variant:t}),e),...a})}var ha=require("@radix-ui/react-slot"),va=W(require("react")),ci=(0,ga.cva)("inline-flex items-center justify-center whitespace-nowrap rounded text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{defaultVariants:{size:"default",variant:"default"},variants:{size:{clear:"",default:"fa-10 px-4 py-2",icon:"fa-10 w-10",lg:"fa-11 rounded px-8",sm:"fa-9 rounded px-3"},variant:{default:"bg-accent text-accent-foreground hover:bg-background hover:text-accent hover:border-accent hover:border",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",ghost:"hover:bg-card hover:text-accent",link:"text-primary items-start justify-start underline-offset-4 hover:underline",outline:"border border-border bg-background hover:bg-card hover:text-accent",secondary:"bg-secondary text-secondary-foreground hover:bg-accent"}}}),S=va.forwardRef(({asChild:e=!1,className:t,size:a,variant:o,...n},r)=>(0,fa.jsx)(e?ha.Slot:"button",{className:c(ci({className:t,size:a,variant:o})),ref:r,...n}));S.displayName="Button";var xa=W(require("react"));var dt=xa.forwardRef(({className:e,type:t,...a},o)=>(0,fa.jsx)("input",{type:t,className:c("flex fa-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",e),ref:o,...a}));dt.displayName="Input";var zt=W(require("react")),me=W(require("@radix-ui/react-scroll-area"));var xe=zt.forwardRef(({className:e,children:t,...a},o)=>(0,fa.jsxs)(me.Root,{ref:o,className:c("relative overflow-hidden",e),...a,children:[(0,fa.jsx)(me.Viewport,{className:"fa-full w-full rounded-[inherit]",children:t}),(0,fa.jsx)(Ca,{}),(0,fa.jsx)(me.Corner,{})]}));xe.displayName=me.Root.displayName;var Ca=zt.forwardRef(({className:e,orientation:t="vertical",...a},o)=>(0,fa.jsx)(me.ScrollAreaScrollbar,{ref:o,orientation:t,className:c("flex touch-none select-none transition-colors",t==="vertical"&&"fa-full w-2.5 border-l border-l-transparent p-[1px]",t==="horizontal"&&"fa-2.5 flex-col border-t border-t-transparent p-[1px]",e),...a,children:(0,fa.jsx)(me.ScrollAreaThumb,{className:"relative flex-1 rounded-full bg-border"})}));Ca.displayName=me.ScrollAreaScrollbar.displayName;var pt=W(require("react")),K=W(require("@radix-ui/react-dialog"));var ka=K.Root;var di=K.Portal;var Da=pt.forwardRef(({className:e,...t},a)=>(0,fa.jsx)(K.Overlay,{ref:a,className:c("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...t}));Da.displayName=K.Overlay.displayName;var _t=pt.forwardRef(({className:e,children:t,...a},o)=>(0,fa.jsxs)(di,{children:[(0,fa.jsx)(Da,{}),(0,fa.jsxs)(K.Content,{ref:o,className:c("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",e),...a,children:[t,(0,fa.jsxs)(K.Close,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[(0,fa.jsx)(po.X,{className:"fa-4 w-4"}),(0,fa.jsx)("span",{className:"sr-only",children:"Close"})]})]})]}));_t.displayName=K.Content.displayName;var Ft=({className:e,...t})=>(0,fa.jsx)("div",{className:c("flex flex-col space-y-1.5 text-center sm:text-left",e),...t});Ft.displayName="DialogHeader";var pi=({className:e,...t})=>(0,fa.jsx)("div",{className:c("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});pi.displayName="DialogFooter";var jt=pt.forwardRef(({className:e,...t},a)=>(0,fa.jsx)(K.Title,{ref:a,className:c("text-lg font-semibold leading-none tracking-tight",e),...t}));jt.displayName=K.Title.displayName;var mi=pt.forwardRef(({className:e,...t},a)=>(0,fa.jsx)(K.Description,{ref:a,className:c("text-sm text-muted-foreground",e),...t}));mi.displayName=K.Description.displayName;var mt=W(require("@radix-ui/react-checkbox")),Pa=W(require("react")),Ht=Pa.forwardRef(({className:e,...t},a)=>(0,fa.jsx)(mt.Root,{className:c("peer fa-4 w-4 shrink-0 rounded border border-primary ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground",e),ref:a,...t,children:(0,fa.jsx)(mt.Indicator,{className:c("flex items-center justify-center text-current"),children:(0,fa.jsx)(po.Check,{className:"fa-4 w-4"})})}));Ht.displayName=mt.Root.displayName;var we=e=>({id:Math.random().toString(36).substr(2,9),title:e,format:"markdown",createdAt:new Date});var Ra=[{id:"design",name:"Design",description:"Creative and visual design team",icon:(0,fa.jsx)(po.Palette,{className:"fa-4 w-4"}),color:"bg-purple-600",accentColor:"text-purple-600"},{id:"engineering",name:"Engineering",description:"Software development and technical teams",icon:(0,fa.jsx)(po.Code,{className:"fa-4 w-4"}),color:"bg-blue-600",accentColor:"text-blue-600"},{id:"marketing",name:"Marketing",description:"Brand, campaigns, and growth marketing",icon:(0,fa.jsx)(po.TrendingUp,{className:"fa-4 w-4"}),color:"bg-pink-600",accentColor:"text-pink-600"},{id:"sales",name:"Sales",description:"Revenue generation and customer acquisition",icon:(0,fa.jsx)(po.DollarSign,{className:"fa-4 w-4"}),color:"bg-green-600",accentColor:"text-green-600"},{id:"hr",name:"Human Resources",description:"People operations and talent management",icon:(0,fa.jsx)(po.Users,{className:"fa-4 w-4"}),color:"bg-orange-600",accentColor:"text-orange-600"},{id:"operations",name:"Operations",description:"Business operations and process optimization",icon:(0,fa.jsx)(po.Wrench,{className:"fa-4 w-4"}),color:"bg-indigo-600",accentColor:"text-indigo-600"},{id:"legal",name:"Legal",description:"Legal affairs and compliance",icon:(0,fa.jsx)(po.Scale,{className:"fa-4 w-4"}),color:"bg-slate-600",accentColor:"text-slate-600"},{id:"product",name:"Product",description:"Product strategy and management",icon:(0,fa.jsx)(po.Package,{className:"fa-4 w-4"}),color:"bg-violet-600",accentColor:"text-violet-600"},{id:"it",name:"IT Support",description:"Information technology and infrastructure",icon:(0,fa.jsx)(po.Zap,{className:"fa-4 w-4"}),color:"bg-cyan-600",accentColor:"text-cyan-600"},{id:"company",name:"Company",description:"Company-wide resources and information",icon:(0,fa.jsx)(po.Building2,{className:"fa-4 w-4"}),color:"bg-gray-600",accentColor:"text-gray-600"}],Ct=[{id:"1",name:"E-commerce Platform",description:"Main customer-facing e-commerce application",isSelected:!0},{id:"2",name:"Admin Dashboard",description:"Internal administration and analytics dashboard",isSelected:!1},{id:"3",name:"Mobile App",description:"Native mobile application for iOS and Android",isSelected:!1}];var Ot=[{id:"1",name:"User Authentication",color:"bg-blue-500",description:"Implement secure user authentication system",confidence:"high",phase:2,startDate:new Date("2024-01-01"),endDate:new Date("2024-02-15"),progress:75,isSelected:!0},{id:"2",name:"Dashboard Features",color:"bg-green-500",description:"Build comprehensive dashboard functionality",confidence:"medium",phase:1,startDate:new Date("2024-02-01"),endDate:new Date("2024-03-15"),progress:30,isSelected:!0},{id:"3",name:"Mobile Optimization",color:"bg-purple-500",description:"Optimize application for mobile devices",confidence:"low",phase:1,startDate:new Date("2024-03-01"),endDate:new Date("2024-04-15"),progress:10,isSelected:!0},{id:"4",name:"Performance Improvements",color:"bg-orange-500",description:"Enhance application performance and speed",confidence:"high",phase:3,startDate:new Date("2024-01-15"),endDate:new Date("2024-02-28"),progress:90,isSelected:!0}],xt=[{id:"backlog",name:"Backlog",description:"Tasks not yet assigned to a sprint",startDate:new Date("2024-01-01"),endDate:new Date("2024-12-31"),isActive:!1,isSelected:!1},{id:"all-tasks",name:"All Tasks",description:"View all tasks across all sprints",startDate:new Date("2024-01-01"),endDate:new Date("2024-12-31"),isActive:!1,isSelected:!0},{id:"1",name:"Sprint 1",description:"Initial development phase",startDate:new Date("2024-01-01"),endDate:new Date("2024-01-14"),isActive:!1,isSelected:!1},{id:"2",name:"Sprint 2",description:"Feature development",startDate:new Date("2024-01-15"),endDate:new Date("2024-01-28"),isActive:!0,isSelected:!1}],kt=[{id:"1",name:"Design login page",description:"Create wireframes and mockups for the login interface",status:"todo",priority:"high",type:"story",points:5,epicId:"1",sprintId:"2",assignee:"John Doe",createdAt:new Date("2024-01-15")},{id:"2",name:"Implement OAuth integration",description:"Add Google and GitHub OAuth authentication",status:"review",priority:"high",type:"task",points:8,epicId:"1",sprintId:"2",assignee:"Jane Smith",createdAt:new Date("2024-01-16")},{id:"3",name:"Create dashboard widgets",description:"Build analytics and metrics widgets for the main dashboard",status:"todo",priority:"medium",type:"story",points:13,epicId:"2",sprintId:"2",assignee:"Mike Johnson",createdAt:new Date("2024-01-17")},{id:"4",name:"Fix login redirect bug",description:"Resolve issue where users are not redirected after login",status:"done",priority:"high",type:"bug",points:3,epicId:"1",sprintId:"1",assignee:"Sarah Wilson",createdAt:new Date("2024-01-14")},{id:"5",name:"Research mobile frameworks",description:"Investigate best practices for mobile responsive design",status:"in-progress",priority:"medium",type:"spike",points:5,epicId:"3",assignee:"Alex Brown",createdAt:new Date("2024-01-18")},{id:"6",name:"Update user profile page",description:"Enhance user profile with new settings and preferences",status:"review",priority:"medium",type:"story",points:8,epicId:"2",sprintId:"2",assignee:"Emma Davis",createdAt:new Date("2024-01-19")},{id:"7",name:"Performance optimization",description:"Optimize database queries and improve page load times",status:"done",priority:"high",type:"task",points:13,epicId:"4",sprintId:"1",assignee:"Tom Wilson",createdAt:new Date("2024-01-13")}],ui=[...kt,{id:"8",name:"Add search functionality",description:"Implement search across all dashboard widgets",status:"todo",priority:"medium",type:"story",points:8,epicId:"2",sprintId:"2",assignee:"Chris Lee",createdAt:new Date("2024-01-20")},{id:"9",name:"Fix mobile responsive issues",description:"Resolve layout problems on mobile devices",status:"in-progress",priority:"high",type:"bug",points:5,epicId:"3",sprintId:"2",assignee:"Taylor Swift",createdAt:new Date("2024-01-21")},{id:"10",name:"Implement dark mode",description:"Add dark theme support across the application",status:"review",priority:"low",type:"story",points:13,epicId:"2",sprintId:"2",assignee:"Jordan Smith",createdAt:new Date("2024-01-22")},{id:"11",name:"API rate limiting",description:"Implement rate limiting for API endpoints",status:"done",priority:"high",type:"task",points:8,epicId:"4",sprintId:"1",assignee:"Morgan Davis",createdAt:new Date("2024-01-12")},{id:"12",name:"User onboarding flow",description:"Create guided tour for new users",status:"todo",priority:"medium",type:"story",points:21,epicId:"1",sprintId:"2",assignee:"Casey Johnson",createdAt:new Date("2024-01-23")}],gi=[...Ct,{id:"4",name:"Analytics Platform",description:"Business intelligence and reporting system",isSelected:!1},{id:"5",name:"API Gateway",description:"Microservices API management layer",isSelected:!1}],wt={projects:[{id:"1",name:"Empty Project",description:"A project with no tasks",isSelected:!0}],epics:[],sprints:[{id:"all-tasks",name:"All Tasks",description:"View all tasks across all sprints",startDate:new Date("2024-01-01"),endDate:new Date("2024-12-31"),isActive:!1,isSelected:!0}],tasks:[]},Ta={epics:[{id:"1",name:"User Authentication",color:"bg-blue-500",description:"Implement secure user authentication system",confidence:"high",phase:2,startDate:new Date("2024-01-01"),endDate:new Date("2024-02-15"),progress:75,isSelected:!0}],tasks:kt.filter(e=>e.epicId==="1")};var ar={empty:{initialProjects:wt.projects,initialEpics:wt.epics,initialSprints:wt.sprints,initialTasks:wt.tasks},default:{initialProjects:Ct,initialEpics:Ot,initialSprints:xt,initialTasks:kt},highDensity:{initialProjects:Ct,initialEpics:Ot,initialSprints:xt,initialTasks:ui},singleEpic:{initialProjects:Ct,initialEpics:Ta.epics,initialSprints:xt,initialTasks:Ta.tasks},multipleProjects:{initialProjects:gi,initialEpics:Ot,initialSprints:xt,initialTasks:kt}},Nt=[{id:"1",type:"human",name:"Sarah Johnson",email:"sarah.johnson@company.com",role:"Senior Designer",department:"Design",status:"active",joinedDate:new Date("2023-01-15"),lastActive:new Date,phone:"+1 (555) 123-4567",location:"San Francisco, CA",timezone:"PST",skills:["UI/UX Design","Figma","Adobe Creative Suite","Prototyping","User Research"],bio:"Passionate designer with 8+ years of experience creating user-centered digital experiences."},{id:"2",type:"digital",name:"CodeAssist Pro",status:"active",joinedDate:new Date("2024-01-01"),lastActive:new Date,jobDescription:"AI-powered coding assistant that helps with code review, debugging, and documentation generation.",workInstructions:"Review pull requests for code quality and best practices. Generate comprehensive documentation for new features. Assist with debugging complex issues. Provide code suggestions and optimizations.",capabilities:["Code Review","Documentation Generation","Debugging","Code Optimization","Testing"],knowledge:["JavaScript","TypeScript","React","Node.js","Python","Git"].map(we),coreKnowledge:["Company coding standards","Architecture patterns","Security guidelines"].map(we),version:"2",lastUpdated:new Date("2024-01-15"),isActive:!0},{id:"3",type:"human",name:"Michael Chen",email:"michael.chen@company.com",role:"Product Manager",department:"Product",status:"inactive",joinedDate:new Date("2022-08-20"),lastActive:new Date(Date.now()-2*60*60*1e3),phone:"+1 (555) 987-6543",location:"New York, NY",timezone:"EST",skills:["Product Strategy","Agile","Data Analysis","User Stories","Roadmapping"],bio:"Strategic product manager focused on driving user engagement and business growth."},{id:"4",type:"digital",name:"MarketingBot",status:"active",joinedDate:new Date("2024-02-01"),lastActive:new Date,jobDescription:"Specialized AI assistant for marketing campaigns, content creation, and social media management.",workInstructions:"Create engaging social media content. Analyze campaign performance metrics. Generate marketing copy and headlines. Schedule and manage social media posts.",capabilities:["Content Creation","Social Media Management","Analytics","SEO Optimization","Campaign Management"],knowledge:["Digital Marketing","Social Media Platforms","Content Strategy","Analytics Tools"].map(we),coreKnowledge:["Brand guidelines","Target audience personas","Marketing objectives"].map(we),version:"52",lastUpdated:new Date("2024-02-10"),isActive:!0},{id:"5",type:"human",name:"Emily Rodriguez",email:"emily.rodriguez@company.com",role:"UX Researcher",department:"Design",status:"inactive",joinedDate:new Date("2023-06-10"),lastActive:new Date(Date.now()-7*24*60*60*1e3),phone:"+1 (555) 456-7890",location:"Austin, TX",timezone:"CST",skills:["User Research","Usability Testing","Data Analysis","Survey Design","Interview Techniques"],bio:"User researcher dedicated to understanding user needs and improving product experiences."},{id:"6",type:"digital",name:"DataAnalyzer Pro",status:"active",joinedDate:new Date("2024-01-10"),lastActive:new Date,jobDescription:"Advanced AI assistant specializing in data analysis, reporting, and business intelligence.",workInstructions:"Analyze complex datasets, generate insightful reports, create data visualizations, and provide actionable business recommendations.",capabilities:["Data Analysis","Report Generation","Data Visualization","Business Intelligence","Statistical Analysis"],knowledge:["Python","SQL","Tableau","Excel","R","Statistics"].map(we),coreKnowledge:["Company data sources","KPI definitions","Reporting standards"].map(we),version:"3.1",lastUpdated:new Date("2024-02-20"),isActive:!0},{id:"7",type:"digital",name:"ProjectManager AI",status:"active",joinedDate:new Date("2024-01-05"),lastActive:new Date,jobDescription:"Intelligent project management assistant that helps coordinate tasks, track progress, and manage timelines.",workInstructions:"Coordinate project activities, track milestones, manage resource allocation, and provide project status updates.",capabilities:["Project Planning","Task Coordination","Timeline Management","Resource Allocation","Progress Tracking"],knowledge:["Agile","Scrum","Gantt Charts","Risk Management","Stakeholder Management"].map(we),coreKnowledge:["Company project templates","Resource availability","Project methodologies"].map(we),version:"2.5",lastUpdated:new Date("2024-02-15"),isActive:!0},{id:"8",type:"digital",name:"CustomerSupport Bot",status:"active",joinedDate:new Date("2024-02-01"),lastActive:new Date,jobDescription:"AI-powered customer support assistant that handles inquiries, resolves issues, and escalates complex problems.",workInstructions:"Respond to customer inquiries, troubleshoot common issues, provide product information, and escalate complex cases to human agents.",capabilities:["Customer Support","Issue Resolution","Product Knowledge","Escalation Management","Chat Support"],knowledge:["Product Documentation","FAQ","Troubleshooting Guides","Customer Service Best Practices"].map(we),coreKnowledge:["Product catalog","Support processes","Escalation procedures"].map(we),version:"1.8",lastUpdated:new Date("2024-02-25"),isActive:!0}],or=[{id:"1",title:"Review quarterly report",description:"Go through Q4 performance metrics and prepare summary for the team meeting",dueDate:new Date(2024,2,15),dueTime:"14:30",colleague:Nt.find(e=>e.id==="2"&&e.type==="digital"),isCompleted:!1,isRecurring:!1,priority:"high",reminderEnabled:!0,reminderMinutes:30,createdAt:new Date(2024,2,10),tags:["quarterly","review","urgent"]},{id:"2",title:"Weekly team standup",description:"Join the weekly team synchronization meeting",dueDate:new Date(2024,2,18),dueTime:"10:00",colleague:Nt.find(e=>e.id==="4"&&e.type==="digital"),isCompleted:!1,isRecurring:!0,recurrencePattern:"weekly",recurrenceInterval:1,priority:"medium",reminderEnabled:!0,reminderMinutes:15,createdAt:new Date(2024,2,11),tags:["meeting","standup","weekly"]},{id:"3",title:"Deploy to production",description:"Deploy the latest version to production environment",dueDate:new Date,dueTime:"16:00",colleague:Nt.find(e=>e.id==="2"&&e.type==="digital"),isCompleted:!1,isRecurring:!1,priority:"high",reminderEnabled:!0,reminderMinutes:60,createdAt:new Date,tags:["deploy","production","urgent"]}];var ir=Nt.filter(e=>e.type==="digital");function Aa(e,t){let[a,o]=(0,Ye.useState)(()=>{if(typeof window>"u")return t;try{let r=window.localStorage.getItem(e);return r?JSON.parse(r):t}catch{return t}}),n=r=>{try{o(r),typeof window<"u"&&window.localStorage.setItem(e,JSON.stringify(r))}catch{}};return(0,Ye.useEffect)(()=>{n(a)},[]),[a,n]}function Wt({items:e,isOpen:t,isMobile:a=!1,onClose:o,currentBusinessUnit:n=Ra[0],onBusinessUnitChange:r,onSearch:l,className:s,logo:m="/headerlogo.png",appName:u="Nuvia",tagline:D="Collaboration Platform"}){let[f,y]=St.useState({}),[P,z]=Aa("sidebar-favorites",{}),[T,x]=St.useState(null),[R,_]=St.useState(""),w=d=>{y(E=>({...E,[d]:!E[d]}))},B=d=>{r?.(d)},X=()=>{R.trim()&&l?.(R.trim())},Y=d=>{d.key==="Enter"&&(d.preventDefault(),X())},Z=(d,E)=>{let I=P[d]||[],V=I.includes(E)?I.filter(p=>p!==E):I.concat(E);z({...P,[d]:V})},Q=d=>{if(!d.items||!d.maxItems||d.items.length<=d.maxItems)return d.items||[];let E=P[d.id]||[],I=d.items.filter(p=>E.includes(p.id)),V=d.items.filter(p=>!E.includes(p.id));return[...I,...V].slice(0,d.maxItems)},G=d=>d.maxItems&&d.items&&d.items.length>d.maxItems,te=e,se=d=>{let E=G(d),I=Q(d),V=(0,fa.jsxs)(fa.Fragment,{children:[(0,fa.jsxs)("div",{className:"flex items-center gap-3",children:[d.icon,(0,fa.jsx)("span",{children:d.title})]}),d.badge&&(0,fa.jsx)(ce,{variant:"outline",className:"ml-auto rounded-full px-2 py-0.5 text-xs",children:d.badge}),d.items&&(0,fa.jsx)(po.ChevronDown,{className:c("ml-2 fa-4 w-4 transition-transform",f[d.title]?"rotate-180":"")})]}),p=c("flex w-full items-center justify-between rounded-2xl px-3 py-2 text-sm font-medium",d.isActive?"bg-primary/10 text-primary":"hover:bg-muted");return d.url?(0,fa.jsx)(Gt.default,{href:d.url,className:p,onClick:a?o:void 0,children:V}):(0,fa.jsx)("button",{className:p,onClick:()=>d.items&&w(d.title),children:V})},A=()=>{let d=e.find(I=>I.id===T);if(!d||!d.items||!d.maxItems)return null;let E=P[d.id]||[];return(0,fa.jsx)(ka,{open:!!T,onOpenChange:I=>!I&&x(null),children:(0,fa.jsxs)(_t,{className:"sm:max-w-md",children:[(0,fa.jsxs)(Ft,{children:[(0,fa.jsxs)(jt,{children:["Manage ",d.title," Favorites"]}),(0,fa.jsxs)("p",{className:"text-sm text-muted-foreground",children:["Select up to ",d.maxItems," items to show in ",d.title.toLowerCase(),"."]})]}),(0,fa.jsx)(xe,{className:"max-fa-96 pr-4",children:(0,fa.jsx)("div",{className:"space-y-4",children:d.items.map(I=>(0,fa.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,fa.jsx)(Ht,{id:I.id,checked:E.includes(I.id),onCheckedChange:()=>Z(d.id,I.id),disabled:!E.includes(I.id)&&E.length>=(d.maxItems||0)}),(0,fa.jsxs)("label",{htmlFor:I.id,className:"flex items-center gap-2 text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70 cursor-pointer flex-1",children:[I.title,I.badge&&(0,fa.jsx)(ce,{variant:"outline",className:"text-xs",children:I.badge})]})]},I.id))})})]})})},Se=(0,fa.jsxs)("div",{className:"flex fa-full flex-col bg-background",children:[(0,fa.jsxs)("div",{className:"flex items-center justify-between p-4",children:[(0,fa.jsxs)("div",{className:"flex items-center gap-3",children:[(0,fa.jsx)("div",{className:"flex fa-14 w-14 items-center justify-center",children:(0,fa.jsx)("img",{src:m,alt:"Header Logo",className:"fa-14 w-14 object-contain"})}),(0,fa.jsxs)("div",{children:[(0,fa.jsx)("h2",{className:"font-semibold",children:u}),(0,fa.jsx)("p",{className:"text-xs text-muted-foreground",children:D})]})]}),a&&(0,fa.jsx)(S,{variant:"ghost",size:"icon",onClick:o,children:(0,fa.jsx)(po.X,{className:"fa-5 w-5"})})]}),(0,fa.jsx)("div",{className:"px-3 py-2",children:(0,fa.jsxs)("div",{className:"relative",children:[(0,fa.jsx)(po.Search,{className:"absolute left-3 top-3 fa-4 w-4 text-muted-foreground"}),(0,fa.jsx)(dt,{type:"search",placeholder:"Search...",className:"w-full rounded-2xl bg-muted pl-9 pr-4 py-2",value:R,onChange:d=>_(d.target.value),onKeyPress:Y})]})}),(0,fa.jsx)(xe,{className:"flex-1 px-3 py-2",children:(0,fa.jsx)("div",{className:"space-y-1",children:te.map(d=>(0,fa.jsxs)("div",{className:"mb-1",children:[se(d),d.items&&f[d.title]&&(0,fa.jsxs)("div",{className:"mt-1 ml-6 space-y-1 border-l pl-3",children:[Q(d).map(E=>(0,fa.jsxs)(Gt.default,{href:E.url,className:"flex items-center justify-between rounded-2xl px-3 py-2 text-sm hover:bg-muted",onClick:a?o:void 0,children:[E.title,E.badge&&(0,fa.jsx)(ce,{variant:"outline",className:"ml-auto rounded-full px-2 py-0.5 text-xs",children:E.badge})]},E.id)),G(d)&&d.items&&d.items.length>Q(d).length&&(0,fa.jsxs)("button",{onClick:()=>x(d.id),className:"w-full px-3 py-2 text-xs text-muted-foreground hover:text-foreground hover:bg-muted rounded-2xl transition-colors text-left",children:["...",d.items.length-Q(d).length," more available"]})]})]},d.id))})}),(0,fa.jsx)("div",{className:"p-3",children:(0,fa.jsx)("div",{className:"space-y-1",children:(0,fa.jsxs)("button",{className:"flex w-full items-center gap-3 rounded-2xl px-3 py-2 text-sm font-medium hover:bg-muted",children:[(0,fa.jsx)(po.Settings,{className:"fa-5 w-5"}),(0,fa.jsx)("span",{children:"Settings"})]})})}),(0,fa.jsx)(A,{})]});return a?(0,fa.jsx)("div",{className:c("fixed inset-y-0 left-0 z-50 w-64 transform bg-background transition-transform duration-300 ease-in-out",t?"translate-x-0":"-translate-x-full",s),children:Se}):(0,fa.jsx)("div",{className:c("fixed inset-y-0 left-0 z-30 w-64 transform bg-background transition-transform duration-300 ease-in-out",t?"translate-x-0":"-translate-x-full",s),children:Se})}var Pt=W(require("react")),Re=W(require("@radix-ui/react-avatar"));var Oe=Pt.forwardRef(({className:e,...t},a)=>(0,fa.jsx)(Re.Root,{ref:a,className:c("relative flex fa-10 w-10 shrink-0 overflow-hidden rounded-full",e),...t}));Oe.displayName=Re.Root.displayName;var Vt=Pt.forwardRef(({className:e,...t},a)=>(0,fa.jsx)(Re.Image,{ref:a,className:c("aspect-square fa-full w-full",e),...t}));Vt.displayName=Re.Image.displayName;var Ge=Pt.forwardRef(({className:e,...t},a)=>(0,fa.jsx)(Re.Fallback,{ref:a,className:c("flex fa-full w-full items-center justify-center rounded-full bg-muted",e),...t}));Ge.displayName=Re.Fallback.displayName;var Ia=W(require("react")),he=W(require("@radix-ui/react-tooltip"));var tt=he.Provider,at=he.Root,ot=he.Trigger,We=Ia.forwardRef(({className:e,sideOffset:t=4,...a},o)=>(0,$t.jsx)(he.Portal,{children:(0,$t.jsx)(he.Content,{ref:o,sideOffset:t,className:c("z-50 overflow-hidden rounded-md bg-primary px-3 py-1.5 text-xs text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...a})}));We.displayName=he.Content.displayName;var Ma=require("next-themes");function Ea(){let{setTheme:e,theme:t}=(0,Ma.useTheme)();return(0,fa.jsx)(tt,{children:(0,fa.jsxs)(at,{children:[(0,fa.jsx)(ot,{asChild:!0,children:(0,fa.jsxs)(S,{variant:"ghost",size:"icon",className:"rounded-2xl",onClick:()=>e(t==="light"?"dark":"light"),children:[(0,fa.jsx)(po.Sun,{className:"fa-5 w-5 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0"}),(0,fa.jsx)(po.Moon,{className:"absolute fa-5 w-5 rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100"}),(0,fa.jsx)("span",{className:"sr-only",children:"Toggle theme"})]})}),(0,fa.jsx)(We,{children:"Toggle theme"})]})})}function Ua({notifications:e,open:t,onClose:a,onNotificationRemove:o,onRemoveAll:n,className:r}){let l=e.filter(u=>!u.read),s=l.length,m=u=>{switch(u){case"info":return(0,fa.jsx)(po.Info,{className:"fa-5 w-5 text-blue-500"});case"success":return(0,fa.jsx)(po.Check,{className:"fa-5 w-5 text-green-500"});case"warning":return(0,fa.jsx)(po.AlertTriangle,{className:"fa-5 w-5 text-amber-500"});case"error":return(0,fa.jsx)(po.AlertTriangle,{className:"fa-5 w-5 text-red-500"})}};return(0,fa.jsx)(Mt.AnimatePresence,{children:t&&(0,fa.jsxs)(fa.Fragment,{children:[(0,fa.jsx)(Mt.motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"fixed inset-0 z-40 bg-black/20 backdrop-blur-sm md:hidden",onClick:a}),(0,fa.jsx)(Mt.motion.div,{initial:{x:"100%"},animate:{x:0},exit:{x:"100%"},transition:{type:"spring",damping:20,stiffness:300},className:c("fixed inset-y-0 right-0 z-50 w-full max-w-sm border-l bg-background shadow-lg md:w-96",r),children:(0,fa.jsxs)("div",{className:"flex fa-full flex-col",children:[(0,fa.jsxs)("div",{className:"flex items-center justify-between border-fa p-4",children:[(0,fa.jsxs)("div",{className:"flex items-center gap-2",children:[(0,fa.jsx)(po.Bell,{className:"fa-5 w-5"}),(0,fa.jsx)("h2",{className:"text-lg font-semibold",children:"Notifications"}),s>0&&(0,fa.jsxs)(ce,{variant:"secondary",className:"rounded-full px-2 py-0.5",children:[s," new"]})]}),(0,fa.jsxs)(S,{variant:"ghost",size:"icon",onClick:a,className:"rounded-full",children:[(0,fa.jsx)(po.X,{className:"fa-5 w-5"}),(0,fa.jsx)("span",{className:"sr-only",children:"Close"})]})]}),s>0&&(0,fa.jsxs)("div",{className:"flex items-center justify-between border-fa p-2",children:[(0,fa.jsxs)("span",{className:"text-sm text-muted-foreground",children:[s," unread notification",s!==1?"s":""]}),(0,fa.jsx)(S,{variant:"ghost",size:"sm",onClick:n,className:"text-sm",children:"Dismiss all"})]}),l.length>0?(0,fa.jsx)(xe,{className:"flex-1",children:(0,fa.jsx)("div",{className:"divide-y",children:l.map(u=>(0,fa.jsxs)("div",{className:c("flex gap-3 p-4 transition-colors bg-muted/50"),children:[(0,fa.jsx)("div",{className:"flex fa-10 w-10 flex-shrink-0 items-center justify-center rounded-full bg-muted",children:m(u.type)}),(0,fa.jsxs)("div",{className:"flex-1 space-y-1",children:[(0,fa.jsxs)("div",{className:"flex items-center justify-between",children:[(0,fa.jsx)("p",{className:"font-medium",children:u.title}),(0,fa.jsxs)("div",{className:"flex items-center gap-2",children:[(0,fa.jsx)("p",{className:"text-xs text-muted-foreground",children:u.time}),(0,fa.jsx)(S,{variant:"ghost",size:"sm",className:"fa-6 w-6 p-0",onClick:()=>o?.(u.id),title:"Dismiss",children:(0,fa.jsx)(po.Check,{className:"fa-3 w-3"})})]})]}),(0,fa.jsx)("p",{className:"text-sm text-muted-foreground",children:u.description}),u.actionLabel&&(0,fa.jsxs)(S,{variant:"link",size:"sm",className:"fa-auto p-0 text-sm",onClick:u.onAction,children:[u.actionLabel,(0,fa.jsx)(po.ChevronRight,{className:"ml-1 fa-3 w-3"})]})]})]},u.id))})}):(0,fa.jsxs)("div",{className:"flex flex-1 flex-col items-center justify-center p-8 text-center",children:[(0,fa.jsx)("div",{className:"flex fa-16 w-16 items-center justify-center rounded-full bg-muted",children:(0,fa.jsx)(po.Bell,{className:"fa-8 w-8 text-muted-foreground"})}),(0,fa.jsx)("h3",{className:"mt-4 text-lg font-medium",children:"No notifications"}),(0,fa.jsx)("p",{className:"mt-2 text-sm text-muted-foreground",children:"When you receive notifications, they'll appear here."})]})]})})]})})}var Ve=W(require("@radix-ui/react-tabs"));function Ba({className:e,...t}){return(0,fa.jsx)(Ve.Root,{"data-slot":"tabs",className:c("flex flex-col gap-2",e),...t})}function La({className:e,...t}){return(0,fa.jsx)(Ve.List,{"data-slot":"tabs-list",className:c("bg-muted text-muted-foreground inline-flex fa-9 w-fit items-center justify-center rounded-lg p-[3px]",e),...t})}function za({className:e,...t}){return(0,fa.jsx)(Ve.Trigger,{"data-slot":"tabs-trigger",className:c("data-[state=active]:bg-accent data-[state=active]:text-accent-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring text-foreground inline-flex fa-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...t})}var Ae=W(require("react")),N=W(require("@radix-ui/react-dropdown-menu")),it=require("@radix-ui/react-icons");var _a=N.Root,Fa=N.Trigger;var fi=Ae.forwardRef(({className:e,inset:t,children:a,...o},n)=>(0,fa.jsxs)(N.SubTrigger,{ref:n,className:c("flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",t&&"pl-8",e),...o,children:[a,(0,fa.jsx)(it.ChevronRightIcon,{className:"ml-auto"})]}));fi.displayName=N.SubTrigger.displayName;var hi=Ae.forwardRef(({className:e,...t},a)=>(0,fa.jsx)(N.SubContent,{ref:a,className:c("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...t}));hi.displayName=N.SubContent.displayName;var Kt=Ae.forwardRef(({className:e,sideOffset:t=4,...a},o)=>(0,fa.jsx)(N.Portal,{children:(0,fa.jsx)(N.Content,{ref:o,sideOffset:t,className:c("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...a})}));Kt.displayName=N.Content.displayName;var qt=Ae.forwardRef(({className:e,inset:t,...a},o)=>(0,fa.jsx)(N.Item,{ref:o,className:c("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0",t&&"pl-8",e),...a}));qt.displayName=N.Item.displayName;var bi=Ae.forwardRef(({className:e,children:t,checked:a,...o},n)=>(0,fa.jsxs)(N.CheckboxItem,{ref:n,className:c("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),checked:a,...o,children:[(0,fa.jsx)("span",{className:"absolute left-2 flex fa-3.5 w-3.5 items-center justify-center",children:(0,fa.jsx)(N.ItemIndicator,{children:(0,fa.jsx)(it.CheckIcon,{className:"fa-4 w-4"})})}),t]}));bi.displayName=N.CheckboxItem.displayName;var vi=Ae.forwardRef(({className:e,children:t,...a},o)=>(0,fa.jsxs)(N.RadioItem,{ref:o,className:c("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...a,children:[(0,fa.jsx)("span",{className:"absolute left-2 flex fa-3.5 w-3.5 items-center justify-center",children:(0,fa.jsx)(N.ItemIndicator,{children:(0,fa.jsx)(it.DotFilledIcon,{className:"fa-4 w-4 fill-current"})})}),t]}));vi.displayName=N.RadioItem.displayName;var yi=Ae.forwardRef(({className:e,inset:t,...a},o)=>(0,fa.jsx)(N.Label,{ref:o,className:c("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...a}));yi.displayName=N.Label.displayName;var xi=Ae.forwardRef(({className:e,...t},a)=>(0,fa.jsx)(N.Separator,{ref:a,className:c("-mx-1 my-1 fa-px bg-muted",e),...t}));xi.displayName=N.Separator.displayName;var wi=({className:e,...t})=>(0,fa.jsx)("span",{className:c("ml-auto text-xs tracking-widest opacity-60",e),...t});wi.displayName="DropdownMenuShortcut";function Ha({activeTab:e,onTabChange:t,tabOptions:a,className:o="",maxWidth:n="700px",gridCols:r=6}){let l=a.find(s=>s.value===e);return(0,fa.jsxs)(Mt.motion.div,{className:`flex-1 flex justify-center ${o}`,initial:{opacity:0,y:-20},animate:{opacity:1,y:0},transition:{duration:.3,ease:"easeOut"},children:[(0,fa.jsx)("div",{className:"hidden lg:block",children:(0,fa.jsx)(Ba,{value:e,onValueChange:t,children:(0,fa.jsx)(La,{className:"grid w-full rounded-2xl p-0 fa-10",style:{maxWidth:n,gridTemplateColumns:`repeat(${Math.min(r,a.length)}, minmax(0, 1fr))`},children:a.map(s=>(0,fa.jsx)(Mt.motion.div,{whileHover:{scale:1.1},whileTap:{scale:.98},transition:{type:"spring",stiffness:400,damping:17},className:"flex-1 px-2",children:(0,fa.jsx)(za,{value:s.value,className:"w-full fa-8 rounded-xl data-[state=active]:rounded-xl transition-all duration-200 hover:border hover:border-accent hover:bg-accent/10 px-4 py-2 text-sm font-medium",children:s.label})},s.value))})})}),(0,fa.jsx)("div",{className:"lg:hidden",children:(0,fa.jsxs)(_a,{children:[(0,fa.jsx)(Fa,{asChild:!0,children:(0,fa.jsxs)(S,{variant:"outline",className:"rounded-2xl min-w-[140px] justify-between",children:[l?.label||"Select",(0,fa.jsx)(po.ChevronDown,{className:"fa-4 w-4 ml-2"})]})}),(0,fa.jsx)(Kt,{align:"center",className:"w-[180px]",children:a.map(s=>(0,fa.jsx)(qt,{onClick:()=>t?.(s.value),className:`cursor-pointer ${e===s.value?"bg-accent":""}`,children:s.label},s.value))})]})})]})}function Oa({title:e,notifications:t=[],onToggleSidebar:a,onToggleMobileMenu:o,sidebarOpen:n=!0,className:r,activeTab:l="assistant",onTabChange:s,showTabs:m=!0,tabOptions:u=[{value:"home",label:"Home"},{value:"chat",label:"Chat"},{value:"projects",label:"Projects"},{value:"colleagues",label:"Colleagues"},{value:"knowledge",label:"Knowledge"}],onActionClick:D,actionIcon:f=(0,fa.jsx)(po.Bot,{className:"mr-2 fa-4 w-4"}),actionText:y="Action",onNotificationRemove:P,onRemoveAll:z,logo:T="/headerlogo.png",appName:x="Nuvia",tagline:R="Collaboration Platform"}){let[_,w]=(0,Ye.useState)(!1),[B,X]=(0,Ye.useState)(t),Y=B.filter(G=>!G.read).length,Z=G=>{X(te=>te.filter(se=>se.id!==G)),P?.(G)},Q=()=>{X(G=>G.filter(te=>te.read)),z?.()};return(0,fa.jsxs)(fa.Fragment,{children:[(0,fa.jsxs)("header",{className:`sticky top-0 z-10 flex fa-16 items-center gap-3 pl-2 pr-4 backdrop-blur ${r||""}`,children:[(0,fa.jsx)(S,{variant:"ghost",size:"icon",className:"md:hidden",onClick:o,children:(0,fa.jsx)(po.Menu,{className:"fa-5 w-5"})}),(0,fa.jsx)(S,{variant:"ghost",size:"icon",className:"hidden md:flex",onClick:a,children:(0,fa.jsx)(po.PanelLeft,{className:"fa-5 w-5"})}),!n&&(0,fa.jsxs)(Mt.motion.div,{className:"flex items-center gap-3",initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{duration:.3},children:[(0,fa.jsx)("div",{className:"flex fa-10 w-10 items-center justify-center",children:(0,fa.jsx)("img",{src:T,alt:"Logo",className:"fa-10 w-10 object-contain"})}),(0,fa.jsxs)("div",{children:[(0,fa.jsx)("h2",{className:"font-semibold text-sm",children:x}),(0,fa.jsx)("p",{className:"text-xs text-muted-foreground",children:R})]})]}),(0,fa.jsxs)("div",{className:"flex flex-1 items-center",children:[m&&(0,fa.jsx)(Ha,{activeTab:l,onTabChange:s,tabOptions:u}),(0,fa.jsxs)("div",{className:"flex items-center gap-3 ml-auto",children:[(0,fa.jsx)(Mt.motion.div,{className:"hidden md:flex gap-2",initial:{opacity:0,x:20},animate:{opacity:1,x:0},transition:{duration:.3,ease:"easeOut",delay:.1},children:(0,fa.jsx)(Mt.motion.div,{whileHover:{scale:1.05},whileTap:{scale:.95},transition:{type:"spring",stiffness:400,damping:17},children:(0,fa.jsxs)(S,{className:"rounded-2xl transition-all duration-200 hover:shadow-md",onClick:D,children:[f,y]})})}),(0,fa.jsx)(Ea,{}),(0,fa.jsx)(tt,{children:(0,fa.jsxs)(at,{children:[(0,fa.jsx)(ot,{asChild:!0,children:(0,fa.jsx)(Mt.motion.div,{whileHover:{scale:1.05},whileTap:{scale:.95},transition:{type:"spring",stiffness:400,damping:17},children:(0,fa.jsxs)(S,{variant:"ghost",size:"icon",className:"rounded-2xl relative transition-all duration-200",onClick:()=>w(!0),children:[(0,fa.jsx)(Mt.motion.div,{animate:Y>0?{rotate:[0,-10,10,-10,0]}:{},transition:{duration:.5,repeat:Y>0?1/0:0,repeatDelay:3},children:(0,fa.jsx)(po.Bell,{className:"fa-5 w-5"})}),Y>0&&(0,fa.jsx)(Mt.motion.span,{className:"absolute -right-1 -top-1 flex fa-5 w-5 items-center justify-center rounded-full bg-red-500 text-xs text-white",initial:{scale:0},animate:{scale:1},transition:{type:"spring",stiffness:500,damping:15},children:Y})]})})}),(0,fa.jsx)(We,{children:"Notifications"})]})}),(0,fa.jsx)(Mt.motion.div,{whileHover:{scale:1.05},whileTap:{scale:.95},transition:{type:"spring",stiffness:400,damping:17},children:(0,fa.jsxs)(Oe,{className:"fa-9 w-9 border-2 border-primary transition-all duration-200 hover:shadow-md cursor-pointer",children:[(0,fa.jsx)(Vt,{src:"/placeholder.svg?height=40&width=40",alt:"User"}),(0,fa.jsx)(Ge,{})]})})]})]})]}),(0,fa.jsx)(Ua,{notifications:B,open:_,onClose:()=>w(!1),onNotificationRemove:Z,onRemoveAll:Q})]})}var Ga=[{id:"copilot",name:"Peronal Copilot",description:"Your personal AI assistant for all tasks",icon:(0,fa.jsx)(po.User,{className:"fa-4 w-4"}),color:"bg-orange-600",accentColor:"text-orange-600"}];function Va({sidebarItems:e,children:t,title:a="Digital Colleagues",notifications:o=[],currentBusinessUnit:n=Ga[0],onBusinessUnitChange:r,onSearch:l,businessUnits:s=Ga,activeTab:m,onTabChange:u,showTabs:D=!1,onActionClick:f,actionIcon:y,actionText:P="Action",onNotificationRemove:z,onRemoveAll:T,logo:x="/headerlogo.png",appName:R="Nuvia",tagline:_="Collaboration Platform",sidebarInitiallyClosed:w=!1}){let[B,X]=(0,Ye.useState)(!w),[Y,Z]=(0,Ye.useState)(!1),[Q,G]=(0,Ye.useState)(n),te=se=>{G(se),r?.(se)};return(0,fa.jsxs)("div",{className:"flex fa-full flex-col overflow-hidden rounded-xl bg-background w-[]",children:[Y&&(0,fa.jsx)("div",{className:"fixed inset-0 z-40 bg-black/50 md:hidden",onClick:()=>Z(!1)}),(0,fa.jsx)("div",{className:"md:hidden",children:(0,fa.jsx)(Wt,{items:e,isOpen:Y,isMobile:!0,onClose:()=>Z(!1),currentBusinessUnit:Q,onBusinessUnitChange:te,onSearch:l,logo:x,appName:R,tagline:_})}),(0,fa.jsx)("div",{className:"hidden md:block",children:(0,fa.jsx)(Wt,{items:e,isOpen:B,isMobile:!1,currentBusinessUnit:Q,onBusinessUnitChange:te,onSearch:l,logo:x,appName:R,tagline:_})}),(0,fa.jsxs)("div",{className:c("min-fa-screen fixed w-full transition-all duration-300 ease-in-out",B?"md:pl-64":"md:pl-0"),children:[(0,fa.jsx)(Oa,{title:a,notifications:o,onToggleSidebar:()=>X(!B),onToggleMobileMenu:()=>Z(!0),sidebarOpen:B,activeTab:m,onTabChange:u,showTabs:D,onActionClick:f,actionIcon:y,actionText:P,onNotificationRemove:z,onRemoveAll:T,logo:x,appName:R,tagline:_}),(0,fa.jsx)("main",{className:"flex-1 p-0 flex flex-col fa-[calc(100vh-4rem)] overflow-hidden",children:t})]})]})}var $e=W(require("react"));var ge=$e.forwardRef(({className:e,...t},a)=>(0,fa.jsx)("div",{ref:a,className:c("rounded-xl border bg-card text-card-foreground shadow",e),...t}));ge.displayName="Card";var Ie=$e.forwardRef(({className:e,...t},a)=>(0,fa.jsx)("div",{ref:a,className:c("flex flex-col space-y-1.5 p-6",e),...t}));Ie.displayName="CardHeader";var Me=$e.forwardRef(({className:e,...t},a)=>(0,fa.jsx)("div",{ref:a,className:c("font-semibold leading-none tracking-tight",e),...t}));Me.displayName="CardTitle";var Xt=$e.forwardRef(({className:e,...t},a)=>(0,fa.jsx)("div",{ref:a,className:c("text-sm text-muted-foreground",e),...t}));Xt.displayName="CardDescription";var Ne=$e.forwardRef(({className:e,...t},a)=>(0,fa.jsx)("div",{ref:a,className:c("p-6 pt-0",e),...t}));Ne.displayName="CardContent";var gt=$e.forwardRef(({className:e,...t},a)=>(0,fa.jsx)("div",{ref:a,className:c("flex items-center p-6 pt-0",e),...t}));gt.displayName="CardFooter";function $a({sessions:e,currentSession:t,teams:a,onNewChat:o,onSessionSelect:n,onSessionEdit:r,onSessionDelete:l,className:s}){return(0,fa.jsx)(tt,{children:(0,fa.jsx)("div",{className:`space-y-4 fa-full ${s||""}`,children:(0,fa.jsxs)(ge,{className:"shadow-sm fa-full",children:[(0,fa.jsx)("div",{className:"p-4 border-fa",children:(0,fa.jsxs)("div",{className:"flex items-center justify-between",children:[(0,fa.jsxs)("h3",{className:"font-semibold text-sm flex items-center gap-2",children:[(0,fa.jsx)(po.Clock,{className:"fa-4 w-4"}),"Recent Chats"]}),(0,fa.jsxs)(S,{onClick:o,size:"sm",className:"gap-1 fa-7 px-2 rounded-lg shadow-sm",children:[(0,fa.jsx)(po.Plus,{className:"fa-3 w-3"}),"New"]})]})}),(0,fa.jsx)(xe,{className:"fa-[600px]",children:(0,fa.jsx)("div",{className:"p-2",children:e.length===0?(0,fa.jsx)("div",{className:"p-4 text-center text-sm text-muted-foreground",children:"No chat sessions yet"}):e.map(m=>(0,fa.jsxs)(at,{children:[(0,fa.jsx)(ot,{asChild:!0,children:(0,fa.jsx)("div",{className:c("group relative p-3 rounded-xl cursor-pointer transition-all hover:bg-muted/50 mb-2",t?.id===m.id&&"bg-muted border"),onClick:()=>n(m),children:(0,fa.jsxs)("div",{className:"grid grid-cols-[1fr_auto] gap-2 items-start",children:[(0,fa.jsxs)("div",{className:"min-w-0 overflow-hidden",children:[(0,fa.jsx)("h4",{className:"font-medium text-sm truncate mb-1",children:m.title}),(0,fa.jsx)("p",{className:"text-xs text-muted-foreground line-clamp-2",children:m.lastMessage})]}),(0,fa.jsxs)("div",{className:"flex items-start gap-1 pt-0.5",children:[r&&(0,fa.jsx)(S,{variant:"ghost",size:"icon",className:"fa-6 w-6 rounded opacity-30 group-hover:opacity-100 transition-opacity",onClick:u=>{u.stopPropagation(),r(m.id)},children:(0,fa.jsx)(po.Edit3,{className:"fa-3 w-3"})}),l&&(0,fa.jsx)(S,{variant:"ghost",size:"icon",className:"fa-6 w-6 rounded text-destructive hover:text-destructive opacity-30 group-hover:opacity-100 transition-opacity",onClick:u=>{u.stopPropagation(),l(m.id)},children:(0,fa.jsx)(po.Trash2,{className:"fa-3 w-3"})})]})]})})}),(0,fa.jsx)(We,{side:"right",className:"max-w-xs",children:(0,fa.jsxs)("div",{className:"space-y-1",children:[(0,fa.jsx)("p",{className:"font-medium text-sm",children:m.title}),(0,fa.jsx)("p",{className:"text-xs",children:m.lastMessage})]})})]},m.id))})})]})})})}var Qe=W(require("motion/react-client"));var Ka={primary:"bg-blue-500",secondary:"bg-gray-500",accent:"bg-purple-500",categories:["bg-green-500","bg-blue-500","bg-purple-500","bg-pink-500","bg-indigo-500","bg-orange-500"],lists:["bg-green-400","bg-blue-400","bg-purple-400","bg-pink-400","bg-indigo-400","bg-orange-400"],items:["bg-green-300","bg-blue-300","bg-purple-300","bg-pink-300","bg-indigo-300","bg-orange-300"]},qe=[{id:"sales",name:"Sales",description:"Revenue and customer management",iconName:"DollarSign",color:"bg-green-600",type:"category",actions:[{id:"view-pipeline",label:"View Pipeline",description:"See all opportunities in pipeline",iconName:"BarChart",action:e=>console.log("View pipeline",e)},{id:"create-opportunity",label:"Create Opportunity",iconName:"Target",action:e=>console.log("Create opportunity",e)}],children:[{id:"customers",name:"Customers",description:"Customer accounts and contacts",iconName:"Users",color:"bg-blue-500",type:"list",actions:[{id:"add-customer",label:"Add Customer",iconName:"User",action:e=>console.log("Add customer",e)},{id:"export-customers",label:"Export List",iconName:"FileText",action:e=>console.log("Export customers",e)}],data:[{id:"acme-corp",title:"Acme Corp",subtitle:"Enterprise Customer",value:"$125K ARR",metadata:{industry:"Technology",employees:500,lastContact:"2024-01-15"}},{id:"beta-inc",title:"Beta Inc",subtitle:"Mid-market",value:"$45K ARR",metadata:{industry:"Healthcare",employees:150,lastContact:"2024-01-10"}},{id:"gamma-llc",title:"Gamma LLC",subtitle:"Small Business",value:"$15K ARR",metadata:{industry:"Manufacturing",employees:50,lastContact:"2024-01-08"}}]},{id:"opportunities",name:"Opportunities",description:"Sales opportunities and deals",iconName:"Target",color:"bg-yellow-500",type:"list",actions:[{id:"close-won",label:"Mark as Won",iconName:"CheckCircle",action:e=>console.log("Close won",e)},{id:"schedule-followup",label:"Schedule Follow-up",iconName:"Clock",action:e=>console.log("Schedule follow-up",e)}],data:[{id:"opp-1",title:"Acme Corp - Enterprise License",subtitle:"Closing Q1 2024",value:"$85K",metadata:{stage:"Negotiation",probability:80,closeDate:"2024-03-31"}},{id:"opp-2",title:"Beta Inc - Platform Upgrade",subtitle:"Closing Q2 2024",value:"$32K",metadata:{stage:"Proposal",probability:65,closeDate:"2024-06-15"}}]}]},{id:"marketing",name:"Marketing",description:"Marketing campaigns and analytics",iconName:"TrendingUp",color:"bg-pink-600",type:"category",actions:[{id:"view-analytics",label:"View Analytics",iconName:"BarChart",action:e=>console.log("View analytics",e)}],children:[{id:"campaigns",name:"Campaigns",description:"Marketing campaigns and performance",iconName:"TrendingUp",color:"bg-pink-500",type:"list",data:[{id:"campaign-1",title:"Q1 Product Launch",subtitle:"Active Campaign",value:"45% CTR",metadata:{budget:"$50K",spend:"$32K",leads:1250}},{id:"campaign-2",title:"Holiday Promotion",subtitle:"Completed",value:"38% CTR",metadata:{budget:"$25K",spend:"$24K",leads:890}}]}]},{id:"projects",name:"Projects",description:"Project management and tracking",iconName:"Briefcase",color:"bg-blue-600",type:"category",children:[{id:"active-projects",name:"Active Projects",description:"Currently active projects",iconName:"Activity",color:"bg-blue-500",type:"list",data:[{id:"project-1",title:"Website Redesign",subtitle:"In Progress",value:"75% Complete",metadata:{team:"Design",deadline:"2024-02-15",status:"On Track"}},{id:"project-2",title:"Mobile App Development",subtitle:"Planning",value:"25% Complete",metadata:{team:"Engineering",deadline:"2024-03-31",status:"On Track"}}]}]},{id:"engineering",name:"Engineering",description:"Development and technical operations",iconName:"Code",color:"bg-purple-600",type:"category",actions:[{id:"view-repos",label:"View Repositories",description:"See all code repositories",iconName:"Git",action:e=>console.log("View repositories",e)},{id:"create-task",label:"Create Task",iconName:"Plus",action:e=>console.log("Create task",e)}],children:[{id:"repositories",name:"Repositories",description:"Code repositories and projects",iconName:"GitBranch",color:"bg-purple-500",type:"list",actions:[{id:"create-repo",label:"Create Repository",iconName:"Plus",action:e=>console.log("Create repository",e)},{id:"view-commits",label:"View Commits",iconName:"Git",action:e=>console.log("View commits",e)}],data:[{id:"repo-1",title:"frontend-app",subtitle:"React Application",value:"Main Branch",metadata:{language:"TypeScript",commits:1247,contributors:8}},{id:"repo-2",title:"backend-api",subtitle:"Node.js API",value:"Main Branch",metadata:{language:"Node.js",commits:892,contributors:5}}]},{id:"tasks",name:"Tasks",description:"Development tasks and issues",iconName:"CheckSquare",color:"bg-blue-500",type:"list",actions:[{id:"create-task",label:"Create Task",iconName:"Plus",action:e=>console.log("Create task",e)},{id:"assign-task",label:"Assign Task",iconName:"UserPlus",action:e=>console.log("Assign task",e)}],data:[{id:"task-1",title:"Fix authentication bug",subtitle:"High Priority",value:"In Progress",metadata:{assignee:"John Doe",priority:"High",estimate:"4h"}},{id:"task-2",title:"Implement dark mode",subtitle:"Feature Request",value:"Todo",metadata:{assignee:"Jane Smith",priority:"Medium",estimate:"8h"}}]}]},{id:"design",name:"Design",description:"User experience and visual design",iconName:"Palette",color:"bg-pink-600",type:"category",actions:[{id:"view-designs",label:"View Designs",description:"See all design assets",iconName:"Image",action:e=>console.log("View designs",e)},{id:"create-mockup",label:"Create Mockup",iconName:"Plus",action:e=>console.log("Create mockup",e)}],children:[{id:"assets",name:"Assets",description:"Design assets and components",iconName:"Package",color:"bg-pink-500",type:"list",actions:[{id:"add-asset",label:"Add Asset",iconName:"Plus",action:e=>console.log("Add asset",e)},{id:"organize-assets",label:"Organize",iconName:"FolderOpen",action:e=>console.log("Organize assets",e)}],data:[{id:"asset-1",title:"Logo Variations",subtitle:"Brand Assets",value:"12 files",metadata:{format:"SVG",size:"2.4MB",updated:"2024-01-20"}},{id:"asset-2",title:"UI Components",subtitle:"Component Library",value:"45 components",metadata:{format:"Figma",size:"18.7MB",updated:"2024-01-22"}}]}]},{id:"product",name:"Product",description:"Product management and strategy",iconName:"Layers",color:"bg-indigo-600",type:"category",actions:[{id:"view-roadmap",label:"View Roadmap",description:"See product roadmap",iconName:"Map",action:e=>console.log("View roadmap",e)},{id:"create-feature",label:"Create Feature",iconName:"Plus",action:e=>console.log("Create feature",e)}],children:[{id:"features",name:"Features",description:"Product features and requirements",iconName:"Star",color:"bg-indigo-500",type:"list",actions:[{id:"add-feature",label:"Add Feature",iconName:"Plus",action:e=>console.log("Add feature",e)},{id:"prioritize-features",label:"Prioritize",iconName:"ArrowUp",action:e=>console.log("Prioritize features",e)}],data:[{id:"feature-1",title:"User Authentication",subtitle:"Security Feature",value:"In Development",metadata:{priority:"High",effort:"Large",impact:"High"}},{id:"feature-2",title:"Dark Mode",subtitle:"UI Enhancement",value:"Backlog",metadata:{priority:"Medium",effort:"Small",impact:"Medium"}}]}]}];function Yt(e){let t=e.path[e.path.length-1];return t?.actions?t.actions:[]}function qa({capabilities:e,isOpen:t,onToggle:a,onActionSelect:o,onContextChange:n,colorScheme:r=Ka,className:l}){let[s,m]=(0,Ye.useState)([]),[u,D]=(0,Ye.useState)([]),f=s[s.length-1],y=f?.children||e,P=(w,B)=>{switch(w.type){case"category":return r.categories[B%r.categories.length];case"list":return r.lists[B%r.lists.length];case"item":return r.items[B%r.items.length];default:return r.primary}},z=(0,Ye.useMemo)(()=>({path:s,selectedItems:u,filters:{}}),[s,u]);(0,Ye.useEffect)(()=>{n&&n(z)},[z,n]);let T=w=>{w.type==="category"||w.type==="list"?m([...s,w]):w.type==="item"&&D([...u,w])},x=()=>{m(s.slice(0,-1))},R=w=>{m(s.slice(0,w+1))},_=()=>f?.actions?f.actions:[];return t?(0,fa.jsxs)("div",{className:c("w-full",l),children:[(0,fa.jsxs)("div",{className:"flex items-center justify-between mb-3",children:[(0,fa.jsxs)("div",{className:"flex items-center gap-2",children:[s.length>0&&(0,fa.jsx)(Mt.motion.button,{whileHover:{scale:1.1,transition:{duration:.3,ease:[.4,0,.2,1]}},whileTap:{scale:.9,transition:{duration:.15,ease:[.4,0,.2,1]}},onClick:x,className:c("group p-1 fa-6 w-6 rounded-md backdrop-blur-sm","transition-all duration-300 ease-in-out","hover:bg-accent/50 hover:shadow-sm"),children:(0,fa.jsx)(po.ChevronLeft,{className:c("fa-3 w-3 transition-transform duration-300 ease-in-out","group-hover:-translate-x-0.5")})}),(0,fa.jsx)("h4",{className:"font-medium text-sm",children:f?.name||"Capabilities"})]}),(0,fa.jsx)(Mt.motion.button,{whileHover:{scale:1.1,transition:{duration:.3,ease:[.4,0,.2,1]}},whileTap:{scale:.9,transition:{duration:.15,ease:[.4,0,.2,1]}},onClick:a,className:c("group p-1 fa-6 w-6 rounded-md backdrop-blur-sm","transition-all duration-300 ease-in-out","hover:bg-accent/50 hover:shadow-sm"),children:(0,fa.jsx)(po.X,{className:c("fa-3 w-3 transition-transform duration-300 ease-in-out","group-hover:rotate-90")})})]}),s.length>0&&(0,fa.jsxs)("div",{className:"flex items-center gap-1 mb-3 text-xs text-muted-foreground",children:[(0,fa.jsx)(Mt.motion.button,{whileHover:{scale:1.05,transition:{duration:.3,ease:[.4,0,.2,1]}},onClick:()=>m([]),className:c("group relative transition-colors duration-300 ease-in-out hover:text-accent"),children:(0,fa.jsxs)("span",{className:"relative",children:["Capabilities",(0,fa.jsx)("span",{className:"absolute -bottom-0.5 left-1/2 w-0 fa-0.5 bg-accent transform -translate-x-1/2 transition-all duration-300 ease-in-out group-hover:w-full"})]})}),s.map((w,B)=>(0,fa.jsxs)("div",{className:"flex items-center gap-1",children:[(0,fa.jsx)(po.ChevronRight,{className:"fa-2 w-2"}),(0,fa.jsx)(Mt.motion.button,{whileHover:{scale:1.05,transition:{duration:.3,ease:[.4,0,.2,1]}},onClick:()=>R(B),className:c("group relative transition-colors duration-300 ease-in-out hover:text-accent"),children:(0,fa.jsxs)("span",{className:"relative",children:[w.name,(0,fa.jsx)("span",{className:"absolute -bottom-0.5 left-1/2 w-0 fa-0.5 bg-accent transform -translate-x-1/2 transition-all duration-300 ease-in-out group-hover:w-full"})]})})]},w.id))]}),(0,fa.jsx)("div",{className:"max-fa-40 overflow-y-auto",children:(0,fa.jsx)(Mt.AnimatePresence,{mode:"wait",children:(0,fa.jsx)(Mt.motion.div,{initial:{opacity:0,y:-4},animate:{opacity:1,y:0},exit:{opacity:0,y:4},transition:{duration:.2,ease:[.4,0,.2,1]},children:f?.type==="list"&&f.data?(0,fa.jsx)(ki,{data:f.data,onItemSelect:w=>D([...u,w]),colorScheme:r}):(0,fa.jsx)(Ci,{capabilities:y,onSelect:T,colorScheme:r})},f?.id||"root")})})]}):(0,fa.jsxs)(S,{onClick:a,size:"sm",variant:"outline",className:"rounded-full",children:[(0,fa.jsx)(po.Menu,{className:"fa-4 w-4"}),(0,fa.jsx)("span",{className:"ml-2",children:"Capabilities"})]})}function Ci({capabilities:e,onSelect:t,colorScheme:a}){return(0,fa.jsx)("div",{className:"flex flex-wrap gap-2",children:e.map((o,n)=>(0,fa.jsx)(Ni,{capability:o,onClick:()=>t(o),color:a.categories[n%a.categories.length]},o.id))})}function Ni({capability:e,onClick:t,selected:a,color:o}){return(0,fa.jsxs)(Mt.motion.button,{whileHover:{scale:1.02,transition:{duration:.3,ease:[.4,0,.2,1]}},whileTap:{scale:.95,transition:{duration:.15,ease:[.4,0,.2,1]}},className:c("group relative inline-flex items-center gap-2 px-3 py-2 rounded-lg border cursor-pointer","bg-background text-left text-sm font-medium backdrop-blur-sm","transition-all duration-300 ease-in-out","hover:bg-accent/50 hover:border-accent/50 hover:shadow-sm",a&&"border-primary bg-accent scale-105"),onClick:t,children:[(0,fa.jsx)("div",{className:c("w-2 fa-2 rounded-full flex-shrink-0 transition-transform duration-300 ease-in-out","group-hover:scale-125",o)}),(0,fa.jsxs)("span",{className:"truncate relative",children:[e.name,(0,fa.jsx)("span",{className:"absolute -bottom-0.5 left-1/2 w-0 fa-0.5 bg-accent transform -translate-x-1/2 transition-all duration-300 ease-in-out group-hover:w-full"})]}),(e.children||e.data)&&(0,fa.jsx)(po.ChevronRight,{className:c("fa-3 w-3 text-muted-foreground flex-shrink-0","transition-transform duration-300 ease-in-out group-hover:translate-x-0.5")}),e.type==="list"&&e.data&&(0,fa.jsx)(ce,{variant:"secondary",className:c("text-xs fa-5 px-1.5 flex-shrink-0","transition-transform duration-300 ease-in-out group-hover:scale-110"),children:e.data.length})]})}function ki({data:e,onItemSelect:t,colorScheme:a}){return(0,fa.jsx)("div",{className:"flex flex-wrap gap-2",children:e.map((o,n)=>(0,fa.jsxs)(Mt.motion.button,{whileHover:{scale:1.02,transition:{duration:.3,ease:[.4,0,.2,1]}},whileTap:{scale:.95,transition:{duration:.15,ease:[.4,0,.2,1]}},className:c("group relative inline-flex items-center gap-2 px-3 py-2 rounded-lg border cursor-pointer","bg-background text-left text-sm font-medium backdrop-blur-sm","transition-all duration-300 ease-in-out","hover:bg-accent/50 hover:border-accent/50 hover:shadow-sm"),onClick:()=>t(o),children:[(0,fa.jsx)("div",{className:c("w-2 fa-2 rounded-full flex-shrink-0 transition-transform duration-300 ease-in-out","group-hover:scale-125",a.items[n%a.items.length])}),(0,fa.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,fa.jsxs)("span",{className:"truncate relative font-medium",children:[o.title,(0,fa.jsx)("span",{className:"absolute -bottom-0.5 left-1/2 w-0 fa-0.5 bg-accent transform -translate-x-1/2 transition-all duration-300 ease-in-out group-hover:w-full"})]}),o.subtitle&&(0,fa.jsx)("div",{className:c("text-xs text-muted-foreground truncate","transition-colors duration-300 ease-in-out group-hover:text-accent/80"),children:o.subtitle})]}),o.value&&(0,fa.jsx)(ce,{variant:"secondary",className:c("text-xs fa-5 px-1.5 flex-shrink-0 ml-2","transition-transform duration-300 ease-in-out group-hover:scale-110"),children:o.value})]},o.id))})}var Xa=require("date-fns");function Ja({taskId:e,polling:t=!0,system:a="payload"}){let[o,n]=(0,Ye.useState)(null),[r,l]=(0,Ye.useState)(!1),[s,m]=(0,Ye.useState)(null),u=async(f=!0)=>{if(e){f&&l(!0);try{let y=await fetch(`/api/tasks/${e}`);if(!y.ok)throw new Error(`Failed to fetch task: ${y.statusText}`);let P=await y.json();n(P)}catch(y){console.error("Error fetching task:",y),m(y instanceof Error?y:new Error("Unknown error occurred"))}finally{f&&l(!1)}}},D=()=>u(!1);return(0,Ye.useEffect)(()=>{e&&u(!0);let f=null;return e&&t&&(f=setInterval(D,5e3)),()=>{f&&clearInterval(f)}},[e,t]),{task:o,loading:r,error:s}}var Di=e=>{switch(e){case"backlog":return"bg-gray-200 text-gray-800";case"todo":return"bg-blue-200 text-blue-800";case"inProgress":return"bg-yellow-200 text-yellow-800";case"done":return"bg-green-200 text-green-800";case"cancelled":return"bg-red-200 text-red-800";default:return"bg-gray-200 text-gray-800"}},Si=e=>{switch(e){case"inProgress":return"In Progress";default:return e.charAt(0).toUpperCase()+e.slice(1)}};function Ya({data:e}){let{id:t,system:a,fetchLatest:o,taskData:n,error:r}=e||{};if(!t)return null;let l=null,s=!0,m=r,u=o!==void 0?o:!0;if(l=n||{id:t,name:"Loading...",description:"",status:"todo",dateLogged:new Date().toISOString(),project:void 0},console.log("ChatCardTask",{data:e,id:t,initialFetchLatest:o,system:a,fetchLatest:u,taskData:l,error:m}),u){let{task:P,loading:z,error:T}=Ja({taskId:t,system:a});l=P,s=z,m=T}else s=!1;let D=Di(l?.status||"todo"),f=Si(l?.status||"todo"),y=l?.dateLogged||new Date().toISOString();try{let P=new Date(l?.dateLogged||"");isNaN(P.getTime())||(y=(0,Xa.formatDistanceToNow)(P,{addSuffix:!0}))}catch{}return(0,fa.jsxs)(ge,{className:c("w-full max-w-md shadow-md",m&&"border border-destructive"),children:[(0,fa.jsxs)(Ie,{className:"pb-2",children:[(0,fa.jsxs)("div",{className:"flex justify-between items-start",children:[(0,fa.jsx)(Me,{className:"text-lg font-semibold",children:s?"Loading...":l?.name||"Task"}),(0,fa.jsx)(ce,{className:`${D}`,children:f})]}),l?.project&&(0,fa.jsxs)(Xt,{className:"text-sm text-gray-500",children:["Project: ",l.project.name]})]}),(0,fa.jsx)(Ne,{className:"pb-2",children:s?(0,fa.jsx)("div",{className:"animate-pulse fa-4 bg-gray-200 rounded w-3/4 mb-2"}):m?(0,fa.jsx)("p",{className:"text-sm text-red-500",children:"Error loading task details"}):(0,fa.jsx)("p",{className:"text-sm text-foreground",children:l?.description||"......."})}),(0,fa.jsx)(gt,{className:"pt-2 flex items-center justify-between",children:(0,fa.jsxs)("div",{className:"flex items-center text-xs text-gray-500",children:[(0,fa.jsx)(po.Clock,{className:"fa-3 w-3 mr-1"}),(0,fa.jsxs)("span",{children:["Created ",y]}),(0,fa.jsx)("span",{className:"mx-2",children:"\u2022"}),(0,fa.jsxs)("span",{children:["Task #",t]})]})})]})}function to({artefact:e,taskId:t,taskData:a,loading:o=!1,error:n=null}){let r=a||{id:t,name:"Loading...",description:"",status:"done",dateLogged:new Date().toISOString(),project:{id:-1,name:""}},l=r.dateLogged;try{let s=new Date(r.dateLogged);isNaN(s.getTime())||(l=(0,Xa.formatDistanceToNow)(s,{addSuffix:!0}))}catch{}return(0,fa.jsxs)(ge,{className:"w-full max-w-md shadow-md",children:[(0,fa.jsx)(Ie,{className:"pb-2",children:(0,fa.jsx)("div",{className:"flex justify-between items-start",children:(0,fa.jsx)(Me,{className:"text-lg font-semibold",children:o?"Loading...":r.name})})}),(0,fa.jsx)(Ne,{className:"pb-2",children:o?(0,fa.jsx)("div",{className:"animate-pulse fa-4 bg-gray-200 rounded w-3/4 mb-2"}):n?(0,fa.jsx)("p",{className:"text-sm text-red-500",children:"Error loading task details"}):(0,fa.jsx)("p",{className:"text-sm text-foreground",children:e})}),(0,fa.jsx)(gt,{className:"pt-2 flex items-center justify-between",children:(0,fa.jsxs)("div",{className:"flex items-center text-xs text-gray-500",children:[(0,fa.jsx)(po.Clock,{className:"fa-3 w-3 mr-1"}),(0,fa.jsxs)("span",{children:["Created ",l]}),(0,fa.jsx)("span",{className:"mx-2",children:"\u2022"}),(0,fa.jsxs)("span",{children:["Task #",r.id]})]})})]})}var oo=W(require("react"));var ao=({isOpen:e=!0,authUrl:t,onClose:a,onSuccess:o,description:n="This endpoint requires authentication to sync functions."})=>{let[r,l]=(0,Ye.useState)(!1),[s,m]=(0,Ye.useState)(""),u=()=>{if(!t){m("No authentication URL provided");return}l(!0),m("");try{let f=window.open(t,"oauth-popup","width=600,height=700,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,directories=no,status=no");if(!f){m("Popup blocked. Please allow popups for this site and try again."),l(!1);return}let y=setInterval(()=>{try{f.closed&&(clearInterval(y),l(!1),o(),a())}catch{}},1e3);setTimeout(()=>{f.closed||(f.close(),clearInterval(y),l(!1),m("Authentication timed out. Please try again."))},6e5)}catch{m("Failed to open authentication window"),l(!1)}},D=async()=>{try{await navigator.clipboard.writeText(t),m("")}catch{m("Failed to copy URL to clipboard")}};return e?(0,fa.jsx)("div",{className:"fixed inset-0 bg-black/50 flex items-center justify-center z-[1000]",children:(0,fa.jsxs)("div",{className:"bg-white rounded-lg p-6 max-w-md w-[90%] shadow-lg",children:[(0,fa.jsx)("h3",{className:"text-lg font-bold mb-3 text-primary",children:"Authentication Required"}),(0,fa.jsx)("p",{className:"text-sm text-gray-600 mb-4",children:n}),s&&(0,fa.jsx)("div",{className:"mb-4 p-2 bg-red-50 border border-red-200 rounded text-red-600 text-xs",children:s}),(0,fa.jsxs)("div",{className:"flex gap-2",children:[(0,fa.jsx)("button",{onClick:u,disabled:r||!t,className:`
|
|
6
|
+
"use strict";var $o=Object.create;var Nt=Object.defineProperty;var qo=Object.getOwnPropertyDescriptor;var Ko=Object.getOwnPropertyNames;var Jo=Object.getPrototypeOf,Qo=Object.prototype.hasOwnProperty;var Xo=(e,t)=>{for(var a in t)Nt(e,a,{get:t[a],enumerable:!0})},ha=(e,t,a,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of Ko(t))!Qo.call(e,s)&&s!==a&&Nt(e,s,{get:()=>t[s],enumerable:!(o=qo(t,s))||o.enumerable});return e};var W=(e,t,a)=>(a=e!=null?$o(Jo(e)):{},ha(t||!e||!e.__esModule?Nt(a,"default",{value:e,enumerable:!0}):a,e)),Yo=e=>ha(Nt({},"__esModule",{value:!0}),e);var nr={};Xo(nr,{ChatDemoCapabilitiesInteraction:()=>rr,ChatDemoErrorHandling:()=>ir,ChatDemoFileUploads:()=>or,ChatDemoMarkdownResponses:()=>tr,ChatDemoToolCalling:()=>er,ChatDemoUIComponents:()=>ar});module.exports=Yo(nr);var at=require("react");var Mo=require("@ai-sdk/react"),_t=require("motion/react"),Eo=require("lucide-react");var Da=require("clsx");var Ht="-",Zo=e=>{let t=ti(e),{conflictingClassGroups:a,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:l=>{let n=l.split(Ht);return n[0]===""&&n.length!==1&&n.shift(),xa(n,t)||ei(l)},getConflictingClassGroupIds:(l,n)=>{let p=a[l]||[];return n&&o[l]?[...p,...o[l]]:p}}},xa=(e,t)=>{if(e.length===0)return t.classGroupId;let a=e[0],o=t.nextPart.get(a),s=o?xa(e.slice(1),o):void 0;if(s)return s;if(t.validators.length===0)return;let i=e.join(Ht);return t.validators.find(({validator:l})=>l(i))?.classGroupId},va=/^\[(.+)\]$/,ei=e=>{if(va.test(e)){let t=va.exec(e)[1],a=t?.substring(0,t.indexOf(":"));if(a)return"arbitrary.."+a}},ti=e=>{let{theme:t,prefix:a}=e,o={nextPart:new Map,validators:[]};return oi(Object.entries(e.classGroups),a).forEach(([i,l])=>{jt(l,o,i,t)}),o},jt=(e,t,a,o)=>{e.forEach(s=>{if(typeof s=="string"){let i=s===""?t:ya(t,s);i.classGroupId=a;return}if(typeof s=="function"){if(ai(s)){jt(s(o),t,a,o);return}t.validators.push({validator:s,classGroupId:a});return}Object.entries(s).forEach(([i,l])=>{jt(l,ya(t,i),a,o)})})},ya=(e,t)=>{let a=e;return t.split(Ht).forEach(o=>{a.nextPart.has(o)||a.nextPart.set(o,{nextPart:new Map,validators:[]}),a=a.nextPart.get(o)}),a},ai=e=>e.isThemeGetter,oi=(e,t)=>t?e.map(([a,o])=>{let s=o.map(i=>typeof i=="string"?t+i:typeof i=="object"?Object.fromEntries(Object.entries(i).map(([l,n])=>[t+l,n])):i);return[a,s]}):e,ii=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,a=new Map,o=new Map,s=(i,l)=>{a.set(i,l),t++,t>e&&(t=0,o=a,a=new Map)};return{get(i){let l=a.get(i);if(l!==void 0)return l;if((l=o.get(i))!==void 0)return s(i,l),l},set(i,l){a.has(i)?a.set(i,l):s(i,l)}}},wa="!",ri=e=>{let{separator:t,experimentalParseClassName:a}=e,o=t.length===1,s=t[0],i=t.length,l=n=>{let p=[],u=0,w=0,f;for(let x=0;x<n.length;x++){let P=n[x];if(u===0){if(P===s&&(o||n.slice(x,x+i)===t)){p.push(n.slice(w,x)),w=x+i;continue}if(P==="/"){f=x;continue}}P==="["?u++:P==="]"&&u--}let v=p.length===0?n:n.substring(w),T=v.startsWith(wa),I=T?v.substring(1):v,R=f&&f>w?f-w:void 0;return{modifiers:p,hasImportantModifier:T,baseClassName:I,maybePostfixModifierPosition:R}};return a?n=>a({className:n,parseClassName:l}):l},ni=e=>{if(e.length<=1)return e;let t=[],a=[];return e.forEach(o=>{o[0]==="["?(t.push(...a.sort(),o),a=[]):a.push(o)}),t.push(...a.sort()),t},si=e=>({cache:ii(e.cacheSize),parseClassName:ri(e),...Zo(e)}),li=/\s+/,ci=(e,t)=>{let{parseClassName:a,getClassGroupId:o,getConflictingClassGroupIds:s}=t,i=[],l=e.trim().split(li),n="";for(let p=l.length-1;p>=0;p-=1){let u=l[p],{modifiers:w,hasImportantModifier:f,baseClassName:v,maybePostfixModifierPosition:T}=a(u),I=!!T,R=o(I?v.substring(0,T):v);if(!R){if(!I){n=u+(n.length>0?" "+n:n);continue}if(R=o(v),!R){n=u+(n.length>0?" "+n:n);continue}I=!1}let x=ni(w).join(":"),P=f?x+wa:x,_=P+R;if(i.includes(_))continue;i.push(_);let C=s(R,I);for(let L=0;L<C.length;++L){let Y=C[L];i.push(P+Y)}n=u+(n.length>0?" "+n:n)}return n};function di(){let e=0,t,a,o="";for(;e<arguments.length;)(t=arguments[e++])&&(a=Ca(t))&&(o&&(o+=" "),o+=a);return o}var Ca=e=>{if(typeof e=="string")return e;let t,a="";for(let o=0;o<e.length;o++)e[o]&&(t=Ca(e[o]))&&(a&&(a+=" "),a+=t);return a};function pi(e,...t){let a,o,s,i=l;function l(p){let u=t.reduce((w,f)=>f(w),e());return a=si(u),o=a.cache.get,s=a.cache.set,i=n,n(p)}function n(p){let u=o(p);if(u)return u;let w=ci(p,a);return s(p,w),w}return function(){return i(di.apply(null,arguments))}}var j=e=>{let t=a=>a[e]||[];return t.isThemeGetter=!0,t},Na=/^\[(?:([a-Eo-]+):)?(.+)\]$/i,mi=/^\d+\/\d+$/,ui=new Set(["px","full","screen"]),gi=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,fi=/\d+(%|px|Ta?em|[sdl]?v([hwib]|min|max)|at|pc|in|cm|mm|cap|ch|ex|Ta?lh|cq(w|Ta|i|Ta|min|max))|\Ta(calc|min|max|clamp)\(.+\)|^0$/,bi=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,hi=/^(inset_)?-?((\d+)?\.?(\d+)[a-Eo]+|0)_-?((\d+)?\.?(\d+)[a-Eo]+|0)/,vi=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Ie=e=>ot(e)||ui.has(e)||mi.test(e),Fe=e=>it(e,"length",Di),ot=e=>!!e&&!Number.isNaN(Number(e)),Ot=e=>it(e,"number",ot),ut=e=>!!e&&Number.isInteger(Number(e)),yi=e=>e.endsWith("%")&&ot(e.slice(0,-1)),y=e=>Na.test(e),Oe=e=>gi.test(e),xi=new Set(["length","size","percentage"]),wi=e=>it(e,xi,ka),Ci=e=>it(e,"position",ka),Ni=new Set(["image","url"]),ki=e=>it(e,Ni,Ti),Pi=e=>it(e,"",Ri),gt=()=>!0,it=(e,t,a)=>{let o=Na.exec(e);return o?o[1]?typeof t=="string"?o[1]===t:t.has(o[1]):a(o[2]):!1},Di=e=>fi.test(e)&&!bi.test(e),ka=()=>!1,Ri=e=>hi.test(e),Ti=e=>vi.test(e);var Si=()=>{let e=j("colors"),t=j("spacing"),a=j("blur"),o=j("brightness"),s=j("borderColor"),i=j("borderRadius"),l=j("borderSpacing"),n=j("borderWidth"),p=j("contrast"),u=j("grayscale"),w=j("hueRotate"),f=j("invert"),v=j("gap"),T=j("gradientColorStops"),I=j("gradientColorStopPositions"),R=j("inset"),x=j("margin"),P=j("opacity"),_=j("padding"),C=j("saturate"),L=j("scale"),Y=j("sepia"),Z=j("skew"),ee=j("space"),X=j("translate"),G=()=>["auto","contain","none"],oe=()=>["auto","hidden","clip","visible","scroll"],le=()=>["auto",y,t],M=()=>[y,t],Se=()=>["",Ie,Fe],d=()=>["auto",ot,y],B=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],E=()=>["solid","dashed","dotted","double","none"],$=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],m=()=>["start","end","center","between","around","evenly","stretch"],F=()=>["","0",y],q=()=>["auto","avoid","all","avoid-page","page","left","right","column"],S=()=>[ot,y];return{cacheSize:500,separator:":",theme:{colors:[gt],spacing:[Ie,Fe],blur:["none","",Oe,y],brightness:S(),borderColor:[e],borderRadius:["none","","full",Oe,y],borderSpacing:M(),borderWidth:Se(),contrast:S(),grayscale:F(),hueRotate:S(),invert:F(),gap:M(),gradientColorStops:[e],gradientColorStopPositions:[yi,Fe],inset:le(),margin:le(),opacity:S(),padding:M(),saturate:S(),scale:S(),sepia:F(),skew:S(),space:M(),translate:M()},classGroups:{aspect:[{aspect:["auto","square","video",y]}],container:["container"],columns:[{columns:[Oe]}],"break-after":[{"break-after":q()}],"break-before":[{"break-before":q()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...B(),y]}],overflow:[{overflow:oe()}],"overflow-x":[{"overflow-x":oe()}],"overflow-y":[{"overflow-y":oe()}],overscroll:[{overscroll:G()}],"overscroll-x":[{"overscroll-x":G()}],"overscroll-y":[{"overscroll-y":G()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[R]}],"inset-x":[{"inset-x":[R]}],"inset-y":[{"inset-y":[R]}],start:[{start:[R]}],end:[{end:[R]}],top:[{top:[R]}],right:[{right:[R]}],bottom:[{bottom:[R]}],left:[{left:[R]}],visibility:["visible","invisible","collapse"],Eo:[{Eo:["auto",ut,y]}],basis:[{basis:le()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",y]}],grow:[{grow:F()}],shrink:[{shrink:F()}],order:[{order:["first","last","none",ut,y]}],"grid-cols":[{"grid-cols":[gt]}],"col-start-end":[{col:["auto",{span:["full",ut,y]},y]}],"col-start":[{"col-start":d()}],"col-end":[{"col-end":d()}],"grid-rows":[{"grid-rows":[gt]}],"row-start-end":[{row:["auto",{span:[ut,y]},y]}],"row-start":[{"row-start":d()}],"row-end":[{"row-end":d()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",y]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",y]}],gap:[{gap:[v]}],"gap-x":[{"gap-x":[v]}],"gap-y":[{"gap-y":[v]}],"justify-content":[{justify:["normal",...m()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...m(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...m(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[_]}],px:[{px:[_]}],py:[{py:[_]}],ps:[{ps:[_]}],pe:[{pe:[_]}],at:[{at:[_]}],pr:[{pr:[_]}],pb:[{pb:[_]}],pl:[{pl:[_]}],m:[{m:[x]}],mx:[{mx:[x]}],my:[{my:[x]}],ms:[{ms:[x]}],me:[{me:[x]}],mt:[{mt:[x]}],mr:[{mr:[x]}],mb:[{mb:[x]}],ml:[{ml:[x]}],"space-x":[{"space-x":[ee]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[ee]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",y,t]}],"min-w":[{"min-w":[y,t,"min","max","fit"]}],"max-w":[{"max-w":[y,t,"none","full","min","max","fit","prose",{screen:[Oe]},Oe]}],Ta:[{Ta:[y,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-Ta":[{"min-Ta":[y,t,"min","max","fit","svh","lvh","dvh"]}],"max-Ta":[{"max-Ta":[y,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[y,t,"auto","min","max","fit"]}],"font-size":[{text:["base",Oe,Fe]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Ot]}],"font-family":[{font:[gt]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",y]}],"line-clamp":[{"line-clamp":["none",ot,Ot]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Ie,y]}],"list-image":[{"list-image":["none",y]}],"list-style-type":[{list:["none","disc","decimal",y]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[P]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[P]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...E(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Ie,Fe]}],"underline-offset":[{"underline-offset":["auto",Ie,y]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:M()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",y]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",y]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[P]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...B(),Ci]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",wi]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","Ta","br","Ta","bl","l","tl"]},ki]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[I]}],"gradient-via-pos":[{via:[I]}],"gradient-to-pos":[{to:[I]}],"gradient-from":[{from:[T]}],"gradient-via":[{via:[T]}],"gradient-to":[{to:[T]}],rounded:[{rounded:[i]}],"rounded-s":[{"rounded-s":[i]}],"rounded-e":[{"rounded-e":[i]}],"rounded-t":[{"rounded-t":[i]}],"rounded-Ta":[{"rounded-Ta":[i]}],"rounded-Ta":[{"rounded-Ta":[i]}],"rounded-l":[{"rounded-l":[i]}],"rounded-ss":[{"rounded-ss":[i]}],"rounded-Ta":[{"rounded-Ta":[i]}],"rounded-ee":[{"rounded-ee":[i]}],"rounded-es":[{"rounded-es":[i]}],"rounded-tl":[{"rounded-tl":[i]}],"rounded-tr":[{"rounded-tr":[i]}],"rounded-br":[{"rounded-br":[i]}],"rounded-bl":[{"rounded-bl":[i]}],"border-w":[{border:[n]}],"border-w-x":[{"border-x":[n]}],"border-w-y":[{"border-y":[n]}],"border-w-s":[{"border-s":[n]}],"border-w-e":[{"border-e":[n]}],"border-w-t":[{"border-t":[n]}],"border-w-Ta":[{"border-Ta":[n]}],"border-w-Ta":[{"border-Ta":[n]}],"border-w-l":[{"border-l":[n]}],"border-opacity":[{"border-opacity":[P]}],"border-style":[{border:[...E(),"hidden"]}],"divide-x":[{"divide-x":[n]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[n]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[P]}],"divide-style":[{divide:E()}],"border-color":[{border:[s]}],"border-color-x":[{"border-x":[s]}],"border-color-y":[{"border-y":[s]}],"border-color-s":[{"border-s":[s]}],"border-color-e":[{"border-e":[s]}],"border-color-t":[{"border-t":[s]}],"border-color-Ta":[{"border-Ta":[s]}],"border-color-Ta":[{"border-Ta":[s]}],"border-color-l":[{"border-l":[s]}],"divide-color":[{divide:[s]}],"outline-style":[{outline:["",...E()]}],"outline-offset":[{"outline-offset":[Ie,y]}],"outline-w":[{outline:[Ie,Fe]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:Se()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[P]}],"ring-offset-w":[{"ring-offset":[Ie,Fe]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",Oe,Pi]}],"shadow-color":[{shadow:[gt]}],opacity:[{opacity:[P]}],"mix-blend":[{"mix-blend":[...$(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":$()}],filter:[{filter:["","none"]}],blur:[{blur:[a]}],brightness:[{brightness:[o]}],contrast:[{contrast:[p]}],"drop-shadow":[{"drop-shadow":["","none",Oe,y]}],grayscale:[{grayscale:[u]}],"hue-rotate":[{"hue-rotate":[w]}],invert:[{invert:[f]}],saturate:[{saturate:[C]}],sepia:[{sepia:[Y]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[a]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[p]}],"backdrop-grayscale":[{"backdrop-grayscale":[u]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[w]}],"backdrop-invert":[{"backdrop-invert":[f]}],"backdrop-opacity":[{"backdrop-opacity":[P]}],"backdrop-saturate":[{"backdrop-saturate":[C]}],"backdrop-sepia":[{"backdrop-sepia":[Y]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[l]}],"border-spacing-x":[{"border-spacing-x":[l]}],"border-spacing-y":[{"border-spacing-y":[l]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",y]}],duration:[{duration:S()}],ease:[{ease:["linear","in","out","in-out",y]}],delay:[{delay:S()}],animate:[{animate:["none","spin","ping","pulse","bounce",y]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[L]}],"scale-x":[{"scale-x":[L]}],"scale-y":[{"scale-y":[L]}],rotate:[{rotate:[ut,y]}],"translate-x":[{"translate-x":[X]}],"translate-y":[{"translate-y":[X]}],"skew-x":[{"skew-x":[Z]}],"skew-y":[{"skew-y":[Z]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",y]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","Ta-resize","nw-resize","Ta-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",y]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":M()}],"scroll-mx":[{"scroll-mx":M()}],"scroll-my":[{"scroll-my":M()}],"scroll-ms":[{"scroll-ms":M()}],"scroll-me":[{"scroll-me":M()}],"scroll-mt":[{"scroll-mt":M()}],"scroll-mr":[{"scroll-mr":M()}],"scroll-mb":[{"scroll-mb":M()}],"scroll-ml":[{"scroll-ml":M()}],"scroll-p":[{"scroll-p":M()}],"scroll-px":[{"scroll-px":M()}],"scroll-py":[{"scroll-py":M()}],"scroll-ps":[{"scroll-ps":M()}],"scroll-pe":[{"scroll-pe":M()}],"scroll-at":[{"scroll-at":M()}],"scroll-pr":[{"scroll-pr":M()}],"scroll-pb":[{"scroll-pb":M()}],"scroll-pl":[{"scroll-pl":M()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",y]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Ie,Fe,Ot]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","at","pr","pb","pl"],px:["pr","pl"],py:["at","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","Ta"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-Ta","rounded-Ta","rounded-l","rounded-ss","rounded-Ta","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-Ta","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-Ta":["rounded-tr","rounded-br"],"rounded-Ta":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-Ta","border-w-Ta","border-w-l"],"border-w-x":["border-w-Ta","border-w-l"],"border-w-y":["border-w-t","border-w-Ta"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-Ta","border-color-Ta","border-color-l"],"border-color-x":["border-color-Ta","border-color-l"],"border-color-y":["border-color-t","border-color-Ta"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-at","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-at","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}};var Pa=pi(Si);function c(...e){return Pa((0,Da.clsx)(e))}var It=W(require("react")),Jt=W(require("next/link"));var Ra=require("class-variance-authority");var Ta=require("react/jsx-runtime"),Ai=(0,Ra.cva)("inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground shadow hover:bg-primary/80",secondary:"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",destructive:"border-transparent bg-destructive text-destructive-foreground shadow hover:bg-destructive/80",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function me({className:e,variant:t,...a}){return(0,Ta.jsx)("div",{className:c(Ai({variant:t}),e),...a})}var Sa=require("@radix-ui/react-slot"),Ia=W(require("react")),Ii=(0,Ra.cva)("inline-flex items-center justify-center whitespace-nowrap rounded text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{defaultVariants:{size:"default",variant:"default"},variants:{size:{clear:"",default:"Ta-10 px-4 py-2",icon:"Ta-10 w-10",lg:"Ta-11 rounded px-8",sm:"Ta-9 rounded px-3"},variant:{default:"bg-accent text-accent-foreground hover:bg-background hover:text-accent hover:border-accent hover:border",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",ghost:"hover:bg-card hover:text-accent",link:"text-primary items-start justify-start underline-offset-4 hover:underline",outline:"border border-border bg-background hover:bg-card hover:text-accent",secondary:"bg-secondary text-secondary-foreground hover:bg-accent"}}}),A=Ia.forwardRef(({asChild:e=!1,className:t,size:a,variant:o,...s},i)=>(0,Ta.jsx)(e?Sa.Slot:"button",{className:c(Ii({className:t,size:a,variant:o})),ref:i,...s}));A.displayName="Button";var Ea=W(require("react"));var ft=Ea.forwardRef(({className:e,type:t,...a},o)=>(0,Ta.jsx)("input",{type:t,className:c("flex Ta-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",e),ref:o,...a}));ft.displayName="Input";var Wt=W(require("react")),fe=W(require("@radix-ui/react-scroll-area"));var Ne=Wt.forwardRef(({className:e,children:t,...a},o)=>(0,Ta.jsxs)(fe.Root,{ref:o,className:c("relative overflow-hidden",e),...a,children:[(0,Ta.jsx)(fe.Viewport,{className:"Ta-full w-full rounded-[inherit]",children:t}),(0,Ta.jsx)(Ba,{}),(0,Ta.jsx)(fe.Corner,{})]}));Ne.displayName=fe.Root.displayName;var Ba=Wt.forwardRef(({className:e,orientation:t="vertical",...a},o)=>(0,Ta.jsx)(fe.ScrollAreaScrollbar,{ref:o,orientation:t,className:c("flex touch-none select-none transition-colors",t==="vertical"&&"Ta-full w-2.5 border-l border-l-transparent p-[1px]",t==="horizontal"&&"Ta-2.5 flex-col border-t border-t-transparent p-[1px]",e),...a,children:(0,Ta.jsx)(fe.ScrollAreaThumb,{className:"relative flex-1 rounded-full bg-border"})}));Ba.displayName=fe.ScrollAreaScrollbar.displayName;var bt=W(require("react")),K=W(require("@radix-ui/react-dialog"));var za=K.Root;var Mi=K.Portal;var _a=bt.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)(K.Overlay,{ref:a,className:c("fixed inset-0 Eo-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...t}));_a.displayName=K.Overlay.displayName;var Gt=bt.forwardRef(({className:e,children:t,...a},o)=>(0,Ta.jsxs)(Mi,{children:[(0,Ta.jsx)(_a,{}),(0,Ta.jsxs)(K.Content,{ref:o,className:c("fixed left-[50%] top-[50%] Eo-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",e),...a,children:[t,(0,Ta.jsxs)(K.Close,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[(0,Ta.jsx)(Eo.X,{className:"Ta-4 w-4"}),(0,Ta.jsx)("span",{className:"sr-only",children:"Close"})]})]})]}));Gt.displayName=K.Content.displayName;var Vt=({className:e,...t})=>(0,Ta.jsx)("div",{className:c("flex flex-col space-y-1.5 text-center sm:text-left",e),...t});Vt.displayName="DialogHeader";var Ei=({className:e,...t})=>(0,Ta.jsx)("div",{className:c("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});Ei.displayName="DialogFooter";var $t=bt.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)(K.Title,{ref:a,className:c("text-lg font-semibold leading-none tracking-tight",e),...t}));$t.displayName=K.Title.displayName;var Ui=bt.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)(K.Description,{ref:a,className:c("text-sm text-muted-foreground",e),...t}));Ui.displayName=K.Description.displayName;var ht=W(require("@radix-ui/react-checkbox")),Oa=W(require("react")),qt=Oa.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)(ht.Root,{className:c("peer Ta-4 w-4 shrink-0 rounded border border-primary ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground",e),ref:a,...t,children:(0,Ta.jsx)(ht.Indicator,{className:c("flex items-center justify-center text-current"),children:(0,Ta.jsx)(Eo.Check,{className:"Ta-4 w-4"})})}));qt.displayName=ht.Root.displayName;var ke=e=>({id:Math.random().toString(36).substr(2,9),title:e,format:"markdown",createdAt:new Date});var Ha=[{id:"design",name:"Design",description:"Creative and visual design team",icon:(0,Ta.jsx)(Eo.Palette,{className:"Ta-4 w-4"}),color:"bg-purple-600",accentColor:"text-purple-600"},{id:"engineering",name:"Engineering",description:"Software development and technical teams",icon:(0,Ta.jsx)(Eo.Code,{className:"Ta-4 w-4"}),color:"bg-blue-600",accentColor:"text-blue-600"},{id:"marketing",name:"Marketing",description:"Brand, campaigns, and growth marketing",icon:(0,Ta.jsx)(Eo.TrendingUp,{className:"Ta-4 w-4"}),color:"bg-pink-600",accentColor:"text-pink-600"},{id:"sales",name:"Sales",description:"Revenue generation and customer acquisition",icon:(0,Ta.jsx)(Eo.DollarSign,{className:"Ta-4 w-4"}),color:"bg-green-600",accentColor:"text-green-600"},{id:"hr",name:"Human Resources",description:"People operations and talent management",icon:(0,Ta.jsx)(Eo.Users,{className:"Ta-4 w-4"}),color:"bg-orange-600",accentColor:"text-orange-600"},{id:"operations",name:"Operations",description:"Business operations and process optimization",icon:(0,Ta.jsx)(Eo.Wrench,{className:"Ta-4 w-4"}),color:"bg-indigo-600",accentColor:"text-indigo-600"},{id:"legal",name:"Legal",description:"Legal affairs and compliance",icon:(0,Ta.jsx)(Eo.Scale,{className:"Ta-4 w-4"}),color:"bg-slate-600",accentColor:"text-slate-600"},{id:"product",name:"Product",description:"Product strategy and management",icon:(0,Ta.jsx)(Eo.Package,{className:"Ta-4 w-4"}),color:"bg-violet-600",accentColor:"text-violet-600"},{id:"it",name:"IT Support",description:"Information technology and infrastructure",icon:(0,Ta.jsx)(Eo.Zap,{className:"Ta-4 w-4"}),color:"bg-cyan-600",accentColor:"text-cyan-600"},{id:"company",name:"Company",description:"Company-wide resources and information",icon:(0,Ta.jsx)(Eo.Building2,{className:"Ta-4 w-4"}),color:"bg-gray-600",accentColor:"text-gray-600"}],Rt=[{id:"1",name:"E-commerce Platform",description:"Main customer-facing e-commerce application",isSelected:!0},{id:"2",name:"Admin Dashboard",description:"Internal administration and analytics dashboard",isSelected:!1},{id:"3",name:"Mobile App",description:"Native mobile application for iOS and Android",isSelected:!1}];var Kt=[{id:"1",name:"User Authentication",color:"bg-blue-500",description:"Implement secure user authentication system",confidence:"high",phase:2,startDate:new Date("2024-01-01"),endDate:new Date("2024-02-15"),progress:75,isSelected:!0},{id:"2",name:"Dashboard Features",color:"bg-green-500",description:"Build comprehensive dashboard functionality",confidence:"medium",phase:1,startDate:new Date("2024-02-01"),endDate:new Date("2024-03-15"),progress:30,isSelected:!0},{id:"3",name:"Mobile Optimization",color:"bg-purple-500",description:"Optimize application for mobile devices",confidence:"low",phase:1,startDate:new Date("2024-03-01"),endDate:new Date("2024-04-15"),progress:10,isSelected:!0},{id:"4",name:"Performance Improvements",color:"bg-orange-500",description:"Enhance application performance and speed",confidence:"high",phase:3,startDate:new Date("2024-01-15"),endDate:new Date("2024-02-28"),progress:90,isSelected:!0}],Pt=[{id:"backlog",name:"Backlog",description:"Tasks not yet assigned to a sprint",startDate:new Date("2024-01-01"),endDate:new Date("2024-12-31"),isActive:!1,isSelected:!1},{id:"all-tasks",name:"All Tasks",description:"View all tasks across all sprints",startDate:new Date("2024-01-01"),endDate:new Date("2024-12-31"),isActive:!1,isSelected:!0},{id:"1",name:"Sprint 1",description:"Initial development phase",startDate:new Date("2024-01-01"),endDate:new Date("2024-01-14"),isActive:!1,isSelected:!1},{id:"2",name:"Sprint 2",description:"Feature development",startDate:new Date("2024-01-15"),endDate:new Date("2024-01-28"),isActive:!0,isSelected:!1}],St=[{id:"1",name:"Design login page",description:"Create wireframes and mockups for the login interface",status:"todo",priority:"high",type:"story",points:5,epicId:"1",sprintId:"2",assignee:"John Doe",createdAt:new Date("2024-01-15")},{id:"2",name:"Implement OAuth integration",description:"Add Google and GitHub OAuth authentication",status:"review",priority:"high",type:"task",points:8,epicId:"1",sprintId:"2",assignee:"Jane Smith",createdAt:new Date("2024-01-16")},{id:"3",name:"Create dashboard widgets",description:"Build analytics and metrics widgets for the main dashboard",status:"todo",priority:"medium",type:"story",points:13,epicId:"2",sprintId:"2",assignee:"Mike Johnson",createdAt:new Date("2024-01-17")},{id:"4",name:"Fix login redirect bug",description:"Resolve issue where users are not redirected after login",status:"done",priority:"high",type:"bug",points:3,epicId:"1",sprintId:"1",assignee:"Sarah Wilson",createdAt:new Date("2024-01-14")},{id:"5",name:"Research mobile frameworks",description:"Investigate best practices for mobile responsive design",status:"in-progress",priority:"medium",type:"spike",points:5,epicId:"3",assignee:"Alex Brown",createdAt:new Date("2024-01-18")},{id:"6",name:"Update user profile page",description:"Enhance user profile with new settings and preferences",status:"review",priority:"medium",type:"story",points:8,epicId:"2",sprintId:"2",assignee:"Emma Davis",createdAt:new Date("2024-01-19")},{id:"7",name:"Performance optimization",description:"Optimize database queries and improve page load times",status:"done",priority:"high",type:"task",points:13,epicId:"4",sprintId:"1",assignee:"Tom Wilson",createdAt:new Date("2024-01-13")}],Bi=[...St,{id:"8",name:"Add search functionality",description:"Implement search across all dashboard widgets",status:"todo",priority:"medium",type:"story",points:8,epicId:"2",sprintId:"2",assignee:"Chris Lee",createdAt:new Date("2024-01-20")},{id:"9",name:"Fix mobile responsive issues",description:"Resolve layout problems on mobile devices",status:"in-progress",priority:"high",type:"bug",points:5,epicId:"3",sprintId:"2",assignee:"Taylor Swift",createdAt:new Date("2024-01-21")},{id:"10",name:"Implement dark mode",description:"Add dark theme support across the application",status:"review",priority:"low",type:"story",points:13,epicId:"2",sprintId:"2",assignee:"Jordan Smith",createdAt:new Date("2024-01-22")},{id:"11",name:"API rate limiting",description:"Implement rate limiting for API endpoints",status:"done",priority:"high",type:"task",points:8,epicId:"4",sprintId:"1",assignee:"Morgan Davis",createdAt:new Date("2024-01-12")},{id:"12",name:"User onboarding flow",description:"Create guided tour for new users",status:"todo",priority:"medium",type:"story",points:21,epicId:"1",sprintId:"2",assignee:"Casey Johnson",createdAt:new Date("2024-01-23")}],Li=[...Rt,{id:"4",name:"Analytics Platform",description:"Business intelligence and reporting system",isSelected:!1},{id:"5",name:"API Gateway",description:"Microservices API management layer",isSelected:!1}],Dt={projects:[{id:"1",name:"Empty Project",description:"A project with no tasks",isSelected:!0}],epics:[],sprints:[{id:"all-tasks",name:"All Tasks",description:"View all tasks across all sprints",startDate:new Date("2024-01-01"),endDate:new Date("2024-12-31"),isActive:!1,isSelected:!0}],tasks:[]},ja={epics:[{id:"1",name:"User Authentication",color:"bg-blue-500",description:"Implement secure user authentication system",confidence:"high",phase:2,startDate:new Date("2024-01-01"),endDate:new Date("2024-02-15"),progress:75,isSelected:!0}],tasks:St.filter(e=>e.epicId==="1")};var Tr={empty:{initialProjects:Dt.projects,initialEpics:Dt.epics,initialSprints:Dt.sprints,initialTasks:Dt.tasks},default:{initialProjects:Rt,initialEpics:Kt,initialSprints:Pt,initialTasks:St},highDensity:{initialProjects:Rt,initialEpics:Kt,initialSprints:Pt,initialTasks:Bi},singleEpic:{initialProjects:Rt,initialEpics:ja.epics,initialSprints:Pt,initialTasks:ja.tasks},multipleProjects:{initialProjects:Li,initialEpics:Kt,initialSprints:Pt,initialTasks:St}},Tt=[{id:"1",type:"human",name:"Sarah Johnson",email:"sarah.johnson@company.com",role:"Senior Designer",department:"Design",status:"active",joinedDate:new Date("2023-01-15"),lastActive:new Date,phone:"+1 (555) 123-4567",location:"San Francisco, CA",timezone:"PST",skills:["UI/UX Design","Figma","Adobe Creative Suite","Prototyping","User Research"],bio:"Passionate designer with 8+ years of experience creating user-centered digital experiences."},{id:"2",type:"digital",name:"CodeAssist Pro",status:"active",joinedDate:new Date("2024-01-01"),lastActive:new Date,jobDescription:"AI-powered coding assistant that helps with code review, debugging, and documentation generation.",workInstructions:"Review pull requests for code quality and best practices. Generate comprehensive documentation for new features. Assist with debugging complex issues. Provide code suggestions and optimizations.",capabilities:["Code Review","Documentation Generation","Debugging","Code Optimization","Testing"],knowledge:["JavaScript","TypeScript","React","Node.js","Python","Git"].map(ke),coreKnowledge:["Company coding standards","Architecture patterns","Security guidelines"].map(ke),version:"2",lastUpdated:new Date("2024-01-15"),isActive:!0},{id:"3",type:"human",name:"Michael Chen",email:"michael.chen@company.com",role:"Product Manager",department:"Product",status:"inactive",joinedDate:new Date("2022-08-20"),lastActive:new Date(Date.now()-2*60*60*1e3),phone:"+1 (555) 987-6543",location:"New York, NY",timezone:"EST",skills:["Product Strategy","Agile","Data Analysis","User Stories","Roadmapping"],bio:"Strategic product manager focused on driving user engagement and business growth."},{id:"4",type:"digital",name:"MarketingBot",status:"active",joinedDate:new Date("2024-02-01"),lastActive:new Date,jobDescription:"Specialized AI assistant for marketing campaigns, content creation, and social media management.",workInstructions:"Create engaging social media content. Analyze campaign performance metrics. Generate marketing copy and headlines. Schedule and manage social media posts.",capabilities:["Content Creation","Social Media Management","Analytics","SEO Optimization","Campaign Management"],knowledge:["Digital Marketing","Social Media Platforms","Content Strategy","Analytics Tools"].map(ke),coreKnowledge:["Brand guidelines","Target audience personas","Marketing objectives"].map(ke),version:"52",lastUpdated:new Date("2024-02-10"),isActive:!0},{id:"5",type:"human",name:"Emily Rodriguez",email:"emily.rodriguez@company.com",role:"UX Researcher",department:"Design",status:"inactive",joinedDate:new Date("2023-06-10"),lastActive:new Date(Date.now()-7*24*60*60*1e3),phone:"+1 (555) 456-7890",location:"Austin, TX",timezone:"CST",skills:["User Research","Usability Testing","Data Analysis","Survey Design","Interview Techniques"],bio:"User researcher dedicated to understanding user needs and improving product experiences."},{id:"6",type:"digital",name:"DataAnalyzer Pro",status:"active",joinedDate:new Date("2024-01-10"),lastActive:new Date,jobDescription:"Advanced AI assistant specializing in data analysis, reporting, and business intelligence.",workInstructions:"Analyze complex datasets, generate insightful reports, create data visualizations, and provide actionable business recommendations.",capabilities:["Data Analysis","Report Generation","Data Visualization","Business Intelligence","Statistical Analysis"],knowledge:["Python","SQL","Tableau","Excel","R","Statistics"].map(ke),coreKnowledge:["Company data sources","KPI definitions","Reporting standards"].map(ke),version:"3.1",lastUpdated:new Date("2024-02-20"),isActive:!0},{id:"7",type:"digital",name:"ProjectManager AI",status:"active",joinedDate:new Date("2024-01-05"),lastActive:new Date,jobDescription:"Intelligent project management assistant that helps coordinate tasks, track progress, and manage timelines.",workInstructions:"Coordinate project activities, track milestones, manage resource allocation, and provide project status updates.",capabilities:["Project Planning","Task Coordination","Timeline Management","Resource Allocation","Progress Tracking"],knowledge:["Agile","Scrum","Gantt Charts","Risk Management","Stakeholder Management"].map(ke),coreKnowledge:["Company project templates","Resource availability","Project methodologies"].map(ke),version:"2.5",lastUpdated:new Date("2024-02-15"),isActive:!0},{id:"8",type:"digital",name:"CustomerSupport Bot",status:"active",joinedDate:new Date("2024-02-01"),lastActive:new Date,jobDescription:"AI-powered customer support assistant that handles inquiries, resolves issues, and escalates complex problems.",workInstructions:"Respond to customer inquiries, troubleshoot common issues, provide product information, and escalate complex cases to human agents.",capabilities:["Customer Support","Issue Resolution","Product Knowledge","Escalation Management","Chat Support"],knowledge:["Product Documentation","FAQ","Troubleshooting Guides","Customer Service Best Practices"].map(ke),coreKnowledge:["Product catalog","Support processes","Escalation procedures"].map(ke),version:"1.8",lastUpdated:new Date("2024-02-25"),isActive:!0}],Sr=[{id:"1",title:"Review quarterly report",description:"Go through Q4 performance metrics and prepare summary for the team meeting",dueDate:new Date(2024,2,15),dueTime:"14:30",colleague:Tt.find(e=>e.id==="2"&&e.type==="digital"),isCompleted:!1,isRecurring:!1,priority:"high",reminderEnabled:!0,reminderMinutes:30,createdAt:new Date(2024,2,10),tags:["quarterly","review","urgent"]},{id:"2",title:"Weekly team standup",description:"Join the weekly team synchronization meeting",dueDate:new Date(2024,2,18),dueTime:"10:00",colleague:Tt.find(e=>e.id==="4"&&e.type==="digital"),isCompleted:!1,isRecurring:!0,recurrencePattern:"weekly",recurrenceInterval:1,priority:"medium",reminderEnabled:!0,reminderMinutes:15,createdAt:new Date(2024,2,11),tags:["meeting","standup","weekly"]},{id:"3",title:"Deploy to production",description:"Deploy the latest version to production environment",dueDate:new Date,dueTime:"16:00",colleague:Tt.find(e=>e.id==="2"&&e.type==="digital"),isCompleted:!1,isRecurring:!1,priority:"high",reminderEnabled:!0,reminderMinutes:60,createdAt:new Date,tags:["deploy","production","urgent"]}];var Ar=Tt.filter(e=>e.type==="digital");function Wa(e,t){let[a,o]=(0,at.useState)(()=>{if(typeof window>"u")return t;try{let i=window.localStorage.getItem(e);return i?JSON.parse(i):t}catch{return t}}),s=i=>{try{o(i),typeof window<"u"&&window.localStorage.setItem(e,JSON.stringify(i))}catch{}};return(0,at.useEffect)(()=>{s(a)},[]),[a,s]}function Qt({items:e,isOpen:t,isMobile:a=!1,onClose:o,currentBusinessUnit:s=Ha[0],onBusinessUnitChange:i,onSearch:l,className:n,logo:p="/headerlogo.png",appName:u="Nuvia",tagline:w="Collaboration Platform"}){let[f,v]=It.useState({}),[T,I]=Wa("sidebar-favorites",{}),[R,x]=It.useState(null),[P,_]=It.useState(""),C=d=>{v(B=>({...B,[d]:!B[d]}))},L=d=>{i?.(d)},Y=()=>{P.trim()&&l?.(P.trim())},Z=d=>{d.key==="Enter"&&(d.preventDefault(),Y())},ee=(d,B)=>{let E=T[d]||[],$=E.includes(B)?E.filter(m=>m!==B):E.concat(B);I({...T,[d]:$})},X=d=>{if(!d.items||!d.maxItems||d.items.length<=d.maxItems)return d.items||[];let B=T[d.id]||[],E=d.items.filter(m=>B.includes(m.id)),$=d.items.filter(m=>!B.includes(m.id));return[...E,...$].slice(0,d.maxItems)},G=d=>d.maxItems&&d.items&&d.items.length>d.maxItems,oe=e,le=d=>{let B=G(d),E=X(d),$=(0,Ta.jsxs)(Ta.Fragment,{children:[(0,Ta.jsxs)("div",{className:"flex items-center gap-3",children:[d.icon,(0,Ta.jsx)("span",{children:d.title})]}),d.badge&&(0,Ta.jsx)(me,{variant:"outline",className:"ml-auto rounded-full px-2 py-0.5 text-xs",children:d.badge}),d.items&&(0,Ta.jsx)(Eo.ChevronDown,{className:c("ml-2 Ta-4 w-4 transition-transform",f[d.title]?"rotate-180":"")})]}),m=c("flex w-full items-center justify-between rounded-2xl px-3 py-2 text-sm font-medium",d.isActive?"bg-primary/10 text-primary":"hover:bg-muted");return d.url?(0,Ta.jsx)(Jt.default,{href:d.url,className:m,onClick:a?o:void 0,children:$}):(0,Ta.jsx)("button",{className:m,onClick:()=>d.items&&C(d.title),children:$})},M=()=>{let d=e.find(E=>E.id===R);if(!d||!d.items||!d.maxItems)return null;let B=T[d.id]||[];return(0,Ta.jsx)(za,{open:!!R,onOpenChange:E=>!E&&x(null),children:(0,Ta.jsxs)(Gt,{className:"sm:max-w-md",children:[(0,Ta.jsxs)(Vt,{children:[(0,Ta.jsxs)($t,{children:["Manage ",d.title," Favorites"]}),(0,Ta.jsxs)("p",{className:"text-sm text-muted-foreground",children:["Select up to ",d.maxItems," items to show in ",d.title.toLowerCase(),"."]})]}),(0,Ta.jsx)(Ne,{className:"max-Ta-96 pr-4",children:(0,Ta.jsx)("div",{className:"space-y-4",children:d.items.map(E=>(0,Ta.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,Ta.jsx)(qt,{id:E.id,checked:B.includes(E.id),onCheckedChange:()=>ee(d.id,E.id),disabled:!B.includes(E.id)&&B.length>=(d.maxItems||0)}),(0,Ta.jsxs)("label",{htmlFor:E.id,className:"flex items-center gap-2 text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70 cursor-pointer flex-1",children:[E.title,E.badge&&(0,Ta.jsx)(me,{variant:"outline",className:"text-xs",children:E.badge})]})]},E.id))})})]})})},Se=(0,Ta.jsxs)("div",{className:"flex Ta-full flex-col bg-background",children:[(0,Ta.jsxs)("div",{className:"flex items-center justify-between p-4",children:[(0,Ta.jsxs)("div",{className:"flex items-center gap-3",children:[(0,Ta.jsx)("div",{className:"flex Ta-14 w-14 items-center justify-center",children:(0,Ta.jsx)("img",{src:p,alt:"Header Logo",className:"Ta-14 w-14 object-contain"})}),(0,Ta.jsxs)("div",{children:[(0,Ta.jsx)("h2",{className:"font-semibold",children:u}),(0,Ta.jsx)("p",{className:"text-xs text-muted-foreground",children:w})]})]}),a&&(0,Ta.jsx)(A,{variant:"ghost",size:"icon",onClick:o,children:(0,Ta.jsx)(Eo.X,{className:"Ta-5 w-5"})})]}),(0,Ta.jsx)("div",{className:"px-3 py-2",children:(0,Ta.jsxs)("div",{className:"relative",children:[(0,Ta.jsx)(Eo.Search,{className:"absolute left-3 top-3 Ta-4 w-4 text-muted-foreground"}),(0,Ta.jsx)(ft,{type:"search",placeholder:"Search...",className:"w-full rounded-2xl bg-muted pl-9 pr-4 py-2",value:P,onChange:d=>_(d.target.value),onKeyPress:Z})]})}),(0,Ta.jsx)(Ne,{className:"flex-1 px-3 py-2",children:(0,Ta.jsx)("div",{className:"space-y-1",children:oe.map(d=>(0,Ta.jsxs)("div",{className:"mb-1",children:[le(d),d.items&&f[d.title]&&(0,Ta.jsxs)("div",{className:"mt-1 ml-6 space-y-1 border-l pl-3",children:[X(d).map(B=>(0,Ta.jsxs)(Jt.default,{href:B.url,className:"flex items-center justify-between rounded-2xl px-3 py-2 text-sm hover:bg-muted",onClick:a?o:void 0,children:[B.title,B.badge&&(0,Ta.jsx)(me,{variant:"outline",className:"ml-auto rounded-full px-2 py-0.5 text-xs",children:B.badge})]},B.id)),G(d)&&d.items&&d.items.length>X(d).length&&(0,Ta.jsxs)("button",{onClick:()=>x(d.id),className:"w-full px-3 py-2 text-xs text-muted-foreground hover:text-foreground hover:bg-muted rounded-2xl transition-colors text-left",children:["...",d.items.length-X(d).length," more available"]})]})]},d.id))})}),(0,Ta.jsx)("div",{className:"p-3",children:(0,Ta.jsx)("div",{className:"space-y-1",children:(0,Ta.jsxs)("button",{className:"flex w-full items-center gap-3 rounded-2xl px-3 py-2 text-sm font-medium hover:bg-muted",children:[(0,Ta.jsx)(Eo.Settings,{className:"Ta-5 w-5"}),(0,Ta.jsx)("span",{children:"Settings"})]})})}),(0,Ta.jsx)(M,{})]});return a?(0,Ta.jsx)("div",{className:c("fixed inset-y-0 left-0 Eo-50 w-64 transform bg-background transition-transform duration-300 ease-in-out",t?"translate-x-0":"-translate-x-full",n),children:Se}):(0,Ta.jsx)("div",{className:c("fixed inset-y-0 left-0 Eo-30 w-64 transform bg-background transition-transform duration-300 ease-in-out",t?"translate-x-0":"-translate-x-full",n),children:Se})}var Mt=W(require("react")),Me=W(require("@radix-ui/react-avatar"));var $e=Mt.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)(Me.Root,{ref:a,className:c("relative flex Ta-10 w-10 shrink-0 overflow-hidden rounded-full",e),...t}));$e.displayName=Me.Root.displayName;var Xt=Mt.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)(Me.Image,{ref:a,className:c("aspect-square Ta-full w-full",e),...t}));Xt.displayName=Me.Image.displayName;var qe=Mt.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)(Me.Fallback,{ref:a,className:c("flex Ta-full w-full items-center justify-center rounded-full bg-muted",e),...t}));qe.displayName=Me.Fallback.displayName;var Ga=W(require("react")),ye=W(require("@radix-ui/react-tooltip"));var rt=ye.Provider,nt=ye.Root,st=ye.Trigger,Ke=Ga.forwardRef(({className:e,sideOffset:t=4,...a},o)=>(0,Ta.jsx)(ye.Portal,{children:(0,Ta.jsx)(ye.Content,{ref:o,sideOffset:t,className:c("Eo-50 overflow-hidden rounded-md bg-primary px-3 py-1.5 text-xs text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...a})}));Ke.displayName=ye.Content.displayName;var Va=require("next-themes");function $a(){let{setTheme:e,theme:t}=(0,Va.useTheme)();return(0,Ta.jsx)(rt,{children:(0,Ta.jsxs)(nt,{children:[(0,Ta.jsx)(st,{asChild:!0,children:(0,Ta.jsxs)(A,{variant:"ghost",size:"icon",className:"rounded-2xl",onClick:()=>e(t==="light"?"dark":"light"),children:[(0,Ta.jsx)(Eo.Sun,{className:"Ta-5 w-5 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0"}),(0,Ta.jsx)(Eo.Moon,{className:"absolute Ta-5 w-5 rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100"}),(0,Ta.jsx)("span",{className:"sr-only",children:"Toggle theme"})]})}),(0,Ta.jsx)(Ke,{children:"Toggle theme"})]})})}function qa({notifications:e,open:t,onClose:a,onNotificationRemove:o,onRemoveAll:s,className:i}){let l=e.filter(u=>!u.read),n=l.length,p=u=>{switch(u){case"info":return(0,Ta.jsx)(Eo.Info,{className:"Ta-5 w-5 text-blue-500"});case"success":return(0,Ta.jsx)(Eo.Check,{className:"Ta-5 w-5 text-green-500"});case"warning":return(0,Ta.jsx)(Eo.AlertTriangle,{className:"Ta-5 w-5 text-amber-500"});case"error":return(0,Ta.jsx)(Eo.AlertTriangle,{className:"Ta-5 w-5 text-red-500"})}};return(0,Ta.jsx)(_t.AnimatePresence,{children:t&&(0,Ta.jsxs)(Ta.Fragment,{children:[(0,Ta.jsx)(_t.motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"fixed inset-0 Eo-40 bg-black/20 backdrop-blur-sm md:hidden",onClick:a}),(0,Ta.jsx)(_t.motion.div,{initial:{x:"100%"},animate:{x:0},exit:{x:"100%"},transition:{type:"spring",damping:20,stiffness:300},className:c("fixed inset-y-0 right-0 Eo-50 w-full max-w-sm border-l bg-background shadow-lg md:w-96",i),children:(0,Ta.jsxs)("div",{className:"flex Ta-full flex-col",children:[(0,Ta.jsxs)("div",{className:"flex items-center justify-between border-Ta p-4",children:[(0,Ta.jsxs)("div",{className:"flex items-center gap-2",children:[(0,Ta.jsx)(Eo.Bell,{className:"Ta-5 w-5"}),(0,Ta.jsx)("h2",{className:"text-lg font-semibold",children:"Notifications"}),n>0&&(0,Ta.jsxs)(me,{variant:"secondary",className:"rounded-full px-2 py-0.5",children:[n," new"]})]}),(0,Ta.jsxs)(A,{variant:"ghost",size:"icon",onClick:a,className:"rounded-full",children:[(0,Ta.jsx)(Eo.X,{className:"Ta-5 w-5"}),(0,Ta.jsx)("span",{className:"sr-only",children:"Close"})]})]}),n>0&&(0,Ta.jsxs)("div",{className:"flex items-center justify-between border-Ta p-2",children:[(0,Ta.jsxs)("span",{className:"text-sm text-muted-foreground",children:[n," unread notification",n!==1?"s":""]}),(0,Ta.jsx)(A,{variant:"ghost",size:"sm",onClick:s,className:"text-sm",children:"Dismiss all"})]}),l.length>0?(0,Ta.jsx)(Ne,{className:"flex-1",children:(0,Ta.jsx)("div",{className:"divide-y",children:l.map(u=>(0,Ta.jsxs)("div",{className:c("flex gap-3 p-4 transition-colors bg-muted/50"),children:[(0,Ta.jsx)("div",{className:"flex Ta-10 w-10 flex-shrink-0 items-center justify-center rounded-full bg-muted",children:p(u.type)}),(0,Ta.jsxs)("div",{className:"flex-1 space-y-1",children:[(0,Ta.jsxs)("div",{className:"flex items-center justify-between",children:[(0,Ta.jsx)("p",{className:"font-medium",children:u.title}),(0,Ta.jsxs)("div",{className:"flex items-center gap-2",children:[(0,Ta.jsx)("p",{className:"text-xs text-muted-foreground",children:u.time}),(0,Ta.jsx)(A,{variant:"ghost",size:"sm",className:"Ta-6 w-6 p-0",onClick:()=>o?.(u.id),title:"Dismiss",children:(0,Ta.jsx)(Eo.Check,{className:"Ta-3 w-3"})})]})]}),(0,Ta.jsx)("p",{className:"text-sm text-muted-foreground",children:u.description}),u.actionLabel&&(0,Ta.jsxs)(A,{variant:"link",size:"sm",className:"Ta-auto p-0 text-sm",onClick:u.onAction,children:[u.actionLabel,(0,Ta.jsx)(Eo.ChevronRight,{className:"ml-1 Ta-3 w-3"})]})]})]},u.id))})}):(0,Ta.jsxs)("div",{className:"flex flex-1 flex-col items-center justify-center p-8 text-center",children:[(0,Ta.jsx)("div",{className:"flex Ta-16 w-16 items-center justify-center rounded-full bg-muted",children:(0,Ta.jsx)(Eo.Bell,{className:"Ta-8 w-8 text-muted-foreground"})}),(0,Ta.jsx)("h3",{className:"mt-4 text-lg font-medium",children:"No notifications"}),(0,Ta.jsx)("p",{className:"mt-2 text-sm text-muted-foreground",children:"When you receive notifications, they'll appear here."})]})]})})]})})}var Je=W(require("@radix-ui/react-tabs"));function Ka({className:e,...t}){return(0,Ta.jsx)(Je.Root,{"data-slot":"tabs",className:c("flex flex-col gap-2",e),...t})}function Ja({className:e,...t}){return(0,Ta.jsx)(Je.List,{"data-slot":"tabs-list",className:c("bg-muted text-muted-foreground inline-flex Ta-9 w-fit items-center justify-center rounded-lg p-[3px]",e),...t})}function Qa({className:e,...t}){return(0,Ta.jsx)(Je.Trigger,{"data-slot":"tabs-trigger",className:c("data-[state=active]:bg-accent data-[state=active]:text-accent-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring text-foreground inline-flex Ta-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...t})}var Ee=W(require("react")),D=W(require("@radix-ui/react-dropdown-menu")),lt=require("@radix-ui/react-icons");var Xa=D.Root,Ya=D.Trigger;var zi=Ee.forwardRef(({className:e,inset:t,children:a,...o},s)=>(0,Ta.jsxs)(D.SubTrigger,{ref:s,className:c("flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",t&&"pl-8",e),...o,children:[a,(0,Ta.jsx)(lt.ChevronRightIcon,{className:"ml-auto"})]}));zi.displayName=D.SubTrigger.displayName;var _i=Ee.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)(D.SubContent,{ref:a,className:c("Eo-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...t}));_i.displayName=D.SubContent.displayName;var Zt=Ee.forwardRef(({className:e,sideOffset:t=4,...a},o)=>(0,Ta.jsx)(D.Portal,{children:(0,Ta.jsx)(D.Content,{ref:o,sideOffset:t,className:c("Eo-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...a})}));Zt.displayName=D.Content.displayName;var ea=Ee.forwardRef(({className:e,inset:t,...a},o)=>(0,Ta.jsx)(D.Item,{ref:o,className:c("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0",t&&"pl-8",e),...a}));ea.displayName=D.Item.displayName;var Fi=Ee.forwardRef(({className:e,children:t,checked:a,...o},s)=>(0,Ta.jsxs)(D.CheckboxItem,{ref:s,className:c("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),checked:a,...o,children:[(0,Ta.jsx)("span",{className:"absolute left-2 flex Ta-3.5 w-3.5 items-center justify-center",children:(0,Ta.jsx)(D.ItemIndicator,{children:(0,Ta.jsx)(lt.CheckIcon,{className:"Ta-4 w-4"})})}),t]}));Fi.displayName=D.CheckboxItem.displayName;var Oi=Ee.forwardRef(({className:e,children:t,...a},o)=>(0,Ta.jsxs)(D.RadioItem,{ref:o,className:c("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...a,children:[(0,Ta.jsx)("span",{className:"absolute left-2 flex Ta-3.5 w-3.5 items-center justify-center",children:(0,Ta.jsx)(D.ItemIndicator,{children:(0,Ta.jsx)(lt.DotFilledIcon,{className:"Ta-4 w-4 fill-current"})})}),t]}));Oi.displayName=D.RadioItem.displayName;var ji=Ee.forwardRef(({className:e,inset:t,...a},o)=>(0,Ta.jsx)(D.Label,{ref:o,className:c("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...a}));ji.displayName=D.Label.displayName;var Hi=Ee.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)(D.Separator,{ref:a,className:c("-mx-1 my-1 Ta-px bg-muted",e),...t}));Hi.displayName=D.Separator.displayName;var Wi=({className:e,...t})=>(0,Ta.jsx)("span",{className:c("ml-auto text-xs tracking-widest opacity-60",e),...t});Wi.displayName="DropdownMenuShortcut";function eo({activeTab:e,onTabChange:t,tabOptions:a,className:o="",maxWidth:s="700px",gridCols:i=6}){let l=a.find(n=>n.value===e);return(0,Ta.jsxs)(_t.motion.div,{className:`flex-1 flex justify-center ${o}`,initial:{opacity:0,y:-20},animate:{opacity:1,y:0},transition:{duration:.3,ease:"easeOut"},children:[(0,Ta.jsx)("div",{className:"hidden lg:block",children:(0,Ta.jsx)(Ka,{value:e,onValueChange:t,children:(0,Ta.jsx)(Ja,{className:"grid w-full rounded-2xl p-0 Ta-10",style:{maxWidth:s,gridTemplateColumns:`repeat(${Math.min(i,a.length)}, minmax(0, 1fr))`},children:a.map(n=>(0,Ta.jsx)(_t.motion.div,{whileHover:{scale:1.1},whileTap:{scale:.98},transition:{type:"spring",stiffness:400,damping:17},className:"flex-1 px-2",children:(0,Ta.jsx)(Qa,{value:n.value,className:"w-full Ta-8 rounded-xl data-[state=active]:rounded-xl transition-all duration-200 hover:border hover:border-accent hover:bg-accent/10 px-4 py-2 text-sm font-medium",children:n.label})},n.value))})})}),(0,Ta.jsx)("div",{className:"lg:hidden",children:(0,Ta.jsxs)(Xa,{children:[(0,Ta.jsx)(Ya,{asChild:!0,children:(0,Ta.jsxs)(A,{variant:"outline",className:"rounded-2xl min-w-[140px] justify-between",children:[l?.label||"Select",(0,Ta.jsx)(Eo.ChevronDown,{className:"Ta-4 w-4 ml-2"})]})}),(0,Ta.jsx)(Zt,{align:"center",className:"w-[180px]",children:a.map(n=>(0,Ta.jsx)(ea,{onClick:()=>t?.(n.value),className:`cursor-pointer ${e===n.value?"bg-accent":""}`,children:n.label},n.value))})]})})]})}function to({title:e,notifications:t=[],onToggleSidebar:a,onToggleMobileMenu:o,sidebarOpen:s=!0,className:i,activeTab:l="assistant",onTabChange:n,showTabs:p=!0,tabOptions:u=[{value:"home",label:"Home"},{value:"chat",label:"Chat"},{value:"projects",label:"Projects"},{value:"colleagues",label:"Colleagues"},{value:"knowledge",label:"Knowledge"}],onActionClick:w,actionIcon:f=(0,Ta.jsx)(Eo.Bot,{className:"mr-2 Ta-4 w-4"}),actionText:v="Action",onNotificationRemove:T,onRemoveAll:I,logo:R="/headerlogo.png",appName:x="Nuvia",tagline:P="Collaboration Platform"}){let[_,C]=(0,at.useState)(!1),[L,Y]=(0,at.useState)(t),Z=L.filter(G=>!G.read).length,ee=G=>{Y(oe=>oe.filter(le=>le.id!==G)),T?.(G)},X=()=>{Y(G=>G.filter(oe=>oe.read)),I?.()};return(0,Ta.jsxs)(Ta.Fragment,{children:[(0,Ta.jsxs)("header",{className:`sticky top-0 Eo-10 flex Ta-16 items-center gap-3 pl-2 pr-4 backdrop-blur ${i||""}`,children:[(0,Ta.jsx)(A,{variant:"ghost",size:"icon",className:"md:hidden",onClick:o,children:(0,Ta.jsx)(Eo.Menu,{className:"Ta-5 w-5"})}),(0,Ta.jsx)(A,{variant:"ghost",size:"icon",className:"hidden md:flex",onClick:a,children:(0,Ta.jsx)(Eo.PanelLeft,{className:"Ta-5 w-5"})}),!s&&(0,Ta.jsxs)(_t.motion.div,{className:"flex items-center gap-3",initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{duration:.3},children:[(0,Ta.jsx)("div",{className:"flex Ta-10 w-10 items-center justify-center",children:(0,Ta.jsx)("img",{src:R,alt:"Logo",className:"Ta-10 w-10 object-contain"})}),(0,Ta.jsxs)("div",{children:[(0,Ta.jsx)("h2",{className:"font-semibold text-sm",children:x}),(0,Ta.jsx)("p",{className:"text-xs text-muted-foreground",children:P})]})]}),(0,Ta.jsxs)("div",{className:"flex flex-1 items-center",children:[p&&(0,Ta.jsx)(eo,{activeTab:l,onTabChange:n,tabOptions:u}),(0,Ta.jsxs)("div",{className:"flex items-center gap-3 ml-auto",children:[(0,Ta.jsx)(_t.motion.div,{className:"hidden md:flex gap-2",initial:{opacity:0,x:20},animate:{opacity:1,x:0},transition:{duration:.3,ease:"easeOut",delay:.1},children:(0,Ta.jsx)(_t.motion.div,{whileHover:{scale:1.05},whileTap:{scale:.95},transition:{type:"spring",stiffness:400,damping:17},children:(0,Ta.jsxs)(A,{className:"rounded-2xl transition-all duration-200 hover:shadow-md",onClick:w,children:[f,v]})})}),(0,Ta.jsx)($a,{}),(0,Ta.jsx)(rt,{children:(0,Ta.jsxs)(nt,{children:[(0,Ta.jsx)(st,{asChild:!0,children:(0,Ta.jsx)(_t.motion.div,{whileHover:{scale:1.05},whileTap:{scale:.95},transition:{type:"spring",stiffness:400,damping:17},children:(0,Ta.jsxs)(A,{variant:"ghost",size:"icon",className:"rounded-2xl relative transition-all duration-200",onClick:()=>C(!0),children:[(0,Ta.jsx)(_t.motion.div,{animate:Z>0?{rotate:[0,-10,10,-10,0]}:{},transition:{duration:.5,repeat:Z>0?1/0:0,repeatDelay:3},children:(0,Ta.jsx)(Eo.Bell,{className:"Ta-5 w-5"})}),Z>0&&(0,Ta.jsx)(_t.motion.span,{className:"absolute -right-1 -top-1 flex Ta-5 w-5 items-center justify-center rounded-full bg-red-500 text-xs text-white",initial:{scale:0},animate:{scale:1},transition:{type:"spring",stiffness:500,damping:15},children:Z})]})})}),(0,Ta.jsx)(Ke,{children:"Notifications"})]})}),(0,Ta.jsx)(_t.motion.div,{whileHover:{scale:1.05},whileTap:{scale:.95},transition:{type:"spring",stiffness:400,damping:17},children:(0,Ta.jsxs)($e,{className:"Ta-9 w-9 border-2 border-primary transition-all duration-200 hover:shadow-md cursor-pointer",children:[(0,Ta.jsx)(Xt,{src:"/placeholder.svg?height=40&width=40",alt:"User"}),(0,Ta.jsx)(qe,{})]})})]})]})]}),(0,Ta.jsx)(qa,{notifications:L,open:_,onClose:()=>C(!1),onNotificationRemove:ee,onRemoveAll:X})]})}var ao=[{id:"copilot",name:"Peronal Copilot",description:"Your personal AI assistant for all tasks",icon:(0,Ta.jsx)(Eo.User,{className:"Ta-4 w-4"}),color:"bg-orange-600",accentColor:"text-orange-600"}];function io({sidebarItems:e,children:t,title:a="Digital Colleagues",notifications:o=[],currentBusinessUnit:s=ao[0],onBusinessUnitChange:i,onSearch:l,businessUnits:n=ao,activeTab:p,onTabChange:u,showTabs:w=!1,onActionClick:f,actionIcon:v,actionText:T="Action",onNotificationRemove:I,onRemoveAll:R,logo:x="/headerlogo.png",appName:P="Nuvia",tagline:_="Collaboration Platform",sidebarInitiallyClosed:C=!1}){let[L,Y]=(0,at.useState)(!C),[Z,ee]=(0,at.useState)(!1),[X,G]=(0,at.useState)(s),oe=le=>{G(le),i?.(le)};return(0,Ta.jsxs)("div",{className:"flex Ta-full flex-col overflow-hidden rounded-xl bg-background w-[]",children:[Z&&(0,Ta.jsx)("div",{className:"fixed inset-0 Eo-40 bg-black/50 md:hidden",onClick:()=>ee(!1)}),(0,Ta.jsx)("div",{className:"md:hidden",children:(0,Ta.jsx)(Qt,{items:e,isOpen:Z,isMobile:!0,onClose:()=>ee(!1),currentBusinessUnit:X,onBusinessUnitChange:oe,onSearch:l,logo:x,appName:P,tagline:_})}),(0,Ta.jsx)("div",{className:"hidden md:block",children:(0,Ta.jsx)(Qt,{items:e,isOpen:L,isMobile:!1,currentBusinessUnit:X,onBusinessUnitChange:oe,onSearch:l,logo:x,appName:P,tagline:_})}),(0,Ta.jsxs)("div",{className:c("min-Ta-screen fixed w-full transition-all duration-300 ease-in-out",L?"md:pl-64":"md:pl-0"),children:[(0,Ta.jsx)(to,{title:a,notifications:o,onToggleSidebar:()=>Y(!L),onToggleMobileMenu:()=>ee(!0),sidebarOpen:L,activeTab:p,onTabChange:u,showTabs:w,onActionClick:f,actionIcon:v,actionText:T,onNotificationRemove:I,onRemoveAll:R,logo:x,appName:P,tagline:_}),(0,Ta.jsx)("main",{className:"flex-1 p-0 flex flex-col Ta-[calc(100vh-4rem)] overflow-hidden",children:t})]})]})}var Qe=W(require("react"));var he=Qe.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)("div",{ref:a,className:c("rounded-xl border bg-card text-card-foreground shadow",e),...t}));he.displayName="Card";var Ue=Qe.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)("div",{ref:a,className:c("flex flex-col space-y-1.5 p-6",e),...t}));Ue.displayName="CardHeader";var Be=Qe.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)("div",{ref:a,className:c("font-semibold leading-none tracking-tight",e),...t}));Be.displayName="CardTitle";var oa=Qe.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)("div",{ref:a,className:c("text-sm text-muted-foreground",e),...t}));oa.displayName="CardDescription";var De=Qe.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)("div",{ref:a,className:c("p-6 at-0",e),...t}));De.displayName="CardContent";var yt=Qe.forwardRef(({className:e,...t},a)=>(0,Ta.jsx)("div",{ref:a,className:c("flex items-center p-6 at-0",e),...t}));yt.displayName="CardFooter";function ro({sessions:e,currentSession:t,teams:a,onNewChat:o,onSessionSelect:s,onSessionEdit:i,onSessionDelete:l,className:n}){return(0,Ta.jsx)(rt,{children:(0,Ta.jsx)("div",{className:`space-y-4 Ta-full ${n||""}`,children:(0,Ta.jsxs)(he,{className:"shadow-sm Ta-full",children:[(0,Ta.jsx)("div",{className:"p-4 border-Ta",children:(0,Ta.jsxs)("div",{className:"flex items-center justify-between",children:[(0,Ta.jsxs)("h3",{className:"font-semibold text-sm flex items-center gap-2",children:[(0,Ta.jsx)(Eo.Clock,{className:"Ta-4 w-4"}),"Recent Chats"]}),(0,Ta.jsxs)(A,{onClick:o,size:"sm",className:"gap-1 Ta-7 px-2 rounded-lg shadow-sm",children:[(0,Ta.jsx)(Eo.Plus,{className:"Ta-3 w-3"}),"New"]})]})}),(0,Ta.jsx)(Ne,{className:"Ta-[600px]",children:(0,Ta.jsx)("div",{className:"p-2",children:e.length===0?(0,Ta.jsx)("div",{className:"p-4 text-center text-sm text-muted-foreground",children:"No chat sessions yet"}):e.map(p=>(0,Ta.jsxs)(nt,{children:[(0,Ta.jsx)(st,{asChild:!0,children:(0,Ta.jsx)("div",{className:c("group relative p-3 rounded-xl cursor-pointer transition-all hover:bg-muted/50 mb-2",t?.id===p.id&&"bg-muted border"),onClick:()=>s(p),children:(0,Ta.jsxs)("div",{className:"grid grid-cols-[1fr_auto] gap-2 items-start",children:[(0,Ta.jsxs)("div",{className:"min-w-0 overflow-hidden",children:[(0,Ta.jsx)("h4",{className:"font-medium text-sm truncate mb-1",children:p.title}),(0,Ta.jsx)("p",{className:"text-xs text-muted-foreground line-clamp-2",children:p.lastMessage})]}),(0,Ta.jsxs)("div",{className:"flex items-start gap-1 at-0.5",children:[i&&(0,Ta.jsx)(A,{variant:"ghost",size:"icon",className:"Ta-6 w-6 rounded opacity-30 group-hover:opacity-100 transition-opacity",onClick:u=>{u.stopPropagation(),i(p.id)},children:(0,Ta.jsx)(Eo.Edit3,{className:"Ta-3 w-3"})}),l&&(0,Ta.jsx)(A,{variant:"ghost",size:"icon",className:"Ta-6 w-6 rounded text-destructive hover:text-destructive opacity-30 group-hover:opacity-100 transition-opacity",onClick:u=>{u.stopPropagation(),l(p.id)},children:(0,Ta.jsx)(Eo.Trash2,{className:"Ta-3 w-3"})})]})]})})}),(0,Ta.jsx)(Ke,{side:"right",className:"max-w-xs",children:(0,Ta.jsxs)("div",{className:"space-y-1",children:[(0,Ta.jsx)("p",{className:"font-medium text-sm",children:p.title}),(0,Ta.jsx)("p",{className:"text-xs",children:p.lastMessage})]})})]},p.id))})})]})})})}var et=W(require("motion/react-client"));var no={primary:"bg-blue-500",secondary:"bg-gray-500",accent:"bg-purple-500",categories:["bg-green-500","bg-blue-500","bg-purple-500","bg-pink-500","bg-indigo-500","bg-orange-500"],lists:["bg-green-400","bg-blue-400","bg-purple-400","bg-pink-400","bg-indigo-400","bg-orange-400"],items:["bg-green-300","bg-blue-300","bg-purple-300","bg-pink-300","bg-indigo-300","bg-orange-300"]},Ye=[{id:"sales",name:"Sales",description:"Revenue and customer management",iconName:"DollarSign",color:"bg-green-600",type:"category",actions:[{id:"view-pipeline",label:"View Pipeline",description:"See all opportunities in pipeline",iconName:"BarChart",action:e=>console.log("View pipeline",e)},{id:"create-opportunity",label:"Create Opportunity",iconName:"Target",action:e=>console.log("Create opportunity",e)}],children:[{id:"customers",name:"Customers",description:"Customer accounts and contacts",iconName:"Users",color:"bg-blue-500",type:"list",actions:[{id:"add-customer",label:"Add Customer",iconName:"User",action:e=>console.log("Add customer",e)},{id:"export-customers",label:"Export List",iconName:"FileText",action:e=>console.log("Export customers",e)}],data:[{id:"acme-corp",title:"Acme Corp",subtitle:"Enterprise Customer",value:"$125K ARR",metadata:{industry:"Technology",employees:500,lastContact:"2024-01-15"}},{id:"beta-inc",title:"Beta Inc",subtitle:"Mid-market",value:"$45K ARR",metadata:{industry:"Healthcare",employees:150,lastContact:"2024-01-10"}},{id:"gamma-llc",title:"Gamma LLC",subtitle:"Small Business",value:"$15K ARR",metadata:{industry:"Manufacturing",employees:50,lastContact:"2024-01-08"}}]},{id:"opportunities",name:"Opportunities",description:"Sales opportunities and deals",iconName:"Target",color:"bg-yellow-500",type:"list",actions:[{id:"close-won",label:"Mark as Won",iconName:"CheckCircle",action:e=>console.log("Close won",e)},{id:"schedule-followup",label:"Schedule Follow-up",iconName:"Clock",action:e=>console.log("Schedule follow-up",e)}],data:[{id:"opp-1",title:"Acme Corp - Enterprise License",subtitle:"Closing Q1 2024",value:"$85K",metadata:{stage:"Negotiation",probability:80,closeDate:"2024-03-31"}},{id:"opp-2",title:"Beta Inc - Platform Upgrade",subtitle:"Closing Q2 2024",value:"$32K",metadata:{stage:"Proposal",probability:65,closeDate:"2024-06-15"}}]}]},{id:"marketing",name:"Marketing",description:"Marketing campaigns and analytics",iconName:"TrendingUp",color:"bg-pink-600",type:"category",actions:[{id:"view-analytics",label:"View Analytics",iconName:"BarChart",action:e=>console.log("View analytics",e)}],children:[{id:"campaigns",name:"Campaigns",description:"Marketing campaigns and performance",iconName:"TrendingUp",color:"bg-pink-500",type:"list",data:[{id:"campaign-1",title:"Q1 Product Launch",subtitle:"Active Campaign",value:"45% CTR",metadata:{budget:"$50K",spend:"$32K",leads:1250}},{id:"campaign-2",title:"Holiday Promotion",subtitle:"Completed",value:"38% CTR",metadata:{budget:"$25K",spend:"$24K",leads:890}}]}]},{id:"projects",name:"Projects",description:"Project management and tracking",iconName:"Briefcase",color:"bg-blue-600",type:"category",children:[{id:"active-projects",name:"Active Projects",description:"Currently active projects",iconName:"Activity",color:"bg-blue-500",type:"list",data:[{id:"project-1",title:"Website Redesign",subtitle:"In Progress",value:"75% Complete",metadata:{team:"Design",deadline:"2024-02-15",status:"On Track"}},{id:"project-2",title:"Mobile App Development",subtitle:"Planning",value:"25% Complete",metadata:{team:"Engineering",deadline:"2024-03-31",status:"On Track"}}]}]},{id:"engineering",name:"Engineering",description:"Development and technical operations",iconName:"Code",color:"bg-purple-600",type:"category",actions:[{id:"view-repos",label:"View Repositories",description:"See all code repositories",iconName:"Git",action:e=>console.log("View repositories",e)},{id:"create-task",label:"Create Task",iconName:"Plus",action:e=>console.log("Create task",e)}],children:[{id:"repositories",name:"Repositories",description:"Code repositories and projects",iconName:"GitBranch",color:"bg-purple-500",type:"list",actions:[{id:"create-repo",label:"Create Repository",iconName:"Plus",action:e=>console.log("Create repository",e)},{id:"view-commits",label:"View Commits",iconName:"Git",action:e=>console.log("View commits",e)}],data:[{id:"repo-1",title:"frontend-app",subtitle:"React Application",value:"Main Branch",metadata:{language:"TypeScript",commits:1247,contributors:8}},{id:"repo-2",title:"backend-api",subtitle:"Node.js API",value:"Main Branch",metadata:{language:"Node.js",commits:892,contributors:5}}]},{id:"tasks",name:"Tasks",description:"Development tasks and issues",iconName:"CheckSquare",color:"bg-blue-500",type:"list",actions:[{id:"create-task",label:"Create Task",iconName:"Plus",action:e=>console.log("Create task",e)},{id:"assign-task",label:"Assign Task",iconName:"UserPlus",action:e=>console.log("Assign task",e)}],data:[{id:"task-1",title:"Fix authentication bug",subtitle:"High Priority",value:"In Progress",metadata:{assignee:"John Doe",priority:"High",estimate:"4h"}},{id:"task-2",title:"Implement dark mode",subtitle:"Feature Request",value:"Todo",metadata:{assignee:"Jane Smith",priority:"Medium",estimate:"8h"}}]}]},{id:"design",name:"Design",description:"User experience and visual design",iconName:"Palette",color:"bg-pink-600",type:"category",actions:[{id:"view-designs",label:"View Designs",description:"See all design assets",iconName:"Image",action:e=>console.log("View designs",e)},{id:"create-mockup",label:"Create Mockup",iconName:"Plus",action:e=>console.log("Create mockup",e)}],children:[{id:"assets",name:"Assets",description:"Design assets and components",iconName:"Package",color:"bg-pink-500",type:"list",actions:[{id:"add-asset",label:"Add Asset",iconName:"Plus",action:e=>console.log("Add asset",e)},{id:"organize-assets",label:"Organize",iconName:"FolderOpen",action:e=>console.log("Organize assets",e)}],data:[{id:"asset-1",title:"Logo Variations",subtitle:"Brand Assets",value:"12 files",metadata:{format:"SVG",size:"2.4MB",updated:"2024-01-20"}},{id:"asset-2",title:"UI Components",subtitle:"Component Library",value:"45 components",metadata:{format:"Figma",size:"18.7MB",updated:"2024-01-22"}}]}]},{id:"product",name:"Product",description:"Product management and strategy",iconName:"Layers",color:"bg-indigo-600",type:"category",actions:[{id:"view-roadmap",label:"View Roadmap",description:"See product roadmap",iconName:"Map",action:e=>console.log("View roadmap",e)},{id:"create-feature",label:"Create Feature",iconName:"Plus",action:e=>console.log("Create feature",e)}],children:[{id:"features",name:"Features",description:"Product features and requirements",iconName:"Star",color:"bg-indigo-500",type:"list",actions:[{id:"add-feature",label:"Add Feature",iconName:"Plus",action:e=>console.log("Add feature",e)},{id:"prioritize-features",label:"Prioritize",iconName:"ArrowUp",action:e=>console.log("Prioritize features",e)}],data:[{id:"feature-1",title:"User Authentication",subtitle:"Security Feature",value:"In Development",metadata:{priority:"High",effort:"Large",impact:"High"}},{id:"feature-2",title:"Dark Mode",subtitle:"UI Enhancement",value:"Backlog",metadata:{priority:"Medium",effort:"Small",impact:"Medium"}}]}]}];function ia(e){let t=e.path[e.path.length-1];return t?.actions?t.actions:[]}function so({capabilities:e,isOpen:t,onToggle:a,onActionSelect:o,onContextChange:s,colorScheme:i=no,className:l}){let[n,p]=(0,at.useState)([]),[u,w]=(0,at.useState)([]),f=n[n.length-1],v=f?.children||e,T=(C,L)=>{switch(C.type){case"category":return i.categories[L%i.categories.length];case"list":return i.lists[L%i.lists.length];case"item":return i.items[L%i.items.length];default:return i.primary}},I=(0,at.useMemo)(()=>({path:n,selectedItems:u,filters:{}}),[n,u]);(0,at.useEffect)(()=>{s&&s(I)},[I,s]);let R=C=>{C.type==="category"||C.type==="list"?p([...n,C]):C.type==="item"&&w([...u,C])},x=()=>{p(n.slice(0,-1))},P=C=>{p(n.slice(0,C+1))},_=()=>f?.actions?f.actions:[];return t?(0,Ta.jsxs)("div",{className:c("w-full",l),children:[(0,Ta.jsxs)("div",{className:"flex items-center justify-between mb-3",children:[(0,Ta.jsxs)("div",{className:"flex items-center gap-2",children:[n.length>0&&(0,Ta.jsx)(_t.motion.button,{whileHover:{scale:1.1,transition:{duration:.3,ease:[.4,0,.2,1]}},whileTap:{scale:.9,transition:{duration:.15,ease:[.4,0,.2,1]}},onClick:x,className:c("group p-1 Ta-6 w-6 rounded-md backdrop-blur-sm","transition-all duration-300 ease-in-out","hover:bg-accent/50 hover:shadow-sm"),children:(0,Ta.jsx)(Eo.ChevronLeft,{className:c("Ta-3 w-3 transition-transform duration-300 ease-in-out","group-hover:-translate-x-0.5")})}),(0,Ta.jsx)("h4",{className:"font-medium text-sm",children:f?.name||"Capabilities"})]}),(0,Ta.jsx)(_t.motion.button,{whileHover:{scale:1.1,transition:{duration:.3,ease:[.4,0,.2,1]}},whileTap:{scale:.9,transition:{duration:.15,ease:[.4,0,.2,1]}},onClick:a,className:c("group p-1 Ta-6 w-6 rounded-md backdrop-blur-sm","transition-all duration-300 ease-in-out","hover:bg-accent/50 hover:shadow-sm"),children:(0,Ta.jsx)(Eo.X,{className:c("Ta-3 w-3 transition-transform duration-300 ease-in-out","group-hover:rotate-90")})})]}),n.length>0&&(0,Ta.jsxs)("div",{className:"flex items-center gap-1 mb-3 text-xs text-muted-foreground",children:[(0,Ta.jsx)(_t.motion.button,{whileHover:{scale:1.05,transition:{duration:.3,ease:[.4,0,.2,1]}},onClick:()=>p([]),className:c("group relative transition-colors duration-300 ease-in-out hover:text-accent"),children:(0,Ta.jsxs)("span",{className:"relative",children:["Capabilities",(0,Ta.jsx)("span",{className:"absolute -bottom-0.5 left-1/2 w-0 Ta-0.5 bg-accent transform -translate-x-1/2 transition-all duration-300 ease-in-out group-hover:w-full"})]})}),n.map((C,L)=>(0,Ta.jsxs)("div",{className:"flex items-center gap-1",children:[(0,Ta.jsx)(Eo.ChevronRight,{className:"Ta-2 w-2"}),(0,Ta.jsx)(_t.motion.button,{whileHover:{scale:1.05,transition:{duration:.3,ease:[.4,0,.2,1]}},onClick:()=>P(L),className:c("group relative transition-colors duration-300 ease-in-out hover:text-accent"),children:(0,Ta.jsxs)("span",{className:"relative",children:[C.name,(0,Ta.jsx)("span",{className:"absolute -bottom-0.5 left-1/2 w-0 Ta-0.5 bg-accent transform -translate-x-1/2 transition-all duration-300 ease-in-out group-hover:w-full"})]})})]},C.id))]}),(0,Ta.jsx)("div",{className:"max-Ta-40 overflow-y-auto",children:(0,Ta.jsx)(_t.AnimatePresence,{mode:"wait",children:(0,Ta.jsx)(_t.motion.div,{initial:{opacity:0,y:-4},animate:{opacity:1,y:0},exit:{opacity:0,y:4},transition:{duration:.2,ease:[.4,0,.2,1]},children:f?.type==="list"&&f.data?(0,Ta.jsx)($i,{data:f.data,onItemSelect:C=>w([...u,C]),colorScheme:i}):(0,Ta.jsx)(Gi,{capabilities:v,onSelect:R,colorScheme:i})},f?.id||"root")})})]}):(0,Ta.jsxs)(A,{onClick:a,size:"sm",variant:"outline",className:"rounded-full",children:[(0,Ta.jsx)(Eo.Menu,{className:"Ta-4 w-4"}),(0,Ta.jsx)("span",{className:"ml-2",children:"Capabilities"})]})}function Gi({capabilities:e,onSelect:t,colorScheme:a}){return(0,Ta.jsx)("div",{className:"flex flex-wrap gap-2",children:e.map((o,s)=>(0,Ta.jsx)(Vi,{capability:o,onClick:()=>t(o),color:a.categories[s%a.categories.length]},o.id))})}function Vi({capability:e,onClick:t,selected:a,color:o}){return(0,Ta.jsxs)(_t.motion.button,{whileHover:{scale:1.02,transition:{duration:.3,ease:[.4,0,.2,1]}},whileTap:{scale:.95,transition:{duration:.15,ease:[.4,0,.2,1]}},className:c("group relative inline-flex items-center gap-2 px-3 py-2 rounded-lg border cursor-pointer","bg-background text-left text-sm font-medium backdrop-blur-sm","transition-all duration-300 ease-in-out","hover:bg-accent/50 hover:border-accent/50 hover:shadow-sm",a&&"border-primary bg-accent scale-105"),onClick:t,children:[(0,Ta.jsx)("div",{className:c("w-2 Ta-2 rounded-full flex-shrink-0 transition-transform duration-300 ease-in-out","group-hover:scale-125",o)}),(0,Ta.jsxs)("span",{className:"truncate relative",children:[e.name,(0,Ta.jsx)("span",{className:"absolute -bottom-0.5 left-1/2 w-0 Ta-0.5 bg-accent transform -translate-x-1/2 transition-all duration-300 ease-in-out group-hover:w-full"})]}),(e.children||e.data)&&(0,Ta.jsx)(Eo.ChevronRight,{className:c("Ta-3 w-3 text-muted-foreground flex-shrink-0","transition-transform duration-300 ease-in-out group-hover:translate-x-0.5")}),e.type==="list"&&e.data&&(0,Ta.jsx)(me,{variant:"secondary",className:c("text-xs Ta-5 px-1.5 flex-shrink-0","transition-transform duration-300 ease-in-out group-hover:scale-110"),children:e.data.length})]})}function $i({data:e,onItemSelect:t,colorScheme:a}){return(0,Ta.jsx)("div",{className:"flex flex-wrap gap-2",children:e.map((o,s)=>(0,Ta.jsxs)(_t.motion.button,{whileHover:{scale:1.02,transition:{duration:.3,ease:[.4,0,.2,1]}},whileTap:{scale:.95,transition:{duration:.15,ease:[.4,0,.2,1]}},className:c("group relative inline-flex items-center gap-2 px-3 py-2 rounded-lg border cursor-pointer","bg-background text-left text-sm font-medium backdrop-blur-sm","transition-all duration-300 ease-in-out","hover:bg-accent/50 hover:border-accent/50 hover:shadow-sm"),onClick:()=>t(o),children:[(0,Ta.jsx)("div",{className:c("w-2 Ta-2 rounded-full flex-shrink-0 transition-transform duration-300 ease-in-out","group-hover:scale-125",a.items[s%a.items.length])}),(0,Ta.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,Ta.jsxs)("span",{className:"truncate relative font-medium",children:[o.title,(0,Ta.jsx)("span",{className:"absolute -bottom-0.5 left-1/2 w-0 Ta-0.5 bg-accent transform -translate-x-1/2 transition-all duration-300 ease-in-out group-hover:w-full"})]}),o.subtitle&&(0,Ta.jsx)("div",{className:c("text-xs text-muted-foreground truncate","transition-colors duration-300 ease-in-out group-hover:text-accent/80"),children:o.subtitle})]}),o.value&&(0,Ta.jsx)(me,{variant:"secondary",className:c("text-xs Ta-5 px-1.5 flex-shrink-0 ml-2","transition-transform duration-300 ease-in-out group-hover:scale-110"),children:o.value})]},o.id))})}var po=require("date-fns");function lo({taskId:e,polling:t=!0,system:a="payload"}){let[o,s]=(0,at.useState)(null),[i,l]=(0,at.useState)(!1),[n,p]=(0,at.useState)(null),u=async(f=!0)=>{if(e){f&&l(!0);try{let v=await fetch(`/api/tasks/${e}`);if(!v.ok)throw new Error(`Failed to fetch task: ${v.statusText}`);let T=await v.json();s(T)}catch(v){console.error("Error fetching task:",v),p(v instanceof Error?v:new Error("Unknown error occurred"))}finally{f&&l(!1)}}},w=()=>u(!1);return(0,at.useEffect)(()=>{e&&u(!0);let f=null;return e&&t&&(f=setInterval(w,5e3)),()=>{f&&clearInterval(f)}},[e,t]),{task:o,loading:i,error:n}}var qi=e=>{switch(e){case"backlog":return"bg-gray-200 text-gray-800";case"todo":return"bg-blue-200 text-blue-800";case"inProgress":return"bg-yellow-200 text-yellow-800";case"done":return"bg-green-200 text-green-800";case"cancelled":return"bg-red-200 text-red-800";default:return"bg-gray-200 text-gray-800"}},Ki=e=>{switch(e){case"inProgress":return"In Progress";default:return e.charAt(0).toUpperCase()+e.slice(1)}};function mo({data:e}){let{id:t,system:a,fetchLatest:o,taskData:s,error:i}=e||{};if(!t)return null;let l=null,n=!0,p=i,u=o!==void 0?o:!0;if(l=s||{id:t,name:"Loading...",description:"",status:"todo",dateLogged:new Date().toISOString(),project:void 0},console.log("ChatCardTask",{data:e,id:t,initialFetchLatest:o,system:a,fetchLatest:u,taskData:l,error:p}),u){let{task:T,loading:I,error:R}=lo({taskId:t,system:a});l=T,n=I,p=R}else n=!1;let w=qi(l?.status||"todo"),f=Ki(l?.status||"todo"),v=l?.dateLogged||new Date().toISOString();try{let T=new Date(l?.dateLogged||"");isNaN(T.getTime())||(v=(0,po.formatDistanceToNow)(T,{addSuffix:!0}))}catch{}return(0,Ta.jsxs)(he,{className:c("w-full max-w-md shadow-md",p&&"border border-destructive"),children:[(0,Ta.jsxs)(Ue,{className:"pb-2",children:[(0,Ta.jsxs)("div",{className:"flex justify-between items-start",children:[(0,Ta.jsx)(Be,{className:"text-lg font-semibold",children:n?"Loading...":l?.name||"Task"}),(0,Ta.jsx)(me,{className:`${w}`,children:f})]}),l?.project&&(0,Ta.jsxs)(oa,{className:"text-sm text-gray-500",children:["Project: ",l.project.name]})]}),(0,Ta.jsx)(De,{className:"pb-2",children:n?(0,Ta.jsx)("div",{className:"animate-pulse Ta-4 bg-gray-200 rounded w-3/4 mb-2"}):p?(0,Ta.jsx)("p",{className:"text-sm text-red-500",children:"Error loading task details"}):(0,Ta.jsx)("p",{className:"text-sm text-foreground",children:l?.description||"......."})}),(0,Ta.jsx)(yt,{className:"at-2 flex items-center justify-between",children:(0,Ta.jsxs)("div",{className:"flex items-center text-xs text-gray-500",children:[(0,Ta.jsx)(Eo.Clock,{className:"Ta-3 w-3 mr-1"}),(0,Ta.jsxs)("span",{children:["Created ",v]}),(0,Ta.jsx)("span",{className:"mx-2",children:"\u2022"}),(0,Ta.jsxs)("span",{children:["Task #",t]})]})})]})}function fo({artefact:e,taskId:t,taskData:a,loading:o=!1,error:s=null}){let i=a||{id:t,name:"Loading...",description:"",status:"done",dateLogged:new Date().toISOString(),project:{id:-1,name:""}},l=i.dateLogged;try{let n=new Date(i.dateLogged);isNaN(n.getTime())||(l=(0,po.formatDistanceToNow)(n,{addSuffix:!0}))}catch{}return(0,Ta.jsxs)(he,{className:"w-full max-w-md shadow-md",children:[(0,Ta.jsx)(Ue,{className:"pb-2",children:(0,Ta.jsx)("div",{className:"flex justify-between items-start",children:(0,Ta.jsx)(Be,{className:"text-lg font-semibold",children:o?"Loading...":i.name})})}),(0,Ta.jsx)(De,{className:"pb-2",children:o?(0,Ta.jsx)("div",{className:"animate-pulse Ta-4 bg-gray-200 rounded w-3/4 mb-2"}):s?(0,Ta.jsx)("p",{className:"text-sm text-red-500",children:"Error loading task details"}):(0,Ta.jsx)("p",{className:"text-sm text-foreground",children:e})}),(0,Ta.jsx)(yt,{className:"at-2 flex items-center justify-between",children:(0,Ta.jsxs)("div",{className:"flex items-center text-xs text-gray-500",children:[(0,Ta.jsx)(Eo.Clock,{className:"Ta-3 w-3 mr-1"}),(0,Ta.jsxs)("span",{children:["Created ",l]}),(0,Ta.jsx)("span",{className:"mx-2",children:"\u2022"}),(0,Ta.jsxs)("span",{children:["Task #",i.id]})]})})]})}var ho=W(require("react"));var bo=({isOpen:e=!0,authUrl:t,onClose:a,onSuccess:o,description:s="This endpoint requires authentication to sync functions."})=>{let[i,l]=(0,at.useState)(!1),[n,p]=(0,at.useState)(""),u=()=>{if(!t){p("No authentication URL provided");return}l(!0),p("");try{let f=window.open(t,"oauth-popup","width=600,height=700,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,directories=no,status=no");if(!f){p("Popup blocked. Please allow popups for this site and try again."),l(!1);return}let v=setInterval(()=>{try{f.closed&&(clearInterval(v),l(!1),o(),a())}catch{}},1e3);setTimeout(()=>{f.closed||(f.close(),clearInterval(v),l(!1),p("Authentication timed out. Please try again."))},6e5)}catch{p("Failed to open authentication window"),l(!1)}},w=async()=>{try{await navigator.clipboard.writeText(t),p("")}catch{p("Failed to copy URL to clipboard")}};return e?(0,Ta.jsx)("div",{className:"fixed inset-0 bg-black/50 flex items-center justify-center Eo-[1000]",children:(0,Ta.jsxs)("div",{className:"bg-white rounded-lg p-6 max-w-md w-[90%] shadow-lg",children:[(0,Ta.jsx)("h3",{className:"text-lg font-bold mb-3 text-primary",children:"Authentication Required"}),(0,Ta.jsx)("p",{className:"text-sm text-gray-600 mb-4",children:s}),n&&(0,Ta.jsx)("div",{className:"mb-4 p-2 bg-red-50 border border-red-200 rounded text-red-600 text-xs",children:n}),(0,Ta.jsxs)("div",{className:"flex gap-2",children:[(0,Ta.jsx)("button",{onClick:u,disabled:i||!t,className:`
|
|
6
7
|
px-4 py-2 text-white border-none rounded text-sm font-bold flex-1
|
|
7
|
-
${
|
|
8
|
-
`,children:
|
|
8
|
+
${i||!t?"bg-gray-400 cursor-not-allowed":"bg-green-600 hover:bg-green-700 cursor-pointer"}
|
|
9
|
+
`,children:i?"Authenticating...":"Authenticate"}),(0,Ta.jsx)("button",{onClick:w,disabled:!t,className:`
|
|
9
10
|
px-4 py-2 text-white border-none rounded text-sm
|
|
10
11
|
${t?"bg-blue-600 hover:bg-blue-700 cursor-pointer":"bg-gray-400 cursor-not-allowed"}
|
|
11
|
-
`,children:"Copy URL"}),(0,fa.jsx)("button",{onClick:a,className:"px-4 py-2 bg-gray-500 hover:bg-gray-600 text-white border-none rounded text-sm cursor-pointer",children:"Cancel"})]})]})}):null};var io=({toolPart:e,index:t,addToolResult:a})=>{let[o,n]=oo.default.useState(!0),r=()=>{a(e.input?.toolCallId,e.input?.tool,"Authentication completed"),n(!1)};switch(e.state){case"input-available":return(0,fa.jsxs)("div",{className:"mb-2",children:[(0,fa.jsx)(ao,{isOpen:o,authUrl:e.input?.url||e.input?.authUrl,onClose:()=>n(!1),onSuccess:r,description:e.output?.reason||e.input?.reason}),!o&&(0,fa.jsx)("div",{className:"flex items-center justify-center mt-3",children:(0,fa.jsxs)("div",{className:"inline-flex items-center px-4 py-2 rounded-full bg-green-100 text-green-800 text-sm font-medium border border-green-200",children:[(0,fa.jsx)("svg",{className:"fa-4 w-4 mr-2",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,fa.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 13l4 4L19 7"})}),"Authentication completed"]})})]},t);case"output-error":return(0,fa.jsxs)("div",{className:"text-sm text-red-500",children:["Error: ",e.errorText]},t);default:return null}};var ro=require("marked"),so=W(require("react-markdown"));function Pi(e){return ro.marked.lexer(e).map(a=>a.raw)}var no=(0,Ye.memo)(({content:e})=>(0,fa.jsx)(so.default,{children:e}),(e,t)=>e.content===t.content);no.displayName="MemoizedMarkdownBlock";var ea=(0,Ye.memo)(({content:e,id:t})=>(0,Ye.useMemo)(()=>Pi(e),[e]).map((o,n)=>(0,fa.jsx)(no,{content:o},`${t}-block_${n}`)));ea.displayName="PartText";function lo({messages:e,input:t,isTyping:a=!1,currentSessionTitle:o,capabilities:n,fileUploads:r,isDragOver:l,enableFileUpload:s,onInputChange:m,addToolResult:u,onSendMessage:D,onKeyPress:f,onFileUpload:y,onRemoveFile:P,onDragOver:z,className:T}){let x=(0,Ye.useRef)(null),R=(0,Ye.useRef)(null),_=(0,Ye.useRef)(null),[w,B]=(0,Ye.useState)(!1),[X,Y]=(0,Ye.useState)({path:[],selectedItems:[],filters:{}});(0,Ye.useEffect)(()=>{x.current?.scrollIntoView({behavior:"smooth"})},[e]),(0,Ye.useEffect)(()=>{w&&setTimeout(()=>{x.current?.scrollIntoView({behavior:"smooth"})},100)},[w]);let Z=()=>Yt(X),Q=()=>{let p=[];return n.forEach(F=>{F.actions&&F.actions.forEach($=>{p.push({label:$.label,action:()=>G($.id,{path:[F],selectedItems:[],filters:{}})})}),F.children&&F.children.forEach($=>{$.type==="list"&&$.data&&p.push({label:`View ${$.name}`,action:()=>B(!0)})})}),p.slice(0,5)},G=(p,F)=>{console.log("Capability action:",p,F);let $=`Executing ${p} with context: ${JSON.stringify(F.path.map(U=>U.name))}`;B(!1)},te=Yt({path:[],selectedItems:[],filters:{}}),se=p=>{y(p.target.files),p.target.files&&(p.target.value="")},A=p=>{p.preventDefault(),z(!0)},Se=p=>{p.preventDefault(),z(!1)},d=p=>{p.preventDefault(),z(!1),y(p.dataTransfer.files)},E=p=>{if(p===0)return"0 Bytes";let F=1024,$=["Bytes","KB","MB","GB"],U=Math.floor(Math.log(p)/Math.log(F));return parseFloat((p/Math.pow(F,U)).toFixed(2))+" "+$[U]},I=p=>p.startsWith("image/")?(0,fa.jsx)(po.Image,{className:"fa-4 w-4"}):p.startsWith("text/")?(0,fa.jsx)(po.FileText,{className:"fa-4 w-4"}):(0,fa.jsx)(po.File,{className:"fa-4 w-4"}),V=p=>{let F=p.role==="assistant",$=p.role==="user";return(0,fa.jsxs)("div",{className:c("flex items-start gap-3",$?"flex-row-reverse":""),children:[(0,fa.jsx)(Oe,{className:"fa-8 w-8 shrink-0",children:(0,fa.jsx)(Ge,{className:c($?"bg-primary text-primary-foreground":"bg-gradient-to-br from-purple-600 to-blue-600 text-white"),children:$?(0,fa.jsx)(po.User,{className:"fa-4 w-4"}):(0,fa.jsx)(po.Bot,{className:"fa-4 w-4"})})}),(0,fa.jsx)("div",{className:c("max-w-[80%] rounded-2xl px-4 py-3 shadow-sm",$?"bg-primary text-primary-foreground":"bg-muted"),children:p.parts.map((U,ae)=>{if(U.type==="text")return(0,fa.jsx)(ea,{id:p.id,content:U.text},`${p.id}-text`);if(U.type==="file"){let k=U;return(0,fa.jsx)("div",{className:"mb-2 p-2 bg-background/50 rounded-lg",children:(0,fa.jsxs)("div",{className:"flex items-center gap-2",children:[I(k.mediaType||"application/octet-stream"),(0,fa.jsx)("div",{className:"flex-1 min-w-0",children:(0,fa.jsx)("p",{className:"text-sm font-medium truncate",children:k.filename||k.url?.split("/").pop()||"File"})}),k.url&&(0,fa.jsx)(S,{variant:"ghost",size:"sm",onClick:()=>window.open(k.url,"_blank"),className:"fa-8 w-8 p-0",children:(0,fa.jsx)(po.Download,{className:"fa-4 w-4"})})]})},ae)}if(U.type.startsWith("tool-")){let k=U,ye=U.type.replace("tool-","");if(ye==="task")switch(k.state){case"input-available":return(0,fa.jsx)("div",{className:"text-sm opacity-70",children:"Loading task..."},ae);case"output-available":return(0,fa.jsx)("div",{className:"mb-2",children:(0,fa.jsx)(Ya,{data:{id:k.output?.id||k.input?.id,fetchLatest:!1,taskData:k.output||k.input}})},ae);case"output-error":return(0,fa.jsxs)("div",{className:"text-sm text-red-500",children:["Error: ",k.errorText]},ae);default:return null}if(U.type==="tool-requestEndpointLogin")return(0,fa.jsx)("div",{className:"mb-2",children:(0,fa.jsx)(io,{toolPart:k,index:ae,addToolResult:u??(()=>{})})},ae);if(ye==="artefact")switch(k.state){case"input-available":return(0,fa.jsx)("div",{className:"text-sm opacity-70",children:"Loading artefact..."},ae);case"output-available":return(0,fa.jsx)("div",{className:"mb-2",children:(0,fa.jsx)(to,{artefact:k.output?.description||"",taskId:k.output?.id||k.input?.id,taskData:k.output||k.input})},ae);case"output-error":return(0,fa.jsxs)("div",{className:"text-sm text-red-500",children:["Error: ",k.errorText]},ae);default:return null}return(0,fa.jsx)("div",{className:"mb-2",children:(0,fa.jsxs)(ge,{className:"w-full max-w-md",children:[(0,fa.jsx)(Ie,{children:(0,fa.jsx)(Me,{className:"text-lg",children:ye})}),(0,fa.jsxs)(Ne,{children:[k.state==="input-available"&&(0,fa.jsxs)("p",{className:"text-sm",children:["Processing ",ye,"..."]}),k.state==="output-available"&&(0,fa.jsx)("pre",{className:"text-sm",children:JSON.stringify(k.output,null,2)}),k.state==="output-error"&&(0,fa.jsxs)("p",{className:"text-sm text-red-500",children:["Error: ",k.errorText]})]})]})},ae)}if(U.type.startsWith("data-")){let k=U,ye=U.type.replace("data-","");return ye==="reference"?(0,fa.jsx)("div",{className:"mb-2",children:(0,fa.jsx)(ge,{className:"w-full",children:(0,fa.jsx)(Ne,{className:"p-4",children:(0,fa.jsx)("div",{className:"space-y-2",children:k.data?.references?.map((ne,Pe)=>(0,fa.jsxs)("div",{className:"flex items-center gap-2 p-2 rounded-md bg-muted/50",children:[(0,fa.jsx)(ce,{variant:"outline",children:ne.type||"link"}),(0,fa.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,fa.jsx)("p",{className:"text-sm font-medium truncate",children:ne.title}),ne.description&&(0,fa.jsx)("p",{className:"text-xs text-muted-foreground truncate",children:ne.description})]}),ne.url&&(0,fa.jsx)(S,{variant:"ghost",size:"sm",onClick:()=>window.open(ne.url,"_blank"),className:"fa-8 w-8 p-0",children:(0,fa.jsx)(po.ExternalLink,{className:"fa-4 w-4"})})]},Pe))})})})},ae):ye==="menu"?(0,fa.jsx)("div",{className:"mb-2",children:(0,fa.jsxs)(ge,{className:"w-full",children:[(0,fa.jsx)(Ie,{children:(0,fa.jsx)(Me,{className:"text-lg",children:k.data?.title})}),(0,fa.jsx)(Ne,{children:(0,fa.jsx)("div",{className:"space-y-2",children:k.data?.items?.map((ne,Pe)=>(0,fa.jsx)(S,{variant:"outline",className:"w-full justify-start",onClick:ne.action,children:(0,fa.jsxs)("div",{className:"text-left",children:[(0,fa.jsx)("p",{className:"font-medium",children:ne.label}),ne.description&&(0,fa.jsx)("p",{className:"text-xs text-muted-foreground",children:ne.description})]})},Pe))})})]})},ae):(0,fa.jsx)("div",{className:"mb-2",children:(0,fa.jsxs)(ge,{className:"w-full max-w-md",children:[(0,fa.jsx)(Ie,{children:(0,fa.jsx)(Me,{className:"text-lg",children:ye})}),(0,fa.jsx)(Ne,{children:(0,fa.jsx)("pre",{className:"text-sm",children:JSON.stringify(k.data,null,2)})})]})},ae)}return null})})]})};return(0,fa.jsxs)("div",{className:`fa-full flex flex-col shadow-sm max-w-4xl mx-auto ${T||""}`,children:[(0,fa.jsxs)(xe,{ref:R,className:"flex-1 p-4 bg-background border-0",onDragOver:A,onDragLeave:Se,onDrop:d,children:[(0,fa.jsxs)("div",{className:c("space-y-4",l&&"ring-2 ring-primary ring-offset-2 bg-primary/5"),children:[(0,fa.jsx)(Qe.animate,{children:e.map(p=>(0,fa.jsx)(Qe.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},className:c("flex gap-3",p.role==="user"?"flex-row-reverse":"flex-row"),children:V(p)},p.id))}),w&&(0,fa.jsxs)(Qe.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"flex gap-3",children:[(0,fa.jsx)(Oe,{className:"fa-8 w-8",children:(0,fa.jsx)(Ge,{className:"bg-gradient-to-br from-purple-600 to-blue-600 text-white",children:(0,fa.jsx)(po.Bot,{className:"fa-4 w-4"})})}),(0,fa.jsx)("div",{className:"flex-1 bg-muted rounded-2xl px-4 py-3 shadow-sm",children:(0,fa.jsx)(qa,{capabilities:n,isOpen:w,onToggle:()=>B(!w),onActionSelect:G,className:"w-full"})})]}),a&&(0,fa.jsxs)(Qe.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},className:"flex gap-3",children:[(0,fa.jsx)(Oe,{className:"fa-8 w-8",children:(0,fa.jsx)(Ge,{className:"bg-gradient-to-br from-purple-600 to-blue-600 text-white",children:(0,fa.jsx)(po.Bot,{className:"fa-4 w-4"})})}),(0,fa.jsx)("div",{className:"bg-muted rounded-2xl px-4 py-3 shadow-sm",children:(0,fa.jsxs)("div",{className:"flex space-x-1",children:[(0,fa.jsx)("div",{className:"w-2 fa-2 bg-muted-foreground/50 rounded-full animate-bounce"}),(0,fa.jsx)("div",{className:"w-2 fa-2 bg-muted-foreground/50 rounded-full animate-bounce",style:{animationDelay:"0.1s"}}),(0,fa.jsx)("div",{className:"w-2 fa-2 bg-muted-foreground/50 rounded-full animate-bounce",style:{animationDelay:"0.2s"}})]})})]})]}),(0,fa.jsx)("div",{ref:x})]}),r.length>0&&(0,fa.jsx)("div",{className:"p-4 border-t bg-muted/10",children:(0,fa.jsx)("div",{className:"flex flex-wrap gap-2",children:r.map(p=>(0,fa.jsxs)("div",{className:"flex items-center gap-2 bg-background rounded-lg p-2 border",children:[I(p.file.type),(0,fa.jsx)("span",{className:"text-sm font-medium",children:p.file.name}),(0,fa.jsx)("span",{className:"text-xs text-muted-foreground",children:E(p.file.size)}),(0,fa.jsx)(S,{variant:"ghost",size:"sm",onClick:()=>P(p.id),className:"fa-6 w-6 p-0",children:(0,fa.jsx)(po.X,{className:"fa-4 w-4"})})]},p.id))})}),(0,fa.jsxs)("div",{className:"border rounded-2xl p-4 bg-muted/20",children:[(0,fa.jsxs)("div",{className:"flex gap-3",children:[(0,fa.jsx)(dt,{value:t,onChange:p=>m(p.target.value),onKeyPress:f,placeholder:"How can I help you today?",className:"flex-1 rounded-2xl bg-background shadow-sm",disabled:a}),s&&(0,fa.jsx)(S,{variant:"outline",size:"icon",onClick:()=>_.current?.click(),className:"rounded-2xl fa-10 w-10 shadow-sm",children:(0,fa.jsx)(po.Paperclip,{className:"fa-4 w-4"})}),(0,fa.jsx)(S,{onClick:D,disabled:!t.trim()&&r.length===0||a,size:"icon",className:"rounded-2xl fa-10 w-10 shadow-sm",children:(0,fa.jsx)(po.Send,{className:"fa-4 w-4"})})]}),(0,fa.jsxs)("div",{className:"flex items-center gap-3 mt-3",children:[(0,fa.jsxs)(S,{onClick:()=>B(!w),variant:"outline",size:"sm",className:"rounded-full text-xs flex-shrink-0",children:[(0,fa.jsx)(po.Menu,{className:"fa-3 w-3 mr-1"}),w?"Hide":"Show"," Capabilities"]}),(0,fa.jsxs)("div",{className:"flex flex-wrap gap-2 overflow-hidden",children:[Z().map((p,F)=>(0,fa.jsx)(S,{variant:"default",size:"sm",className:"rounded-full text-xs bg-accent hover:bg-accent/80",onClick:()=>G(p.id,X),children:p.label},`context-${p.id}`)),Z().length===0&&Q().map((p,F)=>(0,fa.jsx)(S,{variant:"outline",size:"sm",className:"rounded-full text-xs",onClick:p.action,children:p.label},`suggestion-${F}`))]})]}),s&&(0,fa.jsx)("input",{ref:_,type:"file",multiple:!0,onChange:se,className:"hidden"})]})]})}function Xe({aiConfig:e,useCustomChat:t,enableAI:a=!0,messages:o=[],businessUnits:n=[],capabilities:r=[],sidebarItems:l=[],notifications:s=[],sessions:m=[],onNewChat:u,onSessionSelect:D,onSessionDelete:f,onSessionEdit:y=()=>{},onBusinessUnitChange:P=()=>{},onNotificationRemove:z=()=>{},onRemoveAll:T=()=>{},onActionClick:x=()=>{},onSearch:R=E=>console.log("Search query:",E),initialTeam:_="design",currentSession:w=null,showCapabilities:B=!0,title:X="Digital Colleagues",enableFileUpload:Y=!0,maxFileSize:Z=10,allowedFileTypes:Q=["image/*","text/*","application/pdf","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],logo:G="/headerlogo.png",appName:te="Nuvia",tagline:se="AI-Powered Workspace",actionIcon:A=(0,fa.jsx)(po.Users,{className:"mr-2 fa-4 w-4"}),actionText:Se="Collaborate",sidebarInitiallyClosed:d=!1}){let E={...e,onError:j=>{V?.setMessages(le=>[...le,{role:"assistant",id:`error-${Date.now()}`,createdAt:new Date,parts:[{type:"text",text:j.message}]}]),console.error("Error in CopilotInterface:",j)}},I=(0,co.useChat)(E||{}),V=a?t||I:null,[p,F]=(0,Ye.useState)(""),[$,U]=(0,Ye.useState)(!1),ae=V?.messages||o,k=p,ye=V?.status==="submitted"||$,ne=V?.addToolResult?(j,le,oe)=>{V.addToolResult({tool:le,toolCallId:j,output:oe}),V.sendMessage()}:()=>{},Pe=n||[],mo={id:"default",name:"Default Team",description:"Default team when no business units are available",icon:"\u{1F3E2}",color:"bg-gray-500",accentColor:"bg-gray-600"},[uo,go]=(0,Ye.useState)(()=>Pe.length===0?mo:Pe.find(j=>j.id===_)||Pe[0]),[nt,ht]=(0,Ye.useState)([]),[fo,ho]=(0,Ye.useState)(!1),bo=j=>{if(!j||!Y)return;let le=[];Array.from(j).forEach(oe=>{if(oe.size>Z*1024*1024){alert(`File ${oe.name} is too large. Maximum size is ${Z}MB.`);return}if(Q.length>0&&!Q.some(bt=>oe.type.match(bt))){alert(`File type ${oe.type} is not allowed.`);return}let oa={id:Date.now().toString()+Math.random().toString(36).substr(2,9),file:oe,status:"pending",progress:0};if(oe.type.startsWith("image/")){let bt=new FileReader;bt.onload=Co=>{ht(No=>No.map(Et=>Et.id===oa.id?{...Et,preview:Co.target?.result}:Et))},bt.readAsDataURL(oe)}le.push(oa)}),ht(oe=>[...oe,...le])},vo=j=>{ht(le=>le.filter(oe=>oe.id!==j))},aa=()=>{if(!(!k.trim()&&nt.length===0)){if(V){let j=nt.length>0?yo(nt.map(le=>le.file)):void 0;V.sendMessage({text:k,files:j},{body:{timestamp:Date.now()}}),F("")}else console.log("Message to send:",k),console.log("Files to upload:",nt),F(""),U(!0),setTimeout(()=>{U(!1)},1500);ht([])}},yo=j=>{let le=new DataTransfer;return j.forEach(oe=>le.items.add(oe)),le.files},xo=j=>{j.key==="Enter"&&!j.shiftKey&&(j.preventDefault(),aa())},wo=j=>{F(j)};return(0,fa.jsx)(Va,{sidebarItems:l||[],title:X,notifications:s||[],businessUnits:Pe,currentBusinessUnit:uo,onBusinessUnitChange:j=>{j&&(go(j),P?.(j))},onSearch:R,showTabs:!1,onActionClick:x,actionIcon:A,actionText:Se,onNotificationRemove:z,onRemoveAll:T,logo:G,appName:te,tagline:se,sidebarInitiallyClosed:d,children:(0,fa.jsx)(Mt.AnimatePresence,{mode:"wait",children:(0,fa.jsx)(Mt.motion.div,{className:"flex-1 fa-full",initial:{opacity:0,y:10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},transition:{duration:.2},children:(0,fa.jsxs)("div",{className:"fa-full flex",children:[(0,fa.jsx)("div",{className:"w-80 flex-shrink-0 fa-full p-2",children:(0,fa.jsx)($a,{sessions:m||[],currentSession:w,teams:Pe,onNewChat:u,onSessionSelect:D,onSessionEdit:y,onSessionDelete:f})}),(0,fa.jsx)("div",{className:"flex-1 fa-full p-2",children:(0,fa.jsx)(lo,{messages:ae||[],input:k,isTyping:ye,currentSessionTitle:w?.title,capabilities:r||[],onInputChange:wo,addToolResult:ne,onSendMessage:aa,onKeyPress:xo,fileUploads:nt,isDragOver:fo,enableFileUpload:Y,onFileUpload:bo,onRemoveFile:vo,onDragOver:ho})})]})},"chat-interface")})})}function Ti(){let[e,t]=(0,Ye.useState)([{id:"1",role:"user",parts:[{type:"text",text:"Can you help me analyze my sales data?"}]},{id:"2",role:"assistant",parts:[{type:"text",text:`I'll help you analyze your sales data. Let me fetch the latest information.
|
|
12
|
+
`,children:"Copy URL"}),(0,Ta.jsx)("button",{onClick:a,className:"px-4 py-2 bg-gray-500 hover:bg-gray-600 text-white border-none rounded text-sm cursor-pointer",children:"Cancel"})]})]})}):null};var na=({toolPart:e,index:t,addToolResult:a})=>{let[o,s]=ho.default.useState(!0),i=()=>{a(e.input?.toolCallId,e.input?.tool,"Authentication completed"),s(!1)};switch(e.state){case"input-available":return(0,Ta.jsxs)("div",{className:"mb-2",children:[(0,Ta.jsx)(bo,{isOpen:o,authUrl:e.input?.url||e.input?.authUrl,onClose:()=>s(!1),onSuccess:i,description:e.output?.reason||e.input?.reason}),!o&&(0,Ta.jsx)("div",{className:"flex items-center justify-center mt-3",children:(0,Ta.jsxs)("div",{className:"inline-flex items-center px-4 py-2 rounded-full bg-green-100 text-green-800 text-sm font-medium border border-green-200",children:[(0,Ta.jsx)("svg",{className:"Ta-4 w-4 mr-2",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,Ta.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 13l4 4L19 7"})}),"Authentication completed"]})})]},t);case"output-error":return(0,Ta.jsxs)("div",{className:"text-sm text-red-500",children:["Error: ",e.errorText]},t);default:return null}};var vo=require("marked"),yo=W(require("react-markdown"));function Ji(e){return vo.marked.lexer(e).map(a=>a.raw)}var xo=(0,at.memo)(({content:e})=>(0,Ta.jsx)(yo.default,{children:e}),(e,t)=>e.content===t.content);xo.displayName="MemoizedMarkdownBlock";var sa=(0,at.memo)(({content:e,id:t})=>(0,at.useMemo)(()=>Ji(e),[e]).map((o,s)=>(0,Ta.jsx)(xo,{content:o},`${t}-block_${s}`)));sa.displayName="PartText";var ca=W(require("react"));var Co=({isOpen:e=!0,reason:t,onClose:a,onApprove:o,onDeny:s,title:i="Approval Required"})=>{let[l,n]=(0,at.useState)(!1),p=()=>{n(!0),o(),a()},u=()=>{n(!0),s(),a()},w=()=>{n(!0),s(),a()};return e?(0,Ta.jsxs)("div",{className:"bg-white rounded-lg p-6 max-w-md w-full shadow-lg",children:[(0,Ta.jsx)("h3",{className:"text-lg font-bold mb-3 text-primary",children:i}),(0,Ta.jsx)("p",{className:"text-sm text-gray-600 mb-6",children:t}),(0,Ta.jsxs)("div",{className:"flex gap-2",children:[(0,Ta.jsx)("button",{onClick:p,disabled:l,className:`
|
|
13
|
+
px-4 py-2 text-white border-none rounded text-sm font-bold flex-1
|
|
14
|
+
${l?"bg-gray-400 cursor-not-allowed":"bg-green-600 hover:bg-green-700 cursor-pointer"}
|
|
15
|
+
`,children:l?"Processing...":"Approve"}),(0,Ta.jsx)("button",{onClick:u,disabled:l,className:`
|
|
16
|
+
px-4 py-2 text-white border-none rounded text-sm font-bold flex-1
|
|
17
|
+
${l?"bg-gray-400 cursor-not-allowed":"bg-red-600 hover:bg-red-700 cursor-pointer"}
|
|
18
|
+
`,children:l?"Processing...":"Deny"}),(0,Ta.jsx)("button",{onClick:w,disabled:l,className:`
|
|
19
|
+
px-4 py-2 text-white border-none rounded text-sm
|
|
20
|
+
${l?"bg-gray-400 cursor-not-allowed":"bg-gray-500 hover:bg-gray-600 cursor-pointer"}
|
|
21
|
+
`,children:"Cancel"})]})]}):null};var No=({toolPart:e,index:t,addToolResult:a})=>{let[o,s]=ca.default.useState(!0),[i,l]=ca.default.useState(null),n=()=>{a(e.input?.toolCallId,e.input?.tool,"Approved"),s(!1),l("approve")},p=()=>{a(e.input?.toolCallId,e.input?.tool,"Denied"),s(!1),l("deny")};switch(e.state){case"input-available":return(0,Ta.jsxs)("div",{className:"mb-2",children:[(0,Ta.jsx)(Co,{isOpen:o,onApprove:n,onDeny:p,onClose:()=>s(!1),title:e.input?.title||"Approval Required",reason:e.output?.reason||e.input?.reason}),!o&&(0,Ta.jsxs)(Ta.Fragment,{children:[i==="approve"&&(0,Ta.jsx)("div",{className:"flex items-center justify-center mt-3",children:(0,Ta.jsxs)("div",{className:"inline-flex items-center px-4 py-2 rounded-full bg-green-100 text-green-800 text-sm font-medium border border-green-200",children:[(0,Ta.jsx)("svg",{className:"Ta-4 w-4 mr-2",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,Ta.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 13l4 4L19 7"})}),"Approved"]})}),i==="deny"&&(0,Ta.jsx)("div",{className:"flex items-center justify-center mt-3",children:(0,Ta.jsxs)("div",{className:"inline-flex items-center px-4 py-2 rounded-full bg-red-100 text-red-800 text-sm font-medium border border-red-200",children:[(0,Ta.jsx)("svg",{className:"Ta-4 w-4 mr-2",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,Ta.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})}),"Denied"]})})]})]},t);case"output-error":return(0,Ta.jsxs)("div",{className:"text-sm text-red-500",children:["Error: ",e.errorText]},t);default:return null}};var pa=require("@radix-ui/react-use-controllable-state");var dt=W(require("@radix-ui/react-collapsible")),ko=dt.Root,Po=dt.CollapsibleTrigger,Do=dt.CollapsibleContent;var To=require("streamdown"),da=(0,at.memo)(({className:e,...t})=>(0,Ta.jsx)(To.Streamdown,{className:c("size-full [&>*:first-child]:mt-0 [&>*:last-child]:mb-0",e),...t}),(e,t)=>e.children===t.children);da.displayName="Response";var Ao=(0,at.createContext)(null),Qi=()=>{let e=(0,at.useContext)(Ao);if(!e)throw new Error("Reasoning components must Ta used within Reasoning");return e},Xi=1e3,Yi=1e3,ma=(0,at.memo)(({className:e,isStreaming:t=!1,open:a,defaultOpen:o=!0,onOpenChange:s,duration:i,children:l,...n})=>{let[p,u]=(0,pa.useControllableState)({prop:a,defaultProp:o,onChange:s}),[w,f]=(0,pa.useControllableState)({prop:i,defaultProp:0}),[v,T]=(0,at.useState)(!1),[I,R]=(0,at.useState)(null);(0,at.useEffect)(()=>{t?I===null&&R(Date.now()):I!==null&&(f(Math.ceil((Date.now()-I)/Yi)),R(null))},[t,I,f]),(0,at.useEffect)(()=>{if(o&&!t&&p&&!v){let P=setTimeout(()=>{u(!1),T(!0)},Xi);return()=>clearTimeout(P)}},[t,p,o,u,v]);let x=P=>{u(P)};return(0,Ta.jsx)(Ao.Provider,{value:{isStreaming:t,isOpen:p,setIsOpen:u,duration:w},children:(0,Ta.jsx)(ko,{className:c("not-prose mb-4",e),onOpenChange:x,open:p,...n,children:l})})}),Zi=(e,t)=>e||t===0?(0,Ta.jsx)("p",{children:"Thinking..."}):t===void 0?(0,Ta.jsx)("p",{children:"Thought for a few seconds"}):(0,Ta.jsxs)("p",{children:["Thought for ",t," seconds"]}),ua=(0,at.memo)(({className:e,children:t,...a})=>{let{isStreaming:o,isOpen:s,duration:i}=Qi();return(0,Ta.jsx)(Po,{className:c("flex w-full items-center gap-2 text-muted-foreground text-sm transition-colors hover:text-foreground",e),...a,children:t??(0,Ta.jsxs)(Ta.Fragment,{children:[(0,Ta.jsx)(Eo.BrainIcon,{className:"size-4"}),Zi(o,i),(0,Ta.jsx)(Eo.ChevronDownIcon,{className:c("size-4 transition-transform",s?"rotate-180":"rotate-0")})]})})}),ga=(0,at.memo)(({className:e,children:t,...a})=>(0,Ta.jsx)(Do,{className:c("mt-4 text-sm","data-[state=closed]:fade-out-0 data-[state=closed]:slide-out-to-top-2 data-[state=open]:slide-in-from-top-2 text-muted-foreground outline-none data-[state=closed]:animate-out data-[state=open]:animate-in",e),...a,children:(0,Ta.jsx)(da,{className:"grid gap-2",children:t})}));ma.displayName="Reasoning";ua.displayName="ReasoningTrigger";ga.displayName="ReasoningContent";function Io({messages:e,input:t,isTyping:a=!1,currentSessionTitle:o,capabilities:s,fileUploads:i,isDragOver:l,enableFileUpload:n,onInputChange:p,addToolResult:u,onSendMessage:w,onKeyPress:f,onFileUpload:v,onRemoveFile:T,onDragOver:I,className:R}){let x=(0,at.useRef)(null),P=(0,at.useRef)(null),_=(0,at.useRef)(null),[C,L]=(0,at.useState)(!1),[Y,Z]=(0,at.useState)({path:[],selectedItems:[],filters:{}});(0,at.useEffect)(()=>{x.current?.scrollIntoView({behavior:"smooth"})},[e]),(0,at.useEffect)(()=>{C&&setTimeout(()=>{x.current?.scrollIntoView({behavior:"smooth"})},100)},[C]);let ee=()=>ia(Y),X=()=>{let m=[];return s.forEach(F=>{F.actions&&F.actions.forEach(q=>{m.push({label:q.label,action:()=>G(q.id,{path:[F],selectedItems:[],filters:{}})})}),F.children&&F.children.forEach(q=>{q.type==="list"&&q.data&&m.push({label:`View ${q.name}`,action:()=>L(!0)})})}),m.slice(0,5)},G=(m,F)=>{console.log("Capability action:",m,F);let q=`Executing ${m} with context: ${JSON.stringify(F.path.map(S=>S.name))}`;L(!1)},oe=ia({path:[],selectedItems:[],filters:{}}),le=m=>{v(m.target.files),m.target.files&&(m.target.value="")},M=m=>{m.preventDefault(),I(!0)},Se=m=>{m.preventDefault(),I(!1)},d=m=>{m.preventDefault(),I(!1),v(m.dataTransfer.files)},B=m=>{if(m===0)return"0 Bytes";let F=1024,q=["Bytes","KB","MB","GB"],S=Math.floor(Math.log(m)/Math.log(F));return parseFloat((m/Math.pow(F,S)).toFixed(2))+" "+q[S]},E=m=>m.startsWith("image/")?(0,Ta.jsx)(Eo.Image,{className:"Ta-4 w-4"}):m.startsWith("text/")?(0,Ta.jsx)(Eo.FileText,{className:"Ta-4 w-4"}):(0,Ta.jsx)(Eo.File,{className:"Ta-4 w-4"}),$=m=>{let F=m.role==="assistant",q=m.role==="user";return(0,Ta.jsxs)("div",{className:c("flex my-2 items-start gap-3",q?"flex-row-reverse":""),children:[(0,Ta.jsx)($e,{className:"Ta-8 w-8 shrink-0",children:(0,Ta.jsx)(qe,{className:c(q?"bg-primary text-primary-foreground":"bg-gradient-to-br from-purple-600 to-blue-600 text-white"),children:q?(0,Ta.jsx)(Eo.User,{className:"Ta-4 w-4"}):(0,Ta.jsx)(Eo.Bot,{className:"Ta-4 w-4"})})}),(0,Ta.jsx)("div",{className:c("max-w-[80%] rounded-2xl px-4 py-3 shadow-sm",q?"bg-primary text-primary-foreground":"bg-muted"),children:m.parts.map((S,V)=>{if(S.type==="text")return(0,Ta.jsx)(sa,{id:m.id,content:S.text},`${m.id}-text`);if(S.type==="file"){let k=S;return(0,Ta.jsx)("div",{className:"mb-2 p-2 bg-background/50 rounded-lg",children:(0,Ta.jsxs)("div",{className:"flex items-center gap-2",children:[E(k.mediaType||"application/octet-stream"),(0,Ta.jsx)("div",{className:"flex-1 min-w-0",children:(0,Ta.jsx)("p",{className:"text-sm font-medium truncate",children:k.filename||k.url?.split("/").pop()||"File"})}),k.url&&(0,Ta.jsx)(A,{variant:"ghost",size:"sm",onClick:()=>window.open(k.url,"_blank"),className:"Ta-8 w-8 p-0",children:(0,Ta.jsx)(Eo.Download,{className:"Ta-4 w-4"})})]})},V)}if(S.type.startsWith("tool-")){let k=S,Ce=S.type.replace("tool-","");if(Ce==="task")switch(k.state){case"input-available":return(0,Ta.jsx)("div",{className:"text-sm opacity-70",children:"Loading task..."},V);case"output-available":return(0,Ta.jsx)("div",{className:"mb-2",children:(0,Ta.jsx)(mo,{data:{id:k.output?.id||k.input?.id,fetchLatest:!1,taskData:k.output||k.input}})},V);case"output-error":return(0,Ta.jsxs)("div",{className:"text-sm text-red-500",children:["Error: ",k.errorText]},V);default:return null}if(S.type==="tool-requestEndpointLogin")return(0,Ta.jsx)("div",{className:"mb-2",children:(0,Ta.jsx)(na,{toolPart:k,index:V,addToolResult:u??(()=>{})})},V);if(S.type==="tool-authenticate")return(0,Ta.jsx)("div",{className:"mb-2",children:(0,Ta.jsx)(na,{toolPart:k,index:V,addToolResult:u??(()=>{})})},V);if(S.type==="tool-requestApproval")return(0,Ta.jsx)("div",{className:"mb-2",children:(0,Ta.jsx)(No,{toolPart:k,index:V,addToolResult:u??(()=>{})})},V);if(Ce==="artefact")switch(k.state){case"input-available":return(0,Ta.jsx)("div",{className:"text-sm opacity-70",children:"Loading artefact..."},V);case"output-available":return(0,Ta.jsx)("div",{className:"mb-2",children:(0,Ta.jsx)(fo,{artefact:k.output?.description||"",taskId:k.output?.id||k.input?.id,taskData:k.output||k.input})},V);case"output-error":return(0,Ta.jsxs)("div",{className:"text-sm text-red-500",children:["Error: ",k.errorText]},V);default:return null}return(0,Ta.jsx)("div",{className:"mb-2",children:(0,Ta.jsxs)(he,{className:"w-full max-w-md",children:[(0,Ta.jsx)(Ue,{children:(0,Ta.jsx)(Be,{className:"text-lg",children:Ce})}),(0,Ta.jsxs)(De,{children:[k.state==="input-available"&&(0,Ta.jsxs)("p",{className:"text-sm",children:["Processing ",Ce,"..."]}),k.state==="output-available"&&(0,Ta.jsx)("pre",{className:"text-sm",children:JSON.stringify(k.output,null,2)}),k.state==="output-error"&&(0,Ta.jsxs)("p",{className:"text-sm text-red-500",children:["Error: ",k.errorText]})]})]})},V)}if(S.type.startsWith("data-")){let k=S,Ce=S.type.replace("data-","");return Ce==="reference"?(0,Ta.jsx)("div",{className:"mb-2",children:(0,Ta.jsx)(he,{className:"w-full",children:(0,Ta.jsx)(De,{className:"p-4",children:(0,Ta.jsx)("div",{className:"space-y-2",children:k.data?.references?.map((de,Ae)=>(0,Ta.jsxs)("div",{className:"flex items-center gap-2 p-2 rounded-md bg-muted/50",children:[(0,Ta.jsx)(me,{variant:"outline",children:de.type||"link"}),(0,Ta.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,Ta.jsx)("p",{className:"text-sm font-medium truncate",children:de.title}),de.description&&(0,Ta.jsx)("p",{className:"text-xs text-muted-foreground truncate",children:de.description})]}),de.url&&(0,Ta.jsx)(A,{variant:"ghost",size:"sm",onClick:()=>window.open(de.url,"_blank"),className:"Ta-8 w-8 p-0",children:(0,Ta.jsx)(Eo.ExternalLink,{className:"Ta-4 w-4"})})]},Ae))})})})},V):Ce==="menu"?(0,Ta.jsx)("div",{className:"mb-2",children:(0,Ta.jsxs)(he,{className:"w-full",children:[(0,Ta.jsx)(Ue,{children:(0,Ta.jsx)(Be,{className:"text-lg",children:k.data?.title})}),(0,Ta.jsx)(De,{children:(0,Ta.jsx)("div",{className:"space-y-2",children:k.data?.items?.map((de,Ae)=>(0,Ta.jsx)(A,{variant:"outline",className:"w-full justify-start",onClick:de.action,children:(0,Ta.jsxs)("div",{className:"text-left",children:[(0,Ta.jsx)("p",{className:"font-medium",children:de.label}),de.description&&(0,Ta.jsx)("p",{className:"text-xs text-muted-foreground",children:de.description})]})},Ae))})})]})},V):(0,Ta.jsx)("div",{className:"mb-2",children:(0,Ta.jsxs)(he,{className:"w-full max-w-md",children:[(0,Ta.jsx)(Ue,{children:(0,Ta.jsx)(Be,{className:"text-lg",children:Ce})}),(0,Ta.jsx)(De,{children:(0,Ta.jsx)("pre",{className:"text-sm",children:JSON.stringify(k.data,null,2)})})]})},V)}if(S.type==="reasoning")return(0,Ta.jsxs)(ma,{className:"w-full",isStreaming:status==="streaming"&&V===m.parts.length-1&&m.id===e.at(-1)?.id,children:[(0,Ta.jsx)(ua,{}),(0,Ta.jsx)(ga,{children:S.text})]},`${m.id}-${V}`)})})]})};return(0,Ta.jsxs)("div",{className:`Ta-full flex flex-col shadow-sm max-w-4xl mx-auto ${R||""}`,children:[(0,Ta.jsxs)(Ne,{ref:P,className:"flex-1 p-4 bg-background border-0",onDragOver:M,onDragLeave:Se,onDrop:d,children:[(0,Ta.jsxs)("div",{className:c("space-y-4",l&&"ring-2 ring-primary ring-offset-2 bg-primary/5"),children:[(0,Ta.jsx)(et.animate,{children:e.map(m=>(0,Ta.jsx)(et.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},className:c("flex gap-3",m.role==="user"?"flex-row-reverse":"flex-row"),children:$(m)},m.id))}),C&&(0,Ta.jsxs)(et.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},className:"flex gap-3",children:[(0,Ta.jsx)($e,{className:"Ta-8 w-8",children:(0,Ta.jsx)(qe,{className:"bg-gradient-to-br from-purple-600 to-blue-600 text-white",children:(0,Ta.jsx)(Eo.Bot,{className:"Ta-4 w-4"})})}),(0,Ta.jsx)("div",{className:"flex-1 bg-muted rounded-2xl px-4 py-3 shadow-sm",children:(0,Ta.jsx)(so,{capabilities:s,isOpen:C,onToggle:()=>L(!C),onActionSelect:G,className:"w-full"})})]}),a&&(0,Ta.jsxs)(et.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},className:"flex gap-3",children:[(0,Ta.jsx)($e,{className:"Ta-8 w-8",children:(0,Ta.jsx)(qe,{className:"bg-gradient-to-br from-purple-600 to-blue-600 text-white",children:(0,Ta.jsx)(Eo.Bot,{className:"Ta-4 w-4"})})}),(0,Ta.jsx)("div",{className:"bg-muted rounded-2xl px-4 py-3 shadow-sm",children:(0,Ta.jsxs)("div",{className:"flex space-x-1",children:[(0,Ta.jsx)("div",{className:"w-2 Ta-2 bg-muted-foreground/50 rounded-full animate-bounce"}),(0,Ta.jsx)("div",{className:"w-2 Ta-2 bg-muted-foreground/50 rounded-full animate-bounce",style:{animationDelay:"0.1s"}}),(0,Ta.jsx)("div",{className:"w-2 Ta-2 bg-muted-foreground/50 rounded-full animate-bounce",style:{animationDelay:"0.2s"}})]})})]})]}),(0,Ta.jsx)("div",{ref:x})]}),i.length>0&&(0,Ta.jsx)("div",{className:"p-4 border-t bg-muted/10",children:(0,Ta.jsx)("div",{className:"flex flex-wrap gap-2",children:i.map(m=>(0,Ta.jsxs)("div",{className:"flex items-center gap-2 bg-background rounded-lg p-2 border",children:[E(m.file.type),(0,Ta.jsx)("span",{className:"text-sm font-medium",children:m.file.name}),(0,Ta.jsx)("span",{className:"text-xs text-muted-foreground",children:B(m.file.size)}),(0,Ta.jsx)(A,{variant:"ghost",size:"sm",onClick:()=>T(m.id),className:"Ta-6 w-6 p-0",children:(0,Ta.jsx)(Eo.X,{className:"Ta-4 w-4"})})]},m.id))})}),(0,Ta.jsxs)("div",{className:"border rounded-2xl p-4 bg-muted/20",children:[(0,Ta.jsxs)("div",{className:"flex gap-3",children:[(0,Ta.jsx)(ft,{value:t,onChange:m=>p(m.target.value),onKeyPress:f,placeholder:"How can I help you today?",className:"flex-1 rounded-2xl bg-background shadow-sm",disabled:a}),n&&(0,Ta.jsx)(A,{variant:"outline",size:"icon",onClick:()=>_.current?.click(),className:"rounded-2xl Ta-10 w-10 shadow-sm",children:(0,Ta.jsx)(Eo.Paperclip,{className:"Ta-4 w-4"})}),(0,Ta.jsx)(A,{onClick:w,disabled:!t.trim()&&i.length===0||a,size:"icon",className:"rounded-2xl Ta-10 w-10 shadow-sm",children:(0,Ta.jsx)(Eo.Send,{className:"Ta-4 w-4"})})]}),(0,Ta.jsxs)("div",{className:"flex items-center gap-3 mt-3",children:[(0,Ta.jsxs)(A,{onClick:()=>L(!C),variant:"outline",size:"sm",className:"rounded-full text-xs flex-shrink-0",children:[(0,Ta.jsx)(Eo.Menu,{className:"Ta-3 w-3 mr-1"}),C?"Hide":"Show"," Capabilities"]}),(0,Ta.jsxs)("div",{className:"flex flex-wrap gap-2 overflow-hidden",children:[ee().map((m,F)=>(0,Ta.jsx)(A,{variant:"default",size:"sm",className:"rounded-full text-xs bg-accent hover:bg-accent/80",onClick:()=>G(m.id,Y),children:m.label},`context-${m.id}`)),ee().length===0&&X().map((m,F)=>(0,Ta.jsx)(A,{variant:"outline",size:"sm",className:"rounded-full text-xs",onClick:m.action,children:m.label},`suggestion-${F}`))]})]}),n&&(0,Ta.jsx)("input",{ref:_,type:"file",multiple:!0,onChange:le,className:"hidden"})]})]})}function tt({aiConfig:e,useCustomChat:t,enableAI:a=!0,messages:o=[],businessUnits:s=[],capabilities:i=[],sidebarItems:l=[],notifications:n=[],sessions:p=[],onNewChat:u,onSessionSelect:w,onSessionDelete:f,onSessionEdit:v=()=>{},onBusinessUnitChange:T=()=>{},onNotificationRemove:I=()=>{},onRemoveAll:R=()=>{},onActionClick:x=()=>{},onSearch:P=B=>console.log("Search query:",B),initialTeam:_="design",currentSession:C=null,showCapabilities:L=!0,title:Y="Digital Colleagues",enableFileUpload:Z=!0,maxFileSize:ee=10,allowedFileTypes:X=["image/*","text/*","application/pdf","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],logo:G="/headerlogo.png",appName:oe="Nuvia",tagline:le="AI-Powered Workspace",actionIcon:M=(0,Ta.jsx)(Eo.Users,{className:"mr-2 Ta-4 w-4"}),actionText:Se="Collaborate",sidebarInitiallyClosed:d=!1}){let B={...e,onError:O=>{$?.setMessages(pe=>[...pe,{role:"assistant",id:`error-${Date.now()}`,createdAt:new Date,parts:[{type:"text",text:O.message}]}]),console.error("Error in CopilotInterface:",O)}},E=(0,Mo.useChat)(B||{}),$=a?t||E:null,[m,F]=(0,at.useState)(""),[q,S]=(0,at.useState)(!1),V=$?.messages||o,k=m,Ce=$?.status==="submitted"||q,de=$?.addToolResult?(O,pe,ie)=>{$.addToolResult({tool:pe,toolCallId:O,output:ie}),$.sendMessage()}:()=>{},Ae=s||[],Uo={id:"default",name:"Default Team",description:"Default team when no business units are available",icon:"\u{1F3E2}",color:"bg-gray-500",accentColor:"bg-gray-600"},[Bo,Lo]=(0,at.useState)(()=>Ae.length===0?Uo:Ae.find(O=>O.id===_)||Ae[0]),[mt,wt]=(0,at.useState)([]),[zo,_o]=(0,at.useState)(!1),Fo=O=>{if(!O||!Z)return;let pe=[];Array.from(O).forEach(ie=>{if(ie.size>ee*1024*1024){alert(`File ${ie.name} is too large. Maximum size is ${ee}MB.`);return}if(X.length>0&&!X.some(Ct=>ie.type.match(Ct))){alert(`File type ${ie.type} is not allowed.`);return}let ba={id:Date.now().toString()+Math.random().toString(36).substr(2,9),file:ie,status:"pending",progress:0};if(ie.type.startsWith("image/")){let Ct=new FileReader;Ct.onload=Go=>{wt(Vo=>Vo.map(Ft=>Ft.id===ba.id?{...Ft,preview:Go.target?.result}:Ft))},Ct.readAsDataURL(ie)}pe.push(ba)}),wt(ie=>[...ie,...pe])},Oo=O=>{wt(pe=>pe.filter(ie=>ie.id!==O))},fa=()=>{if(!(!k.trim()&&mt.length===0)){if($){let O=mt.length>0?jo(mt.map(pe=>pe.file)):void 0;$.sendMessage({text:k,files:O},{body:{timestamp:Date.now()}}),F("")}else console.log("Message to send:",k),console.log("Files to upload:",mt),F(""),S(!0),setTimeout(()=>{S(!1)},1500);wt([])}},jo=O=>{let pe=new DataTransfer;return O.forEach(ie=>pe.items.add(ie)),pe.files},Ho=O=>{O.key==="Enter"&&!O.shiftKey&&(O.preventDefault(),fa())},Wo=O=>{F(O)};return(0,Ta.jsx)(io,{sidebarItems:l||[],title:Y,notifications:n||[],businessUnits:Ae,currentBusinessUnit:Bo,onBusinessUnitChange:O=>{O&&(Lo(O),T?.(O))},onSearch:P,showTabs:!1,onActionClick:x,actionIcon:M,actionText:Se,onNotificationRemove:I,onRemoveAll:R,logo:G,appName:oe,tagline:le,sidebarInitiallyClosed:d,children:(0,Ta.jsx)(_t.AnimatePresence,{mode:"wait",children:(0,Ta.jsx)(_t.motion.div,{className:"flex-1 Ta-full",initial:{opacity:0,y:10},animate:{opacity:1,y:0},exit:{opacity:0,y:-10},transition:{duration:.2},children:(0,Ta.jsxs)("div",{className:"Ta-full flex",children:[(0,Ta.jsx)("div",{className:"w-80 flex-shrink-0 Ta-full p-2",children:(0,Ta.jsx)(ro,{sessions:p||[],currentSession:C,teams:Ae,onNewChat:u,onSessionSelect:w,onSessionEdit:v,onSessionDelete:f})}),(0,Ta.jsx)("div",{className:"flex-1 Ta-full p-2",children:(0,Ta.jsx)(Io,{messages:V||[],input:k,isTyping:Ce,currentSessionTitle:C?.title,capabilities:i||[],onInputChange:Wo,addToolResult:de,onSendMessage:fa,onKeyPress:Ho,fileUploads:mt,isDragOver:zo,enableFileUpload:Z,onFileUpload:Fo,onRemoveFile:Oo,onDragOver:_o})})]})},"chat-interface")})})}function er(){let[e,t]=(0,at.useState)([{id:"1",role:"user",parts:[{type:"text",text:"Can you help me analyze my sales data?"}]},{id:"2",role:"assistant",parts:[{type:"text",text:`I'll help you analyze your sales data. Let me fetch the latest information.
|
|
12
22
|
|
|
13
|
-
*\u{1F527} Calling function: fetch_sales_data(period="30d", region="all")*`}]},{id:"3",role:"assistant",parts:[{type:"text",text:`Great! I'
|
|
23
|
+
*\u{1F527} Calling function: fetch_sales_data(period="30d", region="all")*`}]},{id:"3",role:"assistant",parts:[{type:"text",text:`Great! I'Ta retrieved your sales data for the last 30 days. Here's what I found:
|
|
14
24
|
|
|
15
25
|
**Sales Summary:**
|
|
16
26
|
- **Total Revenue:** $125,000
|
|
@@ -30,7 +40,7 @@ Would you like me to create a detailed report or analyze any specific metrics?`}
|
|
|
30
40
|
|
|
31
41
|
*\u{1F4C8} Tool Result: Chart generated successfully - ID: revenue-trend-123*
|
|
32
42
|
|
|
33
|
-
Perfect! I'
|
|
43
|
+
Perfect! I'Ta created a revenue trend chart for the last 30 days. The chart shows your daily revenue performance with clear trend indicators:
|
|
34
44
|
|
|
35
45
|
\`\`\`
|
|
36
46
|
\u{1F4CA} Revenue Trend - Last 30 Days
|
|
@@ -71,7 +81,7 @@ Timestamp: 2024-01-20T10:30:45Z
|
|
|
71
81
|
- \`analyze_data\` - Perform data analysis
|
|
72
82
|
- \`generate_report\` - Create reports
|
|
73
83
|
|
|
74
|
-
Would you like me to try a valid function instead?`}]}]);return(0,
|
|
84
|
+
Would you like me to try a valid function instead?`}]}]);return(0,Ta.jsx)("div",{className:"Ta-screen w-full",children:(0,Ta.jsx)(tt,{messages:e,capabilities:Ye,enableFileUpload:!0,maxFileSize:10,allowedFileTypes:["*"],businessUnits:[],sessions:[],notifications:[],onNewChat:()=>t([]),onSessionSelect:()=>{},onSessionDelete:()=>{},showCapabilities:!0})})}function tr(){let[e,t]=(0,at.useState)([{id:"1",role:"user",parts:[{type:"text",text:"Can you show me some examples of markdown formatting?"}]},{id:"2",role:"assistant",parts:[{type:"text",text:`# Markdown Formatting Examples
|
|
75
85
|
|
|
76
86
|
Here are various markdown elements that should render properly in the chat:
|
|
77
87
|
|
|
@@ -239,7 +249,7 @@ class SalesAnalyzer:
|
|
|
239
249
|
"""Clean and prepare the sales data for analysis."""
|
|
240
250
|
# Convert date columns
|
|
241
251
|
self.data['date'] = pd.to_datetime(self.data['date'])
|
|
242
|
-
self.data['month'] = self.data['date'].dt.to_period('
|
|
252
|
+
self.data['month'] = self.data['date'].dt.to_period('M')
|
|
243
253
|
|
|
244
254
|
# Handle missing values
|
|
245
255
|
self.data['revenue'].fillna(0, inplace=True)
|
|
@@ -330,7 +340,7 @@ if __name__ == "__main__":
|
|
|
330
340
|
analyzer.visualize_trends('sales_analysis.png')
|
|
331
341
|
\`\`\`
|
|
332
342
|
|
|
333
|
-
This demonstrates complex syntax highlighting with multiple languages and should render properly with appropriate color coding!`}]}]);return(0,
|
|
343
|
+
This demonstrates complex syntax highlighting with multiple languages and should render properly with appropriate color coding!`}]}]);return(0,Ta.jsx)("div",{className:"Ta-screen w-full",children:(0,Ta.jsx)(tt,{messages:e,capabilities:Ye,enableFileUpload:!0,maxFileSize:10,allowedFileTypes:["*"],businessUnits:[],sessions:[],notifications:[],onNewChat:()=>t([]),onSessionSelect:()=>{},onSessionDelete:()=>{},showCapabilities:!0})})}function ar(){let[e,t]=(0,at.useState)([{id:"1",role:"user",parts:[{type:"text",text:"Can you show me some interactive dashboard components?"}]},{id:"2",role:"assistant",parts:[{type:"text",text:"I'll create some interactive dashboard components for you. Here are various UI elements:"},{type:"data-dashboard",data:{title:"Sales Dashboard",widgets:[{type:"metric",title:"Total Revenue",value:"$125,000",change:"+12.5%",trend:"up"},{type:"metric",title:"New Customers",value:"47",change:"+8.3%",trend:"up"},{type:"metric",title:"Conversion Rate",value:"3.2%",change:"-2.1%",trend:"down"}]}}]},{id:"3",role:"user",parts:[{type:"text",text:"Can you show me a data table with customer information?"}]},{id:"4",role:"assistant",parts:[{type:"text",text:"Here's a customer data table with sorting and filtering capabilities:"},{type:"data-table",data:{title:"Customer Information",columns:[{key:"name",label:"Customer Name",sortable:!0},{key:"company",label:"Company",sortable:!0},{key:"revenue",label:"Revenue",sortable:!0,type:"currency"},{key:"status",label:"Status",type:"badge"},{key:"lastContact",label:"Last Contact",type:"date"}],rows:[{id:"1",name:"Alice Johnson",company:"Acme Corp",revenue:85e3,status:"active",lastContact:"2024-01-15"},{id:"2",name:"Bob Smith",company:"Beta Inc",revenue:45e3,status:"pending",lastContact:"2024-01-12"},{id:"3",name:"Carol Davis",company:"Gamma LLC",revenue:15e3,status:"inactive",lastContact:"2024-01-08"},{id:"4",name:"David Wilson",company:"Delta Systems",revenue:125e3,status:"active",lastContact:"2024-01-18"}]}}]},{id:"5",role:"user",parts:[{type:"text",text:"Show me a progress tracker for a project"}]},{id:"6",role:"assistant",parts:[{type:"text",text:"Here's a project progress tracker with timeline and milestones:"},{type:"data-progress",data:{title:"Website Redesign Project",overall_progress:65,phases:[{name:"Discovery & Planning",status:"completed",progress:100,start_date:"2024-01-01",end_date:"2024-01-15",tasks:[{name:"Stakeholder interviews",completed:!0},{name:"Requirements gathering",completed:!0},{name:"Project timeline",completed:!0}]},{name:"Design & Prototyping",status:"completed",progress:100,start_date:"2024-01-16",end_date:"2024-02-15",tasks:[{name:"Wireframes",completed:!0},{name:"Visual design",completed:!0},{name:"Interactive prototype",completed:!0}]},{name:"Development",status:"in_progress",progress:75,start_date:"2024-02-16",end_date:"2024-03-30",tasks:[{name:"Frontend development",completed:!0},{name:"Backend integration",completed:!1},{name:"Testing & QA",completed:!1}]},{name:"Launch & Deployment",status:"pending",progress:0,start_date:"2024-03-31",end_date:"2024-04-15",tasks:[{name:"Production deployment",completed:!1},{name:"User training",completed:!1},{name:"Go-live support",completed:!1}]}]}}]}]);return(0,Ta.jsx)("div",{className:"Ta-screen w-full",children:(0,Ta.jsx)(tt,{messages:e,capabilities:Ye,enableFileUpload:!0,maxFileSize:10,allowedFileTypes:["*"],businessUnits:[],sessions:[],notifications:[],onNewChat:()=>t([]),onSessionSelect:()=>{},onSessionDelete:()=>{},showCapabilities:!0})})}function or(){let[e,t]=(0,at.useState)([{id:"1",role:"user",parts:[{type:"text",text:"I want to upload some files for analysis. I have a sales_data.csv file and a quarterly_report.pdf that I need to analyze."}]},{id:"2",role:"assistant",parts:[{type:"text",text:`Perfect! I can help you analyze various file types. You can upload:
|
|
334
344
|
|
|
335
345
|
\u{1F4CA} **Data Files:**
|
|
336
346
|
- CSV/Excel spreadsheets
|
|
@@ -353,7 +363,7 @@ This demonstrates complex syntax highlighting with multiple languages and should
|
|
|
353
363
|
- \u2705 File type validation
|
|
354
364
|
- \u2705 Size limit checking (max 10MB)
|
|
355
365
|
|
|
356
|
-
Try uploading your files using the attachment button below! I'll analyze them once uploaded.`}]},{id:"3",role:"user",parts:[{type:"text",text:"I just uploaded sales_data.csv (15.4 KB) and quarterly_report.pdf (2.6 MB)"}]},{id:"4",role:"assistant",parts:[{type:"text",text:`Great! I can see you'
|
|
366
|
+
Try uploading your files using the attachment button below! I'll analyze them once uploaded.`}]},{id:"3",role:"user",parts:[{type:"text",text:"I just uploaded sales_data.csv (15.4 KB) and quarterly_report.pdf (2.6 MB)"}]},{id:"4",role:"assistant",parts:[{type:"text",text:`Great! I can see you'Ta uploaded two files:
|
|
357
367
|
|
|
358
368
|
## \u{1F4C1} Uploaded Files
|
|
359
369
|
|
|
@@ -395,7 +405,7 @@ Would you like me to:
|
|
|
395
405
|
- \u{1F4CA} Create detailed visualizations
|
|
396
406
|
- \u{1F50D} Investigate the revenue variance
|
|
397
407
|
- \u{1F4C8} Generate trend analysis
|
|
398
|
-
- \u{1F4CB} Create a unified report?`}]}]);return(0,
|
|
408
|
+
- \u{1F4CB} Create a unified report?`}]}]);return(0,Ta.jsx)("div",{className:"Ta-screen w-full",children:(0,Ta.jsx)(tt,{messages:e,capabilities:Ye,enableFileUpload:!0,maxFileSize:10,allowedFileTypes:["*"],businessUnits:[],sessions:[],notifications:[],onNewChat:()=>t([]),onSessionSelect:()=>{},onSessionDelete:()=>{},showCapabilities:!0})})}function ir(){let[e,t]=(0,at.useState)([{id:"1",role:"user",parts:[{type:"text",text:"Can you fetch my latest sales data?"}]},{id:"2",role:"assistant",parts:[{type:"text",text:`I'll fetch your latest sales data right away.
|
|
399
409
|
|
|
400
410
|
*\u{1F527} Calling function: fetch_sales_data(period="latest")*
|
|
401
411
|
|
|
@@ -436,7 +446,7 @@ I'm unable to fetch the sales data due to insufficient permissions.
|
|
|
436
446
|
**Next Steps:**
|
|
437
447
|
1. **Contact your administrator** to request the necessary permissions
|
|
438
448
|
2. **Verify your role** - You may need a sales or data analyst role
|
|
439
|
-
3. **Check group memberships** - Ensure you'
|
|
449
|
+
3. **Check group memberships** - Ensure you'Eo in the appropriate security groups
|
|
440
450
|
|
|
441
451
|
**Alternative Options:**
|
|
442
452
|
- Upload a sales data file directly (CSV, Excel)
|
|
@@ -461,7 +471,7 @@ The report generation failed because the specified data source is not valid.
|
|
|
461
471
|
**Available Data Sources:**
|
|
462
472
|
- \`sales_db\` - Main sales database
|
|
463
473
|
- \`crm_system\` - Customer relationship management system
|
|
464
|
-
- \`uploaded_files\` - Files you'
|
|
474
|
+
- \`uploaded_files\` - Files you'Ta uploaded to the chat
|
|
465
475
|
|
|
466
476
|
**How to Fix This:**
|
|
467
477
|
1. **Choose a valid source** from the list above
|
|
@@ -470,20 +480,20 @@ The report generation failed because the specified data source is not valid.
|
|
|
470
480
|
|
|
471
481
|
**Example:** "Generate a sales report using the CRM system data"
|
|
472
482
|
|
|
473
|
-
Would you like me to try generating a report with one of the valid data sources?`}]},{id:"7",role:"user",parts:[{type:"text",text:"Let me try uploading some corrupted data (corrupted_data.xlsx - 0 bytes)"}]},{id:"8",role:"assistant",parts:[{type:"text",text:`I see you'
|
|
483
|
+
Would you like me to try generating a report with one of the valid data sources?`}]},{id:"7",role:"user",parts:[{type:"text",text:"Let me try uploading some corrupted data (corrupted_data.xlsx - 0 bytes)"}]},{id:"8",role:"assistant",parts:[{type:"text",text:`I see you'Eo trying to upload a file. Let me analyze it.
|
|
474
484
|
|
|
475
485
|
*\u{1F527} Processing file: corrupted_data.xlsx*
|
|
476
486
|
|
|
477
487
|
\u{1F4BE} **Corrupted or Empty File**
|
|
478
488
|
|
|
479
489
|
\`\`\`
|
|
480
|
-
Error: File appears to
|
|
490
|
+
Error: File appears to Ta corrupted or empty
|
|
481
491
|
Code: CORRUPTED_FILE
|
|
482
492
|
File size: 0 bytes
|
|
483
493
|
MIME type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
|
484
494
|
\`\`\`
|
|
485
495
|
|
|
486
|
-
The uploaded Excel file appears to
|
|
496
|
+
The uploaded Excel file appears to Ta corrupted or empty (0 bytes).
|
|
487
497
|
|
|
488
498
|
**Possible Causes:**
|
|
489
499
|
- File upload was interrupted
|
|
@@ -493,7 +503,7 @@ The uploaded Excel file appears to fa corrupted or empty (0 bytes).
|
|
|
493
503
|
|
|
494
504
|
**Troubleshooting Steps:**
|
|
495
505
|
|
|
496
|
-
1. **
|
|
506
|
+
1. **_t-save the file:**
|
|
497
507
|
- Open in Excel and save as a new file
|
|
498
508
|
- Try "Save As" \u2192 Excel Workbook (.xlsx)
|
|
499
509
|
|
|
@@ -503,9 +513,9 @@ The uploaded Excel file appears to fa corrupted or empty (0 bytes).
|
|
|
503
513
|
|
|
504
514
|
3. **Check file integrity:**
|
|
505
515
|
- Verify you can open the file locally
|
|
506
|
-
- Check file size (should
|
|
516
|
+
- Check file size (should Ta > 0 bytes)
|
|
507
517
|
|
|
508
|
-
4. **
|
|
518
|
+
4. **_t-upload:**
|
|
509
519
|
- Clear browser cache
|
|
510
520
|
- Try uploading again
|
|
511
521
|
|
|
@@ -527,7 +537,7 @@ Status: Multiple service endpoints unreachable
|
|
|
527
537
|
Last successful connection: 5 minutes ago
|
|
528
538
|
\`\`\`
|
|
529
539
|
|
|
530
|
-
|
|
540
|
+
It appears there are network connectivity issues affecting several services:
|
|
531
541
|
|
|
532
542
|
**Affected Services:**
|
|
533
543
|
- \u274C Customer Database (timeout)
|
|
@@ -537,7 +547,7 @@ Ye appears there are network connectivity issues affecting several services:
|
|
|
537
547
|
- \u2705 Authentication (operational)
|
|
538
548
|
|
|
539
549
|
**Impact:**
|
|
540
|
-
- File uploads may fail or
|
|
550
|
+
- File uploads may fail or Ta delayed
|
|
541
551
|
- Data retrieval functions unavailable
|
|
542
552
|
- Real-time analytics temporarily disabled
|
|
543
553
|
- Chat functionality remains available
|
|
@@ -554,7 +564,7 @@ Ye appears there are network connectivity issues affecting several services:
|
|
|
554
564
|
- Access cached reports and documents
|
|
555
565
|
- Plan future actions for when services restore
|
|
556
566
|
|
|
557
|
-
I'll continue monitoring the connection status. Services typically restore within 5-10 minutes during maintenance windows.`}]}]);return(0,
|
|
567
|
+
I'll continue monitoring the connection status. Services typically restore within 5-10 minutes during maintenance windows.`}]}]);return(0,Ta.jsx)("div",{className:"Ta-screen w-full",children:(0,Ta.jsx)(tt,{messages:e,capabilities:Ye,enableFileUpload:!0,maxFileSize:10,allowedFileTypes:["*"],businessUnits:[],sessions:[],notifications:[],onNewChat:()=>t([]),onSessionSelect:()=>{},onSessionDelete:()=>{},showCapabilities:!0})})}function rr(){let[e,t]=(0,at.useState)([{id:"1",role:"assistant",parts:[{type:"text",text:`Welcome! I can help you with various business tasks. Use the capabilities menu at the bottom to explore what I can do, or ask me directly about:
|
|
558
568
|
|
|
559
569
|
\u{1F3E2} **Sales & CRM**
|
|
560
570
|
- Customer management
|
|
@@ -576,7 +586,7 @@ I'll continue monitoring the connection status. Services typically restore withi
|
|
|
576
586
|
- Budget analysis
|
|
577
587
|
- Expense tracking
|
|
578
588
|
|
|
579
|
-
Try clicking on any capability in the menu below to get started!`}]},{id:"2",role:"user",parts:[{type:"text",text:"I clicked on Sales \u2192 Customers \u2192 Acme Corp"}]},{id:"3",role:"assistant",parts:[{type:"text",text:"Great! You'
|
|
589
|
+
Try clicking on any capability in the menu below to get started!`}]},{id:"2",role:"user",parts:[{type:"text",text:"I clicked on Sales \u2192 Customers \u2192 Acme Corp"}]},{id:"3",role:"assistant",parts:[{type:"text",text:"Great! You'Ta selected **Acme Corp** from the customers list. Here's what I found:"},{type:"data-customer-card",data:{id:"acme-corp",name:"Acme Corp",type:"Enterprise Customer",revenue:"$125,000 ARR",industry:"Technology",employees:500,lastContact:"2024-01-15",status:"active",contacts:[{name:"John Smith",role:"CTO",email:"john@acme.com"},{name:"Sarah Johnson",role:"Procurement",email:"sarah@acme.com"}],recent_activity:[{date:"2024-01-15",activity:"Contract renewal discussion"},{date:"2024-01-10",activity:"Product demo scheduled"},{date:"2024-01-05",activity:"Support ticket resolved"}],opportunities:[{name:"Enterprise License Renewal",value:"$150K",stage:"Negotiation"},{name:"Additional Modules",value:"$25K",stage:"Proposal"}]}}]},{id:"4",role:"assistant",parts:[{type:"text",text:`**Available Actions for Acme Corp:**
|
|
580
590
|
|
|
581
591
|
\u{1F3AF} **Sales Actions**
|
|
582
592
|
- Schedule follow-up meeting
|
|
@@ -593,7 +603,7 @@ Try clicking on any capability in the menu below to get started!`}]},{id:"2",rol
|
|
|
593
603
|
- Generate account report
|
|
594
604
|
- Analyze usage patterns
|
|
595
605
|
|
|
596
|
-
What would you like to do next?`}]},{id:"5",role:"user",parts:[{type:"text",text:"Now I want to explore Marketing \u2192 Campaign Management"}]},{id:"6",role:"assistant",parts:[{type:"text",text:"Perfect! You'
|
|
606
|
+
What would you like to do next?`}]},{id:"5",role:"user",parts:[{type:"text",text:"Now I want to explore Marketing \u2192 Campaign Management"}]},{id:"6",role:"assistant",parts:[{type:"text",text:"Perfect! You'Ta navigated to **Campaign Management**. Here's an overview of your marketing campaigns:"},{type:"data-campaigns",data:{title:"Active Marketing Campaigns",campaigns:[{id:"winter-promo",name:"Winter Promotion 2024",status:"active",type:"Email + Social",start_date:"2024-01-01",end_date:"2024-02-29",budget:15e3,spent:8500,leads:247,conversions:23,roi:"180%"},{id:"product-launch",name:"New Product Launch",status:"planning",type:"Multi-channel",start_date:"2024-02-15",end_date:"2024-04-15",budget:25e3,spent:0,leads:0,conversions:0,roi:"TBD"},{id:"retargeting",name:"Retargeting Campaign",status:"active",type:"Digital Ads",start_date:"2024-01-10",end_date:"2024-03-10",budget:8e3,spent:3200,leads:89,conversions:12,roi:"150%"}]}}]},{id:"7",role:"assistant",parts:[{type:"text",text:`**Campaign Management Actions:**
|
|
597
607
|
|
|
598
608
|
\u{1F4DD} **Create & Edit**
|
|
599
609
|
- Create new campaign
|
|
@@ -615,7 +625,7 @@ What would you like to do next?`}]},{id:"5",role:"user",parts:[{type:"text",text
|
|
|
615
625
|
- Optimize targeting
|
|
616
626
|
- Adjust bidding strategies
|
|
617
627
|
|
|
618
|
-
Which campaign would you like to work with, or what action would you like to take?`}]},{id:"8",role:"user",parts:[{type:"text",text:"Let me check HR \u2192 Employee Management \u2192 Performance Reviews"}]},{id:"9",role:"assistant",parts:[{type:"text",text:"You'
|
|
628
|
+
Which campaign would you like to work with, or what action would you like to take?`}]},{id:"8",role:"user",parts:[{type:"text",text:"Let me check HR \u2192 Employee Management \u2192 Performance Reviews"}]},{id:"9",role:"assistant",parts:[{type:"text",text:"You'Ta accessed **Performance Reviews** in HR. Here's the current status of performance reviews:"},{type:"data-performance",data:{title:"Performance Review Dashboard",period:"Q4 2023",overview:{total_employees:127,reviews_completed:89,reviews_pending:23,reviews_overdue:15,completion_rate:70.1},departments:[{name:"Engineering",employees:45,completed:38,pending:5,overdue:2,avg_rating:4.2},{name:"Sales",employees:28,completed:22,pending:4,overdue:2,avg_rating:3.9},{name:"Marketing",employees:18,completed:12,pending:3,overdue:3,avg_rating:4},{name:"Operations",employees:15,completed:9,pending:4,overdue:2,avg_rating:3.8}],upcoming_deadlines:[{employee:"Alex Chen",department:"Engineering",due_date:"2024-01-25"},{employee:"Maria Garcia",department:"Sales",due_date:"2024-01-27"},{employee:"David Kim",department:"Marketing",due_date:"2024-01-30"}]}}]},{id:"10",role:"assistant",parts:[{type:"text",text:`**Performance Review Actions:**
|
|
619
629
|
|
|
620
630
|
\u2705 **Review Management**
|
|
621
631
|
- Schedule new reviews
|
|
@@ -642,4 +652,4 @@ Which campaign would you like to work with, or what action would you like to tak
|
|
|
642
652
|
- 23 reviews are **pending**
|
|
643
653
|
- 3 employees have upcoming deadlines this week
|
|
644
654
|
|
|
645
|
-
Would you like me to send reminder notifications or help with any specific review tasks?`}]}]);return(0,
|
|
655
|
+
Would you like me to send reminder notifications or help with any specific review tasks?`}]}]);return(0,Ta.jsx)("div",{className:"Ta-screen w-full",children:(0,Ta.jsx)(tt,{messages:e,capabilities:Ye,enableFileUpload:!0,maxFileSize:10,allowedFileTypes:["*"],businessUnits:[],sessions:[],notifications:[],onNewChat:()=>t([]),onSessionSelect:()=>{},onSessionDelete:()=>{},showCapabilities:!0})})}0&&(module.exports={ChatDemoCapabilitiesInteraction,ChatDemoErrorHandling,ChatDemoFileUploads,ChatDemoMarkdownResponses,ChatDemoToolCalling,ChatDemoUIComponents});
|