agentstudio 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +481 -37
- package/README.zh-CN.md +525 -0
- package/{dist → backend/dist}/bin/agentstudio.js +7 -5
- package/backend/dist/bin/agentstudio.js.map +1 -0
- package/backend/dist/index.d.ts +3 -0
- package/backend/dist/index.d.ts.map +1 -0
- package/{dist → backend/dist}/index.js +9 -28
- package/{dist → backend/dist}/index.js.map +1 -1
- package/{dist → backend/dist}/routes/agents.js +3 -3
- package/{dist → backend/dist}/routes/agents.js.map +1 -1
- package/{dist → backend/dist}/routes/projects.js +2 -2
- package/{dist → backend/dist}/routes/projects.js.map +1 -1
- package/{dist → backend/dist}/routes/sessions.js +1 -1
- package/{dist → backend/dist}/routes/sessions.js.map +1 -1
- package/{dist → backend/dist}/routes/settings.js +2 -2
- package/{dist → backend/dist}/routes/settings.js.map +1 -1
- package/package.json +30 -50
- package/.env +0 -15
- package/dist/bin/agentstudio.js.map +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/frontend/dist/assets/AgentsPage-Dqb_aqAA.js +0 -1
- package/frontend/dist/assets/ChatPage-BvQmXfcP.css +0 -1
- package/frontend/dist/assets/ChatPage-L8Paywyc.js +0 -91
- package/frontend/dist/assets/CommandForm-DLl7EIMS.js +0 -7
- package/frontend/dist/assets/CommandsPage-Bzavq0Ec.js +0 -1
- package/frontend/dist/assets/DashboardPage-B3o4AYFT.js +0 -15
- package/frontend/dist/assets/FileBrowser-DL3ayaqb.js +0 -1
- package/frontend/dist/assets/GeneralSettingsPage-CBN_de-V.js +0 -1
- package/frontend/dist/assets/LandingPage-Dl4ioKos.js +0 -1
- package/frontend/dist/assets/LoginPage-4QqRdiSi.js +0 -12
- package/frontend/dist/assets/McpPage-CY3tYiqj.js +0 -39
- package/frontend/dist/assets/MemorySettingsPage-DGxrok5K.js +0 -1
- package/frontend/dist/assets/ProjectSelector-hgmGYVFh.js +0 -1
- package/frontend/dist/assets/ProjectsPage-D399IM0c.js +0 -14
- package/frontend/dist/assets/SettingsLayout-CL_K-lzJ.js +0 -1
- package/frontend/dist/assets/SubagentForm-DXtTTIKg.js +0 -7
- package/frontend/dist/assets/SubagentsPage-Chbhj8p2.js +0 -1
- package/frontend/dist/assets/ToastTestPage-DT4wuN5C.js +0 -1
- package/frontend/dist/assets/UnifiedToolSelector-CsM9qBvs.js +0 -1
- package/frontend/dist/assets/VersionSettingsPage-74Q-LVgA.js +0 -5
- package/frontend/dist/assets/agents-ClAzIJTw.js +0 -1
- package/frontend/dist/assets/agents-DwCY2K8p.css +0 -1
- package/frontend/dist/assets/authFetch-BATQyPG5.js +0 -1
- package/frontend/dist/assets/data-structures-DLJedtzx.js +0 -27
- package/frontend/dist/assets/dateFormat-CXa8VnEC.js +0 -1
- package/frontend/dist/assets/index-B9YHa7XT.css +0 -1
- package/frontend/dist/assets/index-B_CTNvca.js +0 -268
- package/frontend/dist/assets/monaco-editor-C7Z4sOhS.js +0 -19
- package/frontend/dist/assets/syntax-highlighting-YWvMU4Hm.js +0 -24
- package/frontend/dist/assets/tabManager-DV8urRBM.js +0 -30
- package/frontend/dist/assets/table-D6q1rytw.js +0 -1
- package/frontend/dist/assets/tools-C4EPanYi.js +0 -1
- package/frontend/dist/assets/ui-components-Cw21Epuw.js +0 -481
- package/frontend/dist/assets/useAgents-DwnOE1_k.js +0 -2
- package/frontend/dist/assets/useClaudeVersions-CQdGnCqv.js +0 -1
- package/frontend/dist/assets/useCommands-CCVaurbt.js +0 -1
- package/frontend/dist/cc-studio.png +0 -0
- package/frontend/dist/index.html +0 -70
- package/frontend/dist/vite.svg +0 -1
- package/shared/index.d.ts +0 -6
- package/shared/index.d.ts.map +0 -1
- package/shared/index.js +0 -7
- package/shared/types/agents.d.ts +0 -80
- package/shared/types/agents.d.ts.map +0 -1
- package/shared/types/agents.js +0 -145
- package/shared/types/claude-history.d.ts +0 -61
- package/shared/types/claude-history.d.ts.map +0 -1
- package/shared/types/claude-history.js +0 -2
- package/shared/types/claude-versions.d.ts +0 -40
- package/shared/types/claude-versions.d.ts.map +0 -1
- package/shared/types/claude-versions.js +0 -1
- package/shared/types/commands.d.ts +0 -48
- package/shared/types/commands.d.ts.map +0 -1
- package/shared/types/commands.js +0 -19
- package/shared/types/projects.d.ts +0 -35
- package/shared/types/projects.d.ts.map +0 -1
- package/shared/types/projects.js +0 -2
- package/shared/types/subagents.d.ts +0 -26
- package/shared/types/subagents.d.ts.map +0 -1
- package/shared/types/subagents.js +0 -1
- package/shared/utils/agentStorage.d.ts +0 -27
- package/shared/utils/agentStorage.d.ts.map +0 -1
- package/shared/utils/agentStorage.js +0 -392
- package/shared/utils/claudeVersionStorage.d.ts +0 -16
- package/shared/utils/claudeVersionStorage.d.ts.map +0 -1
- package/shared/utils/claudeVersionStorage.js +0 -230
- package/shared/utils/projectMetadataStorage.d.ts +0 -94
- package/shared/utils/projectMetadataStorage.d.ts.map +0 -1
- package/shared/utils/projectMetadataStorage.js +0 -422
- package/shared/utils/toolMapping.d.ts +0 -56
- package/shared/utils/toolMapping.d.ts.map +0 -1
- package/shared/utils/toolMapping.js +0 -71
- package/tsconfig.json +0 -27
- /package/{dist → backend/dist}/bin/agentstudio.d.ts +0 -0
- /package/{dist → backend/dist}/bin/agentstudio.d.ts.map +0 -0
- /package/{dist → backend/dist}/middleware/auth.d.ts +0 -0
- /package/{dist → backend/dist}/middleware/auth.d.ts.map +0 -0
- /package/{dist → backend/dist}/middleware/auth.js +0 -0
- /package/{dist → backend/dist}/middleware/auth.js.map +0 -0
- /package/{dist → backend/dist}/routes/agents.d.ts +0 -0
- /package/{dist → backend/dist}/routes/agents.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/auth.d.ts +0 -0
- /package/{dist → backend/dist}/routes/auth.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/auth.js +0 -0
- /package/{dist → backend/dist}/routes/auth.js.map +0 -0
- /package/{dist → backend/dist}/routes/commands.d.ts +0 -0
- /package/{dist → backend/dist}/routes/commands.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/commands.js +0 -0
- /package/{dist → backend/dist}/routes/commands.js.map +0 -0
- /package/{dist → backend/dist}/routes/files.d.ts +0 -0
- /package/{dist → backend/dist}/routes/files.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/files.js +0 -0
- /package/{dist → backend/dist}/routes/files.js.map +0 -0
- /package/{dist → backend/dist}/routes/mcp.d.ts +0 -0
- /package/{dist → backend/dist}/routes/mcp.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/mcp.js +0 -0
- /package/{dist → backend/dist}/routes/mcp.js.map +0 -0
- /package/{dist → backend/dist}/routes/media.d.ts +0 -0
- /package/{dist → backend/dist}/routes/media.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/media.js +0 -0
- /package/{dist → backend/dist}/routes/media.js.map +0 -0
- /package/{dist → backend/dist}/routes/projects.d.ts +0 -0
- /package/{dist → backend/dist}/routes/projects.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/sessions.d.ts +0 -0
- /package/{dist → backend/dist}/routes/sessions.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/settings.d.ts +0 -0
- /package/{dist → backend/dist}/routes/settings.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/slides.d.ts +0 -0
- /package/{dist → backend/dist}/routes/slides.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/slides.js +0 -0
- /package/{dist → backend/dist}/routes/slides.js.map +0 -0
- /package/{dist → backend/dist}/routes/subagents.d.ts +0 -0
- /package/{dist → backend/dist}/routes/subagents.d.ts.map +0 -0
- /package/{dist → backend/dist}/routes/subagents.js +0 -0
- /package/{dist → backend/dist}/routes/subagents.js.map +0 -0
- /package/{dist → backend/dist}/services/claudeSession.d.ts +0 -0
- /package/{dist → backend/dist}/services/claudeSession.d.ts.map +0 -0
- /package/{dist → backend/dist}/services/claudeSession.js +0 -0
- /package/{dist → backend/dist}/services/claudeSession.js.map +0 -0
- /package/{dist → backend/dist}/services/messageQueue.d.ts +0 -0
- /package/{dist → backend/dist}/services/messageQueue.d.ts.map +0 -0
- /package/{dist → backend/dist}/services/messageQueue.js +0 -0
- /package/{dist → backend/dist}/services/messageQueue.js.map +0 -0
- /package/{dist → backend/dist}/services/sessionManager.d.ts +0 -0
- /package/{dist → backend/dist}/services/sessionManager.d.ts.map +0 -0
- /package/{dist → backend/dist}/services/sessionManager.js +0 -0
- /package/{dist → backend/dist}/services/sessionManager.js.map +0 -0
- /package/{dist → backend/dist}/utils/jwt.d.ts +0 -0
- /package/{dist → backend/dist}/utils/jwt.d.ts.map +0 -0
- /package/{dist → backend/dist}/utils/jwt.js +0 -0
- /package/{dist → backend/dist}/utils/jwt.js.map +0 -0
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import{f,A as p,i as b}from"./agents-ClAzIJTw.js";import{a as m}from"./authFetch-BATQyPG5.js";const w=async()=>{try{const r=await m(`${p}/agents/sessions`);if(!r.ok)throw new Error("Failed to fetch sessions");return r.json()}catch(r){if(b(r))return{activeSessionCount:0,sessions:[],message:"API service unavailable"};throw r}},v=()=>f({queryKey:["sessions"],queryFn:w,refetchInterval:5e3,retry:(r,e)=>b(e)?!1:r<3,retryDelay:r=>Math.min(1e3*2**r,3e4)}),I=async(r,e)=>{const s=await m(`${p}/sessions/${r}/${e}/cleanup`,{method:"DELETE"});if(!s.ok){const t=await s.json();throw new Error(t.error||"Failed to cleanup session")}};class a{static instance;static STORAGE_KEY="active_chat_tabs";static WAKEUP_SIGNAL_KEY="tab_wakeup_signal";static WAKEUP_RESPONSE_KEY="tab_wakeup_response";static TAB_TIMEOUT=300*1e3;currentTabId;cleanupInterval;lastKnownSession=null;sessionResumeHistory=[];constructor(){this.currentTabId=this.generateTabId(),this.startCleanupTimer(),this.setupBeforeUnloadHandler(),console.log(`📱 TabManager initialized with ID: ${this.currentTabId}`)}static getInstance(){return a.instance||(a.instance=new a),a.instance}registerCurrentTab(e,s){const t=this.getActiveTabs(),n=this.getTabKey(e,s),i={agentId:e,sessionId:s,url:window.location.href,lastSeen:Date.now(),tabId:this.currentTabId,title:document.title};t[n]=i,this.saveActiveTabs(t),console.log(`📱 Tab registered: ${this.currentTabId} for session ${s}`),this.lastKnownSession={agentId:e,sessionId:s}}updateCurrentTabActivity(e,s){const t=this.getActiveTabs(),n=this.getTabKey(e,s);t[n]&&t[n].tabId===this.currentTabId&&(t[n].lastSeen=Date.now(),t[n].url=window.location.href,t[n].title=document.title,this.saveActiveTabs(t),this.lastKnownSession={agentId:e,sessionId:s})}hasActiveTab(e,s){return this.findActiveTabForSession(e,s)!==null}findActiveTabForSession(e,s){const t=this.getActiveTabs(),n=this.getTabKey(e,s);if(t[n]&&Date.now()-t[n].lastSeen<a.TAB_TIMEOUT)return t[n];for(const[i,o]of Object.entries(t))if(o.agentId===e&&o.sessionId===s){if(Date.now()-o.lastSeen<a.TAB_TIMEOUT)return o;delete t[i],this.saveActiveTabs(t),console.log(`🗑️ Cleaned up expired tab: ${s}`)}return null}async wakeupExistingTab(e,s,t){if(!this.findActiveTabForSession(e,s))return!1;const i={type:"WAKEUP",agentId:e,sessionId:s,requestId:this.generateRequestId(),timestamp:Date.now(),sourceUrl:t||window.location.href};return console.log(`🔔 Sending wakeup signal for session: ${s}`),localStorage.setItem(a.WAKEUP_SIGNAL_KEY,JSON.stringify(i)),new Promise(o=>{const l=setTimeout(()=>{console.log(`⏰ Wakeup timeout for session ${s}`),o(!1)},2e3),g=setInterval(()=>{const h=localStorage.getItem(a.WAKEUP_RESPONSE_KEY);if(h)try{const d=JSON.parse(h);if(d.requestId===i.requestId){clearTimeout(l),localStorage.removeItem(a.WAKEUP_RESPONSE_KEY),console.log(`✅ Tab awakened successfully: ${s}`),o(d.success);return}}catch(d){console.error("Error parsing wakeup response:",d)}},100);setTimeout(()=>clearInterval(g),2e3)})}setupWakeupListener(e,s){const t=i=>{if(i.key===a.WAKEUP_SIGNAL_KEY&&i.newValue)try{const o=JSON.parse(i.newValue);o.type==="WAKEUP"&&o.agentId===e&&o.sessionId===s&&this.handleWakeupSignal(o)}catch(o){console.error("Error handling wakeup signal:",o)}};window.addEventListener("storage",t);const n=setInterval(()=>{const i=localStorage.getItem(a.WAKEUP_SIGNAL_KEY);if(i)try{const o=JSON.parse(i);o.type==="WAKEUP"&&o.agentId===e&&o.sessionId===s&&Date.now()-o.timestamp<5e3&&this.handleWakeupSignal(o)}catch(o){console.error("Error polling wakeup signal:",o)}},500);return console.log(`🎯 Wakeup listener setup for session: ${s}`),()=>{window.removeEventListener("storage",t),clearInterval(n),console.log(`🎯 Wakeup listener cleaned up for session: ${s}`)}}updateCurrentTabSession(e,s,t,n){const i=this.getActiveTabs(),o=this.getTabKey(e,s);i[o]&&i[o].tabId===this.currentTabId&&delete i[o];const l=this.getTabKey(t,n);i[l]={agentId:t,sessionId:n,url:window.location.href,lastSeen:Date.now(),tabId:this.currentTabId,title:document.title},this.saveActiveTabs(i),console.log(`🔄 Tab session updated: ${s} → ${n}`),this.lastKnownSession={agentId:t,sessionId:n}}unregisterCurrentTabSession(e,s){const t=this.getActiveTabs(),n=this.getTabKey(e,s);t[n]&&t[n].tabId===this.currentTabId&&(delete t[n],this.saveActiveTabs(t),console.log(`📤 Unregistered current tab from session: ${s}`)),this.lastKnownSession&&this.lastKnownSession.agentId===e&&this.lastKnownSession.sessionId===s&&(this.lastKnownSession=null)}handleSessionResume(e,s,t){const n=this.getActiveTabs(),i=this.getTabKey(e,s),o=this.getTabKey(e,t);n[i]&&n[i].tabId===this.currentTabId?(delete n[i],n[o]={agentId:e,sessionId:t,url:window.location.href,lastSeen:Date.now(),tabId:this.currentTabId,title:document.title},this.saveActiveTabs(n),console.log(`🔄 Session resumed: ${s} → ${t}`),this.lastKnownSession={agentId:e,sessionId:t}):(this.registerCurrentTab(e,t),console.log(`🆕 Resumed session registered: ${t}`))}recordSessionResume(e,s,t){this.sessionResumeHistory.push({originalSessionId:s,newSessionId:t,timestamp:Date.now(),agentId:e}),this.sessionResumeHistory.length>100&&(this.sessionResumeHistory=this.sessionResumeHistory.slice(-100)),console.log(`📝 Recorded session resume: ${s} → ${t}`)}smartUpdateCurrentTab(){const e=window.location.href,s=this.parseSessionFromUrl(e);if(!s){this.lastKnownSession&&(this.unregisterCurrentTabSession(this.lastKnownSession.agentId,this.lastKnownSession.sessionId),this.lastKnownSession=null);return}const{agentId:t,sessionId:n}=s;if(this.lastKnownSession){const{agentId:i,sessionId:o}=this.lastKnownSession;o!==n||i!==t?this.sessionResumeHistory.find(c=>c.originalSessionId===o&&c.newSessionId===n&&c.agentId===t&&Date.now()-c.timestamp<3e4)?(this.handleSessionResume(t,o,n),console.log(`🔄 Detected session resume via URL: ${o} → ${n}`)):(this.updateCurrentTabSession(i,o,t,n),console.log(`🎯 Regular session switch: ${o} → ${n}`)):this.updateCurrentTabActivity(t,n)}else this.registerCurrentTab(t,n),console.log(`🎯 Initial session register: ${n}`);this.lastKnownSession={agentId:t,sessionId:n}}startSmartMonitoring(){this.smartUpdateCurrentTab();const e=()=>{setTimeout(()=>this.smartUpdateCurrentTab(),100)};window.addEventListener("popstate",e);const s=history.pushState,t=history.replaceState;return history.pushState=function(...n){s.apply(this,n),e()},history.replaceState=function(...n){t.apply(this,n),e()},console.log(`🎯 Smart monitoring started for tab: ${this.currentTabId}`),()=>{window.removeEventListener("popstate",e),history.pushState=s,history.replaceState=t,console.log(`🛑 Smart monitoring stopped for tab: ${this.currentTabId}`)}}handleWakeupSignal(e){console.log(`🔔 Received wakeup signal for session: ${e.sessionId}`);try{if(window.focus(),window.parent&&window.parent!==window&&window.parent.focus(),document.hidden){const t=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!0});document.dispatchEvent(t)}}catch(t){console.log("Focus attempt failed:",t)}this.flashPageTitle(),this.playNotificationSound(),e.sourceUrl&&e.sourceUrl!==window.location.href?this.isSameSession(e.sourceUrl,window.location.href)?(console.log("🎯 URLs point to same session, forcing visibility"),this.makePageVisible()):(console.log(`🔄 Navigating to: ${e.sourceUrl}`),window.history.replaceState(null,"",e.sourceUrl),window.location.reload()):this.makePageVisible();const s={requestId:e.requestId,agentId:e.agentId,sessionId:e.sessionId,success:!0,timestamp:Date.now()};localStorage.setItem(a.WAKEUP_RESPONSE_KEY,JSON.stringify(s)),localStorage.removeItem(a.WAKEUP_SIGNAL_KEY),this.updateCurrentTabActivity(e.agentId,e.sessionId),console.log(`✅ Wakeup signal processed successfully for session: ${e.sessionId}`)}flashPageTitle(){const e=document.title;let s=0;const t=setInterval(()=>{document.title=s%2===0?"🔔 会话已唤起":e,s++,s>6&&(clearInterval(t),document.title=e)},500),n=()=>{clearInterval(t),document.title=e,window.removeEventListener("focus",n)};window.addEventListener("focus",n)}playNotificationSound(){try{const e=new(window.AudioContext||window.webkitAudioContext),s=e.createOscillator(),t=e.createGain();s.connect(t),t.connect(e.destination),s.frequency.setValueAtTime(800,e.currentTime),s.frequency.setValueAtTime(600,e.currentTime+.1),t.gain.setValueAtTime(.1,e.currentTime),t.gain.exponentialRampToValueAtTime(.01,e.currentTime+.2),s.start(e.currentTime),s.stop(e.currentTime+.2)}catch(e){console.log("Audio notification not supported:",e)}}makePageVisible(){try{window.scrollTo(0,0),document.fullscreenEnabled&&document.documentElement.requestFullscreen?.()?.then(()=>{setTimeout(()=>{document.exitFullscreen?.()},100)}).catch(t=>console.log("Fullscreen toggle failed:",t));const e=document.createElement("div");e.style.cssText=`
|
|
2
|
-
position: fixed;
|
|
3
|
-
top: 50%;
|
|
4
|
-
left: 50%;
|
|
5
|
-
transform: translate(-50%, -50%);
|
|
6
|
-
background: rgba(59, 130, 246, 0.9);
|
|
7
|
-
color: white;
|
|
8
|
-
padding: 20px 40px;
|
|
9
|
-
border-radius: 12px;
|
|
10
|
-
font-size: 18px;
|
|
11
|
-
font-weight: bold;
|
|
12
|
-
z-index: 999999;
|
|
13
|
-
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
|
|
14
|
-
animation: bounce 0.6s ease-in-out;
|
|
15
|
-
`;const s=document.createElement("style");s.textContent=`
|
|
16
|
-
@keyframes bounce {
|
|
17
|
-
0%, 20%, 53%, 80%, 100% {
|
|
18
|
-
transform: translate(-50%, -50%) translateY(0);
|
|
19
|
-
}
|
|
20
|
-
40%, 43% {
|
|
21
|
-
transform: translate(-50%, -50%) translateY(-20px);
|
|
22
|
-
}
|
|
23
|
-
70% {
|
|
24
|
-
transform: translate(-50%, -50%) translateY(-10px);
|
|
25
|
-
}
|
|
26
|
-
90% {
|
|
27
|
-
transform: translate(-50%, -50%) translateY(-5px);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
`,document.head.appendChild(s),e.textContent="🎯 会话已激活",document.body.appendChild(e),setTimeout(()=>{document.body.contains(e)&&document.body.removeChild(e),document.head.contains(s)&&document.head.removeChild(s)},2e3),console.log("🎯 Made page more visible")}catch(e){console.log("Make page visible failed:",e)}}parseSessionFromUrl(e){try{const s=new URL(e),t=s.pathname.split("/"),n=t.indexOf("chat");if(n!==-1&&t[n+1]){const i=t[n+1],o=s.searchParams.get("session");if(i&&o)return{agentId:i,sessionId:o}}return null}catch(s){return console.error("Error parsing session from URL:",s),null}}isSameSession(e,s){try{const t=this.parseSessionFromUrl(e),n=this.parseSessionFromUrl(s);return!t||!n?!1:t.agentId===n.agentId&&t.sessionId===n.sessionId}catch(t){return console.error("Error comparing session URLs:",t),!1}}getActiveTabs(){try{const e=localStorage.getItem(a.STORAGE_KEY);return e?JSON.parse(e):{}}catch(e){return console.error("Error reading active tabs:",e),{}}}saveActiveTabs(e){try{localStorage.setItem(a.STORAGE_KEY,JSON.stringify(e))}catch(s){console.error("Error saving active tabs:",s)}}getTabKey(e,s){return`${e}_${s}`}generateTabId(){return`tab_${Date.now()}_${Math.random().toString(36).substr(2,9)}`}generateRequestId(){return`req_${Date.now()}_${Math.random().toString(36).substr(2,9)}`}startCleanupTimer(){this.cleanupInterval=window.setInterval(()=>{this.cleanupExpiredTabs()},6e4)}cleanupExpiredTabs(){const e=this.getActiveTabs(),s=Date.now();let t=0;Object.keys(e).forEach(n=>{s-e[n].lastSeen>a.TAB_TIMEOUT&&(delete e[n],t++)}),t>0&&(this.saveActiveTabs(e),console.log(`🗑️ Cleaned up ${t} expired tabs`))}setupBeforeUnloadHandler(){window.addEventListener("beforeunload",()=>{const e=this.getActiveTabs();Object.keys(e).forEach(s=>{e[s].tabId===this.currentTabId&&delete e[s]}),this.saveActiveTabs(e)})}getDebugInfo(){return{tabs:this.getActiveTabs(),currentTabId:this.currentTabId,lastKnownSession:this.lastKnownSession,resumeHistory:this.sessionResumeHistory}}clearAllTabs(){localStorage.removeItem(a.STORAGE_KEY),localStorage.removeItem(a.WAKEUP_SIGNAL_KEY),localStorage.removeItem(a.WAKEUP_RESPONSE_KEY),this.sessionResumeHistory=[],this.lastKnownSession=null,console.log("🗑️ All tab records cleared")}stopCleanupTimer(){this.cleanupInterval&&(clearInterval(this.cleanupInterval),this.cleanupInterval=void 0,console.log("🛑 Cleanup timer stopped"))}}const u=a.getInstance();window.tabManagerDebug={showTabs:()=>console.table(u.getDebugInfo().tabs),clearAll:()=>u.clearAllTabs(),testWakeup:(r,e)=>u.wakeupExistingTab(r,e),getCurrentTabId:()=>u.getDebugInfo().currentTabId,getDebugInfo:()=>u.getDebugInfo()};export{I as c,u as t,v as u};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{j as t}from"./data-structures-DLJedtzx.js";import{r as s}from"./monaco-editor-C7Z4sOhS.js";import{e as o}from"./index-B_CTNvca.js";const l=s.forwardRef(({className:a,...e},r)=>t.jsx("div",{className:"relative w-full overflow-auto",children:t.jsx("table",{ref:r,className:o("w-full caption-bottom text-sm",a),...e})}));l.displayName="Table";const d=s.forwardRef(({className:a,...e},r)=>t.jsx("thead",{ref:r,className:o("[&_tr]:border-b",a),...e}));d.displayName="TableHeader";const b=s.forwardRef(({className:a,...e},r)=>t.jsx("tbody",{ref:r,className:o("[&_tr:last-child]:border-0",a),...e}));b.displayName="TableBody";const m=s.forwardRef(({className:a,...e},r)=>t.jsx("tfoot",{ref:r,className:o("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",a),...e}));m.displayName="TableFooter";const c=s.forwardRef(({className:a,...e},r)=>t.jsx("tr",{ref:r,className:o("border-b border-gray-200 dark:border-gray-700 transition-colors hover:bg-gray-50 dark:hover:bg-gray-800/50 data-[state=selected]:bg-gray-100 dark:data-[state=selected]:bg-gray-800",a),...e}));c.displayName="TableRow";const i=s.forwardRef(({className:a,...e},r)=>t.jsx("th",{ref:r,className:o("h-12 px-4 text-left align-middle font-medium text-gray-600 dark:text-gray-400 [&:has([role=checkbox])]:pr-0",a),...e}));i.displayName="TableHead";const f=s.forwardRef(({className:a,...e},r)=>t.jsx("td",{ref:r,className:o("p-4 align-middle text-gray-900 dark:text-gray-100 [&:has([role=checkbox])]:pr-0",a),...e}));f.displayName="TableCell";const x=s.forwardRef(({className:a,...e},r)=>t.jsx("caption",{ref:r,className:o("mt-4 text-sm text-gray-600 dark:text-gray-400",a),...e}));x.displayName="TableCaption";export{l as T,d as a,c as b,i as c,b as d,f as e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as g}from"./monaco-editor-C7Z4sOhS.js";import{j as t}from"./data-structures-DLJedtzx.js";import{P as M,G as W,S as D,B as K,a as q,F as H,b as J,c as X,d as Z,C as v,e as Y,f as Q,g as V,h as F,A as ee,T as w,W as te,L as se,i as re,j as ae,k as T,l as P,m as ne,Z as le}from"./ui-components-Cw21Epuw.js";const oe=(e,s,r,l)=>{const a=[r,{code:s,...l||{}}];if(e?.services?.logger?.forward)return e.services.logger.forward(a,"warn","react-i18next::",!0);f(a[0])&&(a[0]=`react-i18next:: ${a[0]}`),e?.services?.logger?.warn?e.services.logger.warn(...a):console?.warn&&console.warn(...a)},$={},C=(e,s,r,l)=>{f(r)&&$[r]||(f(r)&&($[r]=new Date),oe(e,s,r,l))},U=(e,s)=>()=>{if(e.isInitialized)s();else{const r=()=>{setTimeout(()=>{e.off("initialized",r)},0),s()};e.on("initialized",r)}},E=(e,s,r)=>{e.loadNamespaces(s,U(e,r))},L=(e,s,r,l)=>{if(f(r)&&(r=[r]),e.options.preload&&e.options.preload.indexOf(s)>-1)return E(e,r,l);r.forEach(a=>{e.options.ns.indexOf(a)<0&&e.options.ns.push(a)}),e.loadLanguages(s,U(e,l))},de=(e,s,r={})=>!s.languages||!s.languages.length?(C(s,"NO_LANGUAGES","i18n.languages were undefined or empty",{languages:s.languages}),!0):s.hasLoadedNamespace(e,{lng:r.lng,precheck:(l,a)=>{if(r.bindI18n&&r.bindI18n.indexOf("languageChanging")>-1&&l.services.backendConnector.backend&&l.isLanguageChangingTo&&!a(l.isLanguageChangingTo,e))return!1}}),f=e=>typeof e=="string",ie=e=>typeof e=="object"&&e!==null,ce=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,ue={"&":"&","&":"&","<":"<","<":"<",">":">",">":">","'":"'","'":"'",""":'"',""":'"'," ":" "," ":" ","©":"©","©":"©","®":"®","®":"®","…":"…","…":"…","/":"/","/":"/"},ge=e=>ue[e],xe=e=>e.replace(ce,ge);let O={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:xe};const me=(e={})=>{O={...O,...e}},pe=()=>O;let A;const be=e=>{A=e},he=()=>A,Ee={type:"3rdParty",init(e){me(e.options.react),be(e)}},fe=g.createContext();class ye{constructor(){this.usedNamespaces={}}addUsedNamespaces(s){s.forEach(r=>{this.usedNamespaces[r]||(this.usedNamespaces[r]=!0)})}getUsedNamespaces(){return Object.keys(this.usedNamespaces)}}const Ne=(e,s)=>{const r=g.useRef();return g.useEffect(()=>{r.current=e},[e,s]),r.current},G=(e,s,r,l)=>e.getFixedT(s,r,l),ke=(e,s,r,l)=>g.useCallback(G(e,s,r,l),[e,s,r,l]),S=(e,s={})=>{const{i18n:r}=s,{i18n:l,defaultNS:a}=g.useContext(fe)||{},n=r||l||he();if(n&&!n.reportNamespaces&&(n.reportNamespaces=new ye),!n){C(n,"NO_I18NEXT_INSTANCE","useTranslation: You will need to pass in an i18next instance by using initReactI18next");const u=(m,p)=>f(p)?p:ie(p)&&f(p.defaultValue)?p.defaultValue:Array.isArray(m)?m[m.length-1]:m,x=[u,{},!1];return x.t=u,x.i18n={},x.ready=!1,x}n.options.react?.wait&&C(n,"DEPRECATED_OPTION","useTranslation: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");const d={...pe(),...n.options.react,...s},{useSuspense:i,keyPrefix:o}=d;let c=e||a||n.options?.defaultNS;c=f(c)?[c]:c||["translation"],n.reportNamespaces.addUsedNamespaces?.(c);const b=(n.isInitialized||n.initializedStoreOnce)&&c.every(u=>de(u,n,d)),z=ke(n,s.lng||null,d.nsMode==="fallback"?c:c[0],o),I=()=>z,j=()=>G(n,s.lng||null,d.nsMode==="fallback"?c:c[0],o),[B,y]=g.useState(I);let N=c.join();s.lng&&(N=`${s.lng}${N}`);const _=Ne(N),h=g.useRef(!0);g.useEffect(()=>{const{bindI18n:u,bindI18nStore:x}=d;h.current=!0,!b&&!i&&(s.lng?L(n,s.lng,c,()=>{h.current&&y(j)}):E(n,c,()=>{h.current&&y(j)})),b&&_&&_!==N&&h.current&&y(j);const m=()=>{h.current&&y(j)};return u&&n?.on(u,m),x&&n?.store.on(x,m),()=>{h.current=!1,n&&u&&u?.split(" ").forEach(p=>n.off(p,m)),x&&n&&x.split(" ").forEach(p=>n.store.off(p,m))}},[n,N]),g.useEffect(()=>{h.current&&b&&y(I)},[n,o,b]);const k=[B,n,b];if(k.t=B,k.i18n=n,k.ready=b,b||!b&&!i)return k;throw new Promise(u=>{s.lng?L(n,s.lng,c,()=>u()):E(n,c,()=>u())})},je={Task:te,Bash:w,BashOutput:ee,KillBash:F,Glob:V,Grep:Q,LS:Y,exit_plan_mode:v,Read:Z,Edit:X,MultiEdit:J,Write:H,NotebookRead:q,NotebookEdit:K,WebFetch:W,TodoWrite:D,WebSearch:W},we={Task:"text-purple-600 dark:text-purple-400 bg-purple-100 dark:bg-purple-900/30",Bash:"text-gray-800 dark:text-gray-300 bg-gray-100 dark:bg-gray-700",BashOutput:"text-blue-700 dark:text-blue-400 bg-blue-50 dark:bg-blue-900/30",KillBash:"text-red-700 dark:text-red-400 bg-red-50 dark:bg-red-900/30",Glob:"text-blue-600 dark:text-blue-400 bg-blue-100 dark:bg-blue-900/30",Grep:"text-green-600 dark:text-green-400 bg-green-100 dark:bg-green-900/30",LS:"text-yellow-600 dark:text-yellow-400 bg-yellow-100 dark:bg-yellow-900/30",exit_plan_mode:"text-emerald-600 dark:text-emerald-400 bg-emerald-100 dark:bg-emerald-900/30",Read:"text-indigo-600 dark:text-indigo-400 bg-indigo-100 dark:bg-indigo-900/30",Edit:"text-orange-600 dark:text-orange-400 bg-orange-100 dark:bg-orange-900/30",MultiEdit:"text-red-600 dark:text-red-400 bg-red-100 dark:bg-red-900/30",Write:"text-cyan-600 dark:text-cyan-400 bg-cyan-100 dark:bg-cyan-900/30",NotebookRead:"text-pink-600 dark:text-pink-400 bg-pink-100 dark:bg-pink-900/30",NotebookEdit:"text-rose-600 dark:text-rose-400 bg-rose-100 dark:bg-rose-900/30",WebFetch:"text-teal-600 dark:text-teal-400 bg-teal-100 dark:bg-teal-900/30",TodoWrite:"text-violet-600 dark:text-violet-400 bg-violet-100 dark:bg-violet-900/30",WebSearch:"text-sky-600 dark:text-sky-400 bg-sky-100 dark:bg-sky-900/30"},R=({execution:e,children:s,subtitle:r,showResult:l=!0,isMcpTool:a=!1,hideToolName:n=!0})=>{const[d,i]=g.useState(!1),o=a?M:je[e.toolName]||w,c=a?"text-blue-600 dark:text-blue-400 bg-blue-100 dark:bg-blue-900/30":we[e.toolName]||"text-gray-600 dark:text-gray-400 bg-gray-100 dark:bg-gray-700";return t.jsx(t.Fragment,{children:t.jsxs("div",{className:"border border-gray-200 dark:border-gray-700 rounded-lg bg-gray-50 dark:bg-gray-800 max-w-full",children:[t.jsxs("div",{className:`flex items-start justify-between cursor-pointer hover:bg-gray-100 dark:hover:bg-gray-700 transition-colors ${n?"p-2":"p-4"}`,onClick:()=>i(!d),children:[t.jsxs("div",{className:`flex space-x-2 flex-1 min-w-0 ${n?"items-center":"items-start"}`,children:[t.jsx("div",{className:`${n?"p-1.5":"p-2"} rounded-full ${c} ${n?"":"mt-0.5"}`,children:e.isExecuting?t.jsx(se,{className:"w-4 h-4 animate-spin"}):t.jsx(o,{className:"w-4 h-4"})}),t.jsxs("div",{className:"min-w-0 flex-1",children:[!n&&t.jsx("h4",{className:"text-sm font-semibold text-gray-800 dark:text-gray-200",children:e.toolName}),r&&t.jsx("p",{className:"text-xs text-gray-500 dark:text-gray-400 truncate",children:r})]})]}),t.jsx("div",{className:"flex items-center",children:d?t.jsx(re,{className:"w-4 h-4 text-gray-400 dark:text-gray-500"}):t.jsx(ae,{className:"w-4 h-4 text-gray-400 dark:text-gray-500"})})]}),d&&t.jsx("div",{className:"px-4 pb-4 border-t border-gray-200 dark:border-gray-700",children:t.jsxs("div",{className:"pt-3",children:[s,l&&e.toolResult&&!e.isError&&t.jsx(Te,{result:e.toolResult})]})})]})})},Oe=({label:e,value:s,className:r="",isCode:l=!1})=>{if(s==null||s==="")return null;const a=typeof s=="object"?JSON.stringify(s,null,2):String(s);return t.jsxs("div",{className:`mb-2 ${r}`,children:[t.jsxs("span",{className:"text-xs font-medium text-gray-600 dark:text-gray-400",children:[e,":"]}),t.jsx("div",{className:`mt-1 ${l?"font-mono bg-gray-100 dark:bg-gray-700 p-2 rounded text-sm text-gray-800 dark:text-gray-200":"text-sm text-gray-800 dark:text-gray-200"}`,children:l?t.jsx("pre",{className:"whitespace-pre-wrap break-words",children:a}):t.jsx("span",{className:"break-words",children:a})})]})},Te=({result:e,isError:s=!1,className:r=""})=>{const{t:l}=S("components");return e?t.jsxs("div",{className:`mt-3 ${r}`,children:[t.jsx("p",{className:"text-xs font-medium text-gray-600 dark:text-gray-400 mb-2",children:l("baseToolComponent.executionResult")}),t.jsx("div",{className:`p-3 rounded-md border text-sm font-mono whitespace-pre-wrap break-words ${s?"bg-red-50 dark:bg-red-900/30 border-red-200 dark:border-red-800 text-red-700 dark:text-red-300":"bg-green-50 dark:bg-green-900/30 border-green-200 dark:border-green-800 text-green-700 dark:text-green-300"}`,children:e})]}):null},Re=({execution:e})=>{const{t:s}=S("components"),r=e.toolInput,a=(()=>{if(!e.toolUseResult)return null;if(typeof e.toolUseResult=="object")return e.toolUseResult;if(typeof e.toolUseResult=="string")try{return JSON.parse(e.toolUseResult)}catch{const i=e.toolUseResult.trim(),o=i.includes("running")?"running":i.includes("completed")?"completed":i.includes("killed")?"killed":i.includes("failed")?"failed":"running";return{shellId:r.bash_id,command:"",status:o,exitCode:null,stdout:"",stderr:"",stdoutLines:0,stderrLines:0,timestamp:new Date().toISOString()}}return null})(),n=()=>{const i=a?.shellId||r.bash_id;if(!i)return;let o=`${s("bashOutputTool.shellPrefix")} ${i}`;return a?.status&&(o+=` • ${a.status}`),o},d=i=>{switch(i){case"running":return{icon:t.jsx(w,{className:"w-4 h-4"}),className:"bg-blue-100 text-blue-800 border-blue-200",text:s("bashOutputTool.status.running")};case"completed":return{icon:t.jsx(v,{className:"w-4 h-4"}),className:"bg-green-100 text-green-800 border-green-200",text:s("bashOutputTool.status.completed")};case"killed":return{icon:t.jsx(ne,{className:"w-4 h-4"}),className:"bg-red-100 text-red-800 border-red-200",text:s("bashOutputTool.status.killed")};case"failed":return{icon:t.jsx(T,{className:"w-4 h-4"}),className:"bg-orange-100 text-orange-800 border-orange-200",text:s("bashOutputTool.status.failed")};default:return{icon:t.jsx(P,{className:"w-4 h-4"}),className:"bg-gray-100 text-gray-800 border-gray-200",text:i}}};return t.jsx(R,{execution:e,subtitle:n(),showResult:!1,children:t.jsxs("div",{className:"space-y-4",children:[a&&t.jsxs(t.Fragment,{children:[t.jsxs("div",{className:"bg-gray-50 rounded-lg p-3 space-y-3",children:[t.jsxs("div",{className:`inline-flex items-center gap-2 px-3 py-1 rounded-full border text-sm font-medium ${d(a.status||"unknown").className}`,children:[d(a.status||"unknown").icon,d(a.status||"unknown").text]}),a.command&&t.jsxs("div",{className:"bg-white border rounded px-3 py-2 text-sm font-mono text-gray-800",children:[t.jsx("span",{className:"text-gray-500 mr-2",children:">"}),t.jsx("span",{className:"break-all",children:a.command})]}),(a.filterPattern||r.filter)&&t.jsxs("div",{className:"bg-white border rounded px-3 py-2 text-sm font-mono text-gray-800",children:[t.jsx("span",{className:"text-gray-500 mr-2",children:"filter:"}),t.jsx("span",{className:"break-all",children:a.filterPattern||r.filter})]}),t.jsxs("div",{className:"flex gap-4 text-xs text-gray-500 pt-2 border-t border-gray-200",children:[a.exitCode!==void 0&&a.exitCode!==null&&t.jsxs("span",{children:[s("bashOutputTool.exitCode"),": ",a.exitCode]}),a.timestamp&&t.jsx("span",{children:new Date(a.timestamp).toLocaleTimeString()})]})]}),a.stdout&&t.jsxs("div",{children:[t.jsxs("div",{className:"flex items-center gap-2 text-sm font-medium text-gray-700 mb-2",children:[t.jsx(w,{className:"w-4 h-4"}),s("bashOutputTool.stdout")]}),t.jsx("pre",{className:"bg-gray-900 text-green-400 rounded-lg px-3 py-2 text-sm font-mono overflow-x-auto whitespace-pre-wrap border",children:a.stdout.trim()})]}),a.stderr&&t.jsxs("div",{children:[t.jsxs("div",{className:"flex items-center gap-2 text-sm font-medium text-red-700 mb-2",children:[t.jsx(T,{className:"w-4 h-4"}),s("bashOutputTool.stderr")]}),t.jsx("pre",{className:"bg-red-50 text-red-800 border border-red-200 rounded-lg px-3 py-2 text-sm font-mono overflow-x-auto whitespace-pre-wrap",children:a.stderr.trim()})]})]}),!a&&t.jsxs("div",{className:"text-sm text-gray-600",children:[s("bashOutputTool.fetchingOutput",{shellId:r.bash_id}),r.filter&&t.jsxs("div",{className:"mt-1 text-xs text-gray-500",children:[s("bashOutputTool.filterCondition"),": ",t.jsx("code",{className:"bg-gray-100 px-1 rounded",children:r.filter})]})]})]})})},Ie=({execution:e})=>{const{t:s}=S("components"),r=e.toolInput,a=(()=>{if(!e.toolResult)return null;try{return JSON.parse(e.toolResult)}catch{return{message:e.toolResult}}})(),n=()=>{if(!r.shell_id)return;const i=a?.message?.match(/\(([^)]+)\)/)?.[1]||"";return i?s("killBashTool.subtitleWithProcess",{shellId:r.shell_id,processName:i}):s("killBashTool.subtitle",{shellId:r.shell_id})},d=()=>e.isError?!1:!!(a?.success===!0||a?.message?.includes("killed")||a?.message?.includes("Successfully"));return t.jsx(R,{execution:e,subtitle:n(),showResult:!1,children:t.jsxs("div",{className:"space-y-3",children:[t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsx("div",{className:`p-2 rounded-full ${e.isExecuting?"bg-yellow-100":d()?"bg-green-100":e.isError?"bg-red-100":"bg-gray-100"}`,children:e.isExecuting?t.jsx(le,{className:"w-5 h-5 text-yellow-600 animate-pulse"}):d()?t.jsx(v,{className:"w-5 h-5 text-green-600"}):e.isError?t.jsx(T,{className:"w-5 h-5 text-red-600"}):t.jsx(F,{className:"w-5 h-5 text-gray-600"})}),t.jsxs("div",{children:[t.jsx("div",{className:`font-medium ${e.isExecuting?"text-yellow-800":d()?"text-green-800":e.isError?"text-red-800":"text-gray-800"}`,children:e.isExecuting?s("killBashTool.status.terminating"):d()?s("killBashTool.status.success"):e.isError?s("killBashTool.status.failed"):s("killBashTool.status.ready")}),t.jsxs("div",{className:"text-sm text-gray-600 mt-1",children:[s("killBashTool.shellId"),": ",t.jsx("code",{className:"bg-gray-100 px-2 py-0.5 rounded text-xs",children:r.shell_id})]})]})]}),a&&a.message&&t.jsx("div",{className:`p-3 rounded-md text-sm font-mono ${d()?"bg-green-100 text-green-800 border border-green-200":e.isError?"bg-red-100 text-red-800 border border-red-200":"bg-gray-100 text-gray-800 border border-gray-200"}`,children:a.message})]})})},Be=({execution:e})=>{const{t:s}=S("components"),r=e.toolInput,l=o=>{switch(o){case"completed":return t.jsx(v,{className:"w-3 h-3 text-green-600"});case"in_progress":return t.jsx(P,{className:"w-3 h-3 text-blue-600"});default:return t.jsx(T,{className:"w-3 h-3 text-gray-400"})}},a=r.todos.filter(o=>o.status==="completed").length,n=r.todos.length,d=r.todos.find(o=>o.status==="in_progress")?.content,i=()=>a===n&&n>0?s("todoWriteTool.allTasksCompleted"):d?s("todoWriteTool.currentTaskProgress",{completed:a+1,total:n,task:d}):s("todoWriteTool.pendingTasks",{completed:a,total:n});return t.jsx(R,{execution:e,subtitle:i(),showResult:!1,children:t.jsxs("div",{className:"space-y-1",children:[r.todos.map((o,c)=>t.jsxs("div",{className:"flex items-center gap-2 text-sm py-1",children:[l(o.status),t.jsx("span",{className:`flex-1 ${o.status==="completed"?"text-gray-500 line-through":o.status==="in_progress"?"text-blue-700 font-medium":"text-gray-700"}`,children:o.content})]},c)),t.jsxs("div",{className:"flex gap-3 text-xs text-gray-500 pt-2 border-t border-gray-200 mt-2",children:[t.jsx("span",{children:s("todoWriteTool.completedCount",{count:r.todos.filter(o=>o.status==="completed").length})}),t.jsx("span",{children:s("todoWriteTool.inProgressCount",{count:r.todos.filter(o=>o.status==="in_progress").length})}),t.jsx("span",{children:s("todoWriteTool.pendingCount",{count:r.todos.filter(o=>o.status==="pending").length})})]})]})})};export{R as B,Ie as K,Oe as T,Be as a,Re as b,Ee as i,S as u};
|
|
@@ -1,481 +0,0 @@
|
|
|
1
|
-
import{r as d,W as y}from"./monaco-editor-C7Z4sOhS.js";/**
|
|
2
|
-
* @license lucide-react v0.541.0 - ISC
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the ISC license.
|
|
5
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/const g=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),w=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(a,o,c)=>c?c.toUpperCase():o.toLowerCase()),p=t=>{const a=w(t);return a.charAt(0).toUpperCase()+a.slice(1)},M=(...t)=>t.filter((a,o,c)=>!!a&&a.trim()!==""&&c.indexOf(a)===o).join(" ").trim(),N=t=>{for(const a in t)if(a.startsWith("aria-")||a==="role"||a==="title")return!0};/**
|
|
7
|
-
* @license lucide-react v0.541.0 - ISC
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the ISC license.
|
|
10
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/var $={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
|
|
12
|
-
* @license lucide-react v0.541.0 - ISC
|
|
13
|
-
*
|
|
14
|
-
* This source code is licensed under the ISC license.
|
|
15
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
16
|
-
*/const b=d.forwardRef(({color:t="currentColor",size:a=24,strokeWidth:o=2,absoluteStrokeWidth:c,className:n="",children:r,iconNode:k,...h},s)=>d.createElement("svg",{ref:s,...$,width:a,height:a,stroke:t,strokeWidth:c?Number(o)*24/Number(a):o,className:M("lucide",n),...!r&&!N(h)&&{"aria-hidden":"true"},...h},[...k.map(([f,x])=>d.createElement(f,x)),...Array.isArray(r)?r:[r]]));/**
|
|
17
|
-
* @license lucide-react v0.541.0 - ISC
|
|
18
|
-
*
|
|
19
|
-
* This source code is licensed under the ISC license.
|
|
20
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
21
|
-
*/const e=(t,a)=>{const o=d.forwardRef(({className:c,...n},r)=>d.createElement(b,{ref:r,iconNode:a,className:M(`lucide-${g(p(t))}`,`lucide-${t}`,c),...n}));return o.displayName=p(t),o};/**
|
|
22
|
-
* @license lucide-react v0.541.0 - ISC
|
|
23
|
-
*
|
|
24
|
-
* This source code is licensed under the ISC license.
|
|
25
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
26
|
-
*/const j=[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]],m2=e("activity",j);/**
|
|
27
|
-
* @license lucide-react v0.541.0 - ISC
|
|
28
|
-
*
|
|
29
|
-
* This source code is licensed under the ISC license.
|
|
30
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
31
|
-
*/const z=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"M10 12h4",key:"a56b0p"}]],f2=e("archive",z);/**
|
|
32
|
-
* @license lucide-react v0.541.0 - ISC
|
|
33
|
-
*
|
|
34
|
-
* This source code is licensed under the ISC license.
|
|
35
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
36
|
-
*/const q=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],x2=e("arrow-left",q);/**
|
|
37
|
-
* @license lucide-react v0.541.0 - ISC
|
|
38
|
-
*
|
|
39
|
-
* This source code is licensed under the ISC license.
|
|
40
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
41
|
-
*/const C=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],g2=e("arrow-right",C);/**
|
|
42
|
-
* @license lucide-react v0.541.0 - ISC
|
|
43
|
-
*
|
|
44
|
-
* This source code is licensed under the ISC license.
|
|
45
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
46
|
-
*/const H=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]],w2=e("arrow-up",H);/**
|
|
47
|
-
* @license lucide-react v0.541.0 - ISC
|
|
48
|
-
*
|
|
49
|
-
* This source code is licensed under the ISC license.
|
|
50
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
51
|
-
*/const O=[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],N2=e("book-marked",O);/**
|
|
52
|
-
* @license lucide-react v0.541.0 - ISC
|
|
53
|
-
*
|
|
54
|
-
* This source code is licensed under the ISC license.
|
|
55
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
56
|
-
*/const A=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],$2=e("book-open",A);/**
|
|
57
|
-
* @license lucide-react v0.541.0 - ISC
|
|
58
|
-
*
|
|
59
|
-
* This source code is licensed under the ISC license.
|
|
60
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
61
|
-
*/const P=[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]],b2=e("bot",P);/**
|
|
62
|
-
* @license lucide-react v0.541.0 - ISC
|
|
63
|
-
*
|
|
64
|
-
* This source code is licensed under the ISC license.
|
|
65
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
66
|
-
*/const V=[["path",{d:"M12 18V5",key:"adv99a"}],["path",{d:"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4",key:"1e3is1"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5",key:"1gqd8o"}],["path",{d:"M17.997 5.125a4 4 0 0 1 2.526 5.77",key:"iwvgf7"}],["path",{d:"M18 18a4 4 0 0 0 2-7.464",key:"efp6ie"}],["path",{d:"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517",key:"1gq6am"}],["path",{d:"M6 18a4 4 0 0 1-2-7.464",key:"k1g0md"}],["path",{d:"M6.003 5.125a4 4 0 0 0-2.526 5.77",key:"q97ue3"}]],j2=e("brain",V);/**
|
|
67
|
-
* @license lucide-react v0.541.0 - ISC
|
|
68
|
-
*
|
|
69
|
-
* This source code is licensed under the ISC license.
|
|
70
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
71
|
-
*/const L=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]],z2=e("calendar",L);/**
|
|
72
|
-
* @license lucide-react v0.541.0 - ISC
|
|
73
|
-
*
|
|
74
|
-
* This source code is licensed under the ISC license.
|
|
75
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
76
|
-
*/const S=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],q2=e("check",S);/**
|
|
77
|
-
* @license lucide-react v0.541.0 - ISC
|
|
78
|
-
*
|
|
79
|
-
* This source code is licensed under the ISC license.
|
|
80
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
81
|
-
*/const E=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],C2=e("chevron-down",E);/**
|
|
82
|
-
* @license lucide-react v0.541.0 - ISC
|
|
83
|
-
*
|
|
84
|
-
* This source code is licensed under the ISC license.
|
|
85
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
86
|
-
*/const Z=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],H2=e("chevron-left",Z);/**
|
|
87
|
-
* @license lucide-react v0.541.0 - ISC
|
|
88
|
-
*
|
|
89
|
-
* This source code is licensed under the ISC license.
|
|
90
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
91
|
-
*/const B=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],O2=e("chevron-right",B);/**
|
|
92
|
-
* @license lucide-react v0.541.0 - ISC
|
|
93
|
-
*
|
|
94
|
-
* This source code is licensed under the ISC license.
|
|
95
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
96
|
-
*/const I=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],A2=e("chevron-up",I);/**
|
|
97
|
-
* @license lucide-react v0.541.0 - ISC
|
|
98
|
-
*
|
|
99
|
-
* This source code is licensed under the ISC license.
|
|
100
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
101
|
-
*/const F=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],P2=e("circle-alert",F);/**
|
|
102
|
-
* @license lucide-react v0.541.0 - ISC
|
|
103
|
-
*
|
|
104
|
-
* This source code is licensed under the ISC license.
|
|
105
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
106
|
-
*/const W=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],V2=e("circle-check-big",W);/**
|
|
107
|
-
* @license lucide-react v0.541.0 - ISC
|
|
108
|
-
*
|
|
109
|
-
* This source code is licensed under the ISC license.
|
|
110
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
111
|
-
*/const D=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],L2=e("circle-question-mark",D);/**
|
|
112
|
-
* @license lucide-react v0.541.0 - ISC
|
|
113
|
-
*
|
|
114
|
-
* This source code is licensed under the ISC license.
|
|
115
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
116
|
-
*/const R=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],S2=e("circle-x",R);/**
|
|
117
|
-
* @license lucide-react v0.541.0 - ISC
|
|
118
|
-
*
|
|
119
|
-
* This source code is licensed under the ISC license.
|
|
120
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
121
|
-
*/const T=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],E2=e("clock",T);/**
|
|
122
|
-
* @license lucide-react v0.541.0 - ISC
|
|
123
|
-
*
|
|
124
|
-
* This source code is licensed under the ISC license.
|
|
125
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
126
|
-
*/const U=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],Z2=e("code",U);/**
|
|
127
|
-
* @license lucide-react v0.541.0 - ISC
|
|
128
|
-
*
|
|
129
|
-
* This source code is licensed under the ISC license.
|
|
130
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
131
|
-
*/const G=[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]],B2=e("command",G);/**
|
|
132
|
-
* @license lucide-react v0.541.0 - ISC
|
|
133
|
-
*
|
|
134
|
-
* This source code is licensed under the ISC license.
|
|
135
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
136
|
-
*/const K=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],I2=e("copy",K);/**
|
|
137
|
-
* @license lucide-react v0.541.0 - ISC
|
|
138
|
-
*
|
|
139
|
-
* This source code is licensed under the ISC license.
|
|
140
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
141
|
-
*/const Q=[["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M17 20v2",key:"1rnc9c"}],["path",{d:"M17 2v2",key:"11trls"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M2 17h2",key:"7oei6x"}],["path",{d:"M2 7h2",key:"asdhe0"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"M20 17h2",key:"1fpfkl"}],["path",{d:"M20 7h2",key:"1o8tra"}],["path",{d:"M7 20v2",key:"4gnj0m"}],["path",{d:"M7 2v2",key:"1i4yhu"}],["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",key:"1vbyd7"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]],F2=e("cpu",Q);/**
|
|
142
|
-
* @license lucide-react v0.541.0 - ISC
|
|
143
|
-
*
|
|
144
|
-
* This source code is licensed under the ISC license.
|
|
145
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
146
|
-
*/const X=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],W2=e("download",X);/**
|
|
147
|
-
* @license lucide-react v0.541.0 - ISC
|
|
148
|
-
*
|
|
149
|
-
* This source code is licensed under the ISC license.
|
|
150
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
151
|
-
*/const J=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]],D2=e("ellipsis",J);/**
|
|
152
|
-
* @license lucide-react v0.541.0 - ISC
|
|
153
|
-
*
|
|
154
|
-
* This source code is licensed under the ISC license.
|
|
155
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
156
|
-
*/const Y=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],R2=e("external-link",Y);/**
|
|
157
|
-
* @license lucide-react v0.541.0 - ISC
|
|
158
|
-
*
|
|
159
|
-
* This source code is licensed under the ISC license.
|
|
160
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
161
|
-
*/const e1=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],T2=e("eye-off",e1);/**
|
|
162
|
-
* @license lucide-react v0.541.0 - ISC
|
|
163
|
-
*
|
|
164
|
-
* This source code is licensed under the ISC license.
|
|
165
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
166
|
-
*/const t1=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],U2=e("eye",t1);/**
|
|
167
|
-
* @license lucide-react v0.541.0 - ISC
|
|
168
|
-
*
|
|
169
|
-
* This source code is licensed under the ISC license.
|
|
170
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
171
|
-
*/const a1=[["path",{d:"M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5",key:"1couwa"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]],G2=e("file-pen",a1);/**
|
|
172
|
-
* @license lucide-react v0.541.0 - ISC
|
|
173
|
-
*
|
|
174
|
-
* This source code is licensed under the ISC license.
|
|
175
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
176
|
-
*/const o1=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]],K2=e("file-plus",o1);/**
|
|
177
|
-
* @license lucide-react v0.541.0 - ISC
|
|
178
|
-
*
|
|
179
|
-
* This source code is licensed under the ISC license.
|
|
180
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
181
|
-
*/const c1=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"ms7g94"}],["path",{d:"m9 18-1.5-1.5",key:"1j6qii"}],["circle",{cx:"5",cy:"14",r:"3",key:"ufru5t"}]],Q2=e("file-search",c1);/**
|
|
182
|
-
* @license lucide-react v0.541.0 - ISC
|
|
183
|
-
*
|
|
184
|
-
* This source code is licensed under the ISC license.
|
|
185
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
186
|
-
*/const n1=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],X2=e("file-text",n1);/**
|
|
187
|
-
* @license lucide-react v0.541.0 - ISC
|
|
188
|
-
*
|
|
189
|
-
* This source code is licensed under the ISC license.
|
|
190
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
191
|
-
*/const r1=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]],J2=e("file",r1);/**
|
|
192
|
-
* @license lucide-react v0.541.0 - ISC
|
|
193
|
-
*
|
|
194
|
-
* This source code is licensed under the ISC license.
|
|
195
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
196
|
-
*/const s1=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]],Y2=e("folder-open",s1);/**
|
|
197
|
-
* @license lucide-react v0.541.0 - ISC
|
|
198
|
-
*
|
|
199
|
-
* This source code is licensed under the ISC license.
|
|
200
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
201
|
-
*/const y1=[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],ee=e("folder-plus",y1);/**
|
|
202
|
-
* @license lucide-react v0.541.0 - ISC
|
|
203
|
-
*
|
|
204
|
-
* This source code is licensed under the ISC license.
|
|
205
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
206
|
-
*/const h1=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],te=e("folder",h1);/**
|
|
207
|
-
* @license lucide-react v0.541.0 - ISC
|
|
208
|
-
*
|
|
209
|
-
* This source code is licensed under the ISC license.
|
|
210
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
211
|
-
*/const d1=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],ae=e("globe",d1);/**
|
|
212
|
-
* @license lucide-react v0.541.0 - ISC
|
|
213
|
-
*
|
|
214
|
-
* This source code is licensed under the ISC license.
|
|
215
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
216
|
-
*/const i1=[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]],oe=e("grip-vertical",i1);/**
|
|
217
|
-
* @license lucide-react v0.541.0 - ISC
|
|
218
|
-
*
|
|
219
|
-
* This source code is licensed under the ISC license.
|
|
220
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
221
|
-
*/const l1=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",key:"mvr1a0"}]],ce=e("heart",l1);/**
|
|
222
|
-
* @license lucide-react v0.541.0 - ISC
|
|
223
|
-
*
|
|
224
|
-
* This source code is licensed under the ISC license.
|
|
225
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
226
|
-
*/const k1=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]],ne=e("history",k1);/**
|
|
227
|
-
* @license lucide-react v0.541.0 - ISC
|
|
228
|
-
*
|
|
229
|
-
* This source code is licensed under the ISC license.
|
|
230
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
231
|
-
*/const p1=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]],re=e("house",p1);/**
|
|
232
|
-
* @license lucide-react v0.541.0 - ISC
|
|
233
|
-
*
|
|
234
|
-
* This source code is licensed under the ISC license.
|
|
235
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
236
|
-
*/const _1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],se=e("image",_1);/**
|
|
237
|
-
* @license lucide-react v0.541.0 - ISC
|
|
238
|
-
*
|
|
239
|
-
* This source code is licensed under the ISC license.
|
|
240
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
241
|
-
*/const u1=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],ye=e("info",u1);/**
|
|
242
|
-
* @license lucide-react v0.541.0 - ISC
|
|
243
|
-
*
|
|
244
|
-
* This source code is licensed under the ISC license.
|
|
245
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
246
|
-
*/const M1=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],he=e("layout-dashboard",M1);/**
|
|
247
|
-
* @license lucide-react v0.541.0 - ISC
|
|
248
|
-
*
|
|
249
|
-
* This source code is licensed under the ISC license.
|
|
250
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
251
|
-
*/const v1=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],de=e("loader-circle",v1);/**
|
|
252
|
-
* @license lucide-react v0.541.0 - ISC
|
|
253
|
-
*
|
|
254
|
-
* This source code is licensed under the ISC license.
|
|
255
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
256
|
-
*/const m1=[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]],ie=e("loader",m1);/**
|
|
257
|
-
* @license lucide-react v0.541.0 - ISC
|
|
258
|
-
*
|
|
259
|
-
* This source code is licensed under the ISC license.
|
|
260
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
261
|
-
*/const f1=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]],le=e("lock",f1);/**
|
|
262
|
-
* @license lucide-react v0.541.0 - ISC
|
|
263
|
-
*
|
|
264
|
-
* This source code is licensed under the ISC license.
|
|
265
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
266
|
-
*/const x1=[["path",{d:"m10 17 5-5-5-5",key:"1bsop3"}],["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}]],ke=e("log-in",x1);/**
|
|
267
|
-
* @license lucide-react v0.541.0 - ISC
|
|
268
|
-
*
|
|
269
|
-
* This source code is licensed under the ISC license.
|
|
270
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
271
|
-
*/const g1=[["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 18h16",key:"19g7jn"}],["path",{d:"M4 6h16",key:"1o0s65"}]],pe=e("menu",g1);/**
|
|
272
|
-
* @license lucide-react v0.541.0 - ISC
|
|
273
|
-
*
|
|
274
|
-
* This source code is licensed under the ISC license.
|
|
275
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
276
|
-
*/const w1=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],_e=e("message-circle",w1);/**
|
|
277
|
-
* @license lucide-react v0.541.0 - ISC
|
|
278
|
-
*
|
|
279
|
-
* This source code is licensed under the ISC license.
|
|
280
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
281
|
-
*/const N1=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]],ue=e("message-square",N1);/**
|
|
282
|
-
* @license lucide-react v0.541.0 - ISC
|
|
283
|
-
*
|
|
284
|
-
* This source code is licensed under the ISC license.
|
|
285
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
286
|
-
*/const $1=[["path",{d:"M5 12h14",key:"1ays0h"}]],Me=e("minus",$1);/**
|
|
287
|
-
* @license lucide-react v0.541.0 - ISC
|
|
288
|
-
*
|
|
289
|
-
* This source code is licensed under the ISC license.
|
|
290
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
291
|
-
*/const b1=[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]],ve=e("monitor",b1);/**
|
|
292
|
-
* @license lucide-react v0.541.0 - ISC
|
|
293
|
-
*
|
|
294
|
-
* This source code is licensed under the ISC license.
|
|
295
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
296
|
-
*/const j1=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]],me=e("moon",j1);/**
|
|
297
|
-
* @license lucide-react v0.541.0 - ISC
|
|
298
|
-
*
|
|
299
|
-
* This source code is licensed under the ISC license.
|
|
300
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
301
|
-
*/const z1=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]],fe=e("package",z1);/**
|
|
302
|
-
* @license lucide-react v0.541.0 - ISC
|
|
303
|
-
*
|
|
304
|
-
* This source code is licensed under the ISC license.
|
|
305
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
306
|
-
*/const q1=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],xe=e("palette",q1);/**
|
|
307
|
-
* @license lucide-react v0.541.0 - ISC
|
|
308
|
-
*
|
|
309
|
-
* This source code is licensed under the ISC license.
|
|
310
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
311
|
-
*/const C1=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],ge=e("pen-line",C1);/**
|
|
312
|
-
* @license lucide-react v0.541.0 - ISC
|
|
313
|
-
*
|
|
314
|
-
* This source code is licensed under the ISC license.
|
|
315
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
316
|
-
*/const H1=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]],we=e("play",H1);/**
|
|
317
|
-
* @license lucide-react v0.541.0 - ISC
|
|
318
|
-
*
|
|
319
|
-
* This source code is licensed under the ISC license.
|
|
320
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
321
|
-
*/const O1=[["path",{d:"M9 2v6",key:"17ngun"}],["path",{d:"M15 2v6",key:"s7yy2p"}],["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0Z",key:"wtfw2c"}]],Ne=e("plug-2",O1);/**
|
|
322
|
-
* @license lucide-react v0.541.0 - ISC
|
|
323
|
-
*
|
|
324
|
-
* This source code is licensed under the ISC license.
|
|
325
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
326
|
-
*/const A1=[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M9 8V2",key:"14iosj"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",key:"osxo6l"}]],$e=e("plug",A1);/**
|
|
327
|
-
* @license lucide-react v0.541.0 - ISC
|
|
328
|
-
*
|
|
329
|
-
* This source code is licensed under the ISC license.
|
|
330
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
331
|
-
*/const P1=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],be=e("plus",P1);/**
|
|
332
|
-
* @license lucide-react v0.541.0 - ISC
|
|
333
|
-
*
|
|
334
|
-
* This source code is licensed under the ISC license.
|
|
335
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
336
|
-
*/const V1=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],je=e("refresh-cw",V1);/**
|
|
337
|
-
* @license lucide-react v0.541.0 - ISC
|
|
338
|
-
*
|
|
339
|
-
* This source code is licensed under the ISC license.
|
|
340
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
341
|
-
*/const L1=[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]],ze=e("rocket",L1);/**
|
|
342
|
-
* @license lucide-react v0.541.0 - ISC
|
|
343
|
-
*
|
|
344
|
-
* This source code is licensed under the ISC license.
|
|
345
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
346
|
-
*/const S1=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]],qe=e("rotate-ccw",S1);/**
|
|
347
|
-
* @license lucide-react v0.541.0 - ISC
|
|
348
|
-
*
|
|
349
|
-
* This source code is licensed under the ISC license.
|
|
350
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
351
|
-
*/const E1=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]],Ce=e("rotate-cw",E1);/**
|
|
352
|
-
* @license lucide-react v0.541.0 - ISC
|
|
353
|
-
*
|
|
354
|
-
* This source code is licensed under the ISC license.
|
|
355
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
356
|
-
*/const Z1=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]],He=e("save",Z1);/**
|
|
357
|
-
* @license lucide-react v0.541.0 - ISC
|
|
358
|
-
*
|
|
359
|
-
* This source code is licensed under the ISC license.
|
|
360
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
361
|
-
*/const B1=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],Oe=e("search",B1);/**
|
|
362
|
-
* @license lucide-react v0.541.0 - ISC
|
|
363
|
-
*
|
|
364
|
-
* This source code is licensed under the ISC license.
|
|
365
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
366
|
-
*/const I1=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],Ae=e("send",I1);/**
|
|
367
|
-
* @license lucide-react v0.541.0 - ISC
|
|
368
|
-
*
|
|
369
|
-
* This source code is licensed under the ISC license.
|
|
370
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
371
|
-
*/const F1=[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]],Pe=e("server",F1);/**
|
|
372
|
-
* @license lucide-react v0.541.0 - ISC
|
|
373
|
-
*
|
|
374
|
-
* This source code is licensed under the ISC license.
|
|
375
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
376
|
-
*/const W1=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Ve=e("settings",W1);/**
|
|
377
|
-
* @license lucide-react v0.541.0 - ISC
|
|
378
|
-
*
|
|
379
|
-
* This source code is licensed under the ISC license.
|
|
380
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
381
|
-
*/const D1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]],Le=e("shield",D1);/**
|
|
382
|
-
* @license lucide-react v0.541.0 - ISC
|
|
383
|
-
*
|
|
384
|
-
* This source code is licensed under the ISC license.
|
|
385
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
386
|
-
*/const R1=[["path",{d:"M21 4v16",key:"7j8fe9"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",key:"zs4d6"}]],Se=e("skip-forward",R1);/**
|
|
387
|
-
* @license lucide-react v0.541.0 - ISC
|
|
388
|
-
*
|
|
389
|
-
* This source code is licensed under the ISC license.
|
|
390
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
391
|
-
*/const T1=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],Ee=e("sparkles",T1);/**
|
|
392
|
-
* @license lucide-react v0.541.0 - ISC
|
|
393
|
-
*
|
|
394
|
-
* This source code is licensed under the ISC license.
|
|
395
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
396
|
-
*/const U1=[["path",{d:"M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344",key:"2acyp4"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],Ze=e("square-check-big",U1);/**
|
|
397
|
-
* @license lucide-react v0.541.0 - ISC
|
|
398
|
-
*
|
|
399
|
-
* This source code is licensed under the ISC license.
|
|
400
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
401
|
-
*/const G1=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]],Be=e("square-pen",G1);/**
|
|
402
|
-
* @license lucide-react v0.541.0 - ISC
|
|
403
|
-
*
|
|
404
|
-
* This source code is licensed under the ISC license.
|
|
405
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
406
|
-
*/const K1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],Ie=e("square",K1);/**
|
|
407
|
-
* @license lucide-react v0.541.0 - ISC
|
|
408
|
-
*
|
|
409
|
-
* This source code is licensed under the ISC license.
|
|
410
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
411
|
-
*/const Q1=[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43",key:"16m0ql"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91",key:"1vt8nq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],Fe=e("star-off",Q1);/**
|
|
412
|
-
* @license lucide-react v0.541.0 - ISC
|
|
413
|
-
*
|
|
414
|
-
* This source code is licensed under the ISC license.
|
|
415
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
416
|
-
*/const X1=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],We=e("star",X1);/**
|
|
417
|
-
* @license lucide-react v0.541.0 - ISC
|
|
418
|
-
*
|
|
419
|
-
* This source code is licensed under the ISC license.
|
|
420
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
421
|
-
*/const J1=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]],De=e("sun",J1);/**
|
|
422
|
-
* @license lucide-react v0.541.0 - ISC
|
|
423
|
-
*
|
|
424
|
-
* This source code is licensed under the ISC license.
|
|
425
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
426
|
-
*/const Y1=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]],Re=e("tag",Y1);/**
|
|
427
|
-
* @license lucide-react v0.541.0 - ISC
|
|
428
|
-
*
|
|
429
|
-
* This source code is licensed under the ISC license.
|
|
430
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
431
|
-
*/const e2=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],Te=e("terminal",e2);/**
|
|
432
|
-
* @license lucide-react v0.541.0 - ISC
|
|
433
|
-
*
|
|
434
|
-
* This source code is licensed under the ISC license.
|
|
435
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
436
|
-
*/const t2=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],Ue=e("trash-2",t2);/**
|
|
437
|
-
* @license lucide-react v0.541.0 - ISC
|
|
438
|
-
*
|
|
439
|
-
* This source code is licensed under the ISC license.
|
|
440
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
441
|
-
*/const a2=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],Ge=e("triangle-alert",a2);/**
|
|
442
|
-
* @license lucide-react v0.541.0 - ISC
|
|
443
|
-
*
|
|
444
|
-
* This source code is licensed under the ISC license.
|
|
445
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
446
|
-
*/const o2=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],Ke=e("user",o2);/**
|
|
447
|
-
* @license lucide-react v0.541.0 - ISC
|
|
448
|
-
*
|
|
449
|
-
* This source code is licensed under the ISC license.
|
|
450
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
451
|
-
*/const c2=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],Qe=e("users",c2);/**
|
|
452
|
-
* @license lucide-react v0.541.0 - ISC
|
|
453
|
-
*
|
|
454
|
-
* This source code is licensed under the ISC license.
|
|
455
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
456
|
-
*/const n2=[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]],Xe=e("workflow",n2);/**
|
|
457
|
-
* @license lucide-react v0.541.0 - ISC
|
|
458
|
-
*
|
|
459
|
-
* This source code is licensed under the ISC license.
|
|
460
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
461
|
-
*/const r2=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",key:"1ngwbx"}]],Je=e("wrench",r2);/**
|
|
462
|
-
* @license lucide-react v0.541.0 - ISC
|
|
463
|
-
*
|
|
464
|
-
* This source code is licensed under the ISC license.
|
|
465
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
466
|
-
*/const s2=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],Ye=e("x",s2);/**
|
|
467
|
-
* @license lucide-react v0.541.0 - ISC
|
|
468
|
-
*
|
|
469
|
-
* This source code is licensed under the ISC license.
|
|
470
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
471
|
-
*/const y2=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],e0=e("zap",y2);/**
|
|
472
|
-
* @license lucide-react v0.541.0 - ISC
|
|
473
|
-
*
|
|
474
|
-
* This source code is licensed under the ISC license.
|
|
475
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
476
|
-
*/const h2=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]],t0=e("zoom-in",h2);/**
|
|
477
|
-
* @license lucide-react v0.541.0 - ISC
|
|
478
|
-
*
|
|
479
|
-
* This source code is licensed under the ISC license.
|
|
480
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
481
|
-
*/const d2=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]],a0=e("zoom-out",d2);var v={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},_=y.createContext&&y.createContext(v),i2=["attr","size","title"];function l2(t,a){if(t==null)return{};var o=k2(t,a),c,n;if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(n=0;n<r.length;n++)c=r[n],!(a.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(t,c)&&(o[c]=t[c])}return o}function k2(t,a){if(t==null)return{};var o={};for(var c in t)if(Object.prototype.hasOwnProperty.call(t,c)){if(a.indexOf(c)>=0)continue;o[c]=t[c]}return o}function i(){return i=Object.assign?Object.assign.bind():function(t){for(var a=1;a<arguments.length;a++){var o=arguments[a];for(var c in o)Object.prototype.hasOwnProperty.call(o,c)&&(t[c]=o[c])}return t},i.apply(this,arguments)}function u(t,a){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(t);a&&(c=c.filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable})),o.push.apply(o,c)}return o}function l(t){for(var a=1;a<arguments.length;a++){var o=arguments[a]!=null?arguments[a]:{};a%2?u(Object(o),!0).forEach(function(c){p2(t,c,o[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):u(Object(o)).forEach(function(c){Object.defineProperty(t,c,Object.getOwnPropertyDescriptor(o,c))})}return t}function p2(t,a,o){return a=_2(a),a in t?Object.defineProperty(t,a,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[a]=o,t}function _2(t){var a=u2(t,"string");return typeof a=="symbol"?a:a+""}function u2(t,a){if(typeof t!="object"||!t)return t;var o=t[Symbol.toPrimitive];if(o!==void 0){var c=o.call(t,a);if(typeof c!="object")return c;throw new TypeError("@@toPrimitive must return a primitive value.")}return(a==="string"?String:Number)(t)}function m(t){return t&&t.map((a,o)=>y.createElement(a.tag,l({key:o},a.attr),m(a.child)))}function o0(t){return a=>y.createElement(M2,i({attr:l({},t.attr)},a),m(t.child))}function M2(t){var a=o=>{var{attr:c,size:n,title:r}=t,k=l2(t,i2),h=n||o.size||"1em",s;return o.className&&(s=o.className),t.className&&(s=(s?s+" ":"")+t.className),y.createElement("svg",i({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},o.attr,c,k,{className:s,style:l(l({color:t.color||o.color},o.style),t.style),height:h,width:h,xmlns:"http://www.w3.org/2000/svg"}),r&&y.createElement("title",null,r),t.children)};return _!==void 0?y.createElement(_.Consumer,null,o=>a(o)):a(v)}export{ie as $,m2 as A,N2 as B,V2 as C,B2 as D,U2 as E,K2 as F,ae as G,ze as H,ne as I,Se as J,g2 as K,de as L,pe as M,x2 as N,je as O,$e as P,L2 as Q,qe as R,Ze as S,Te as T,I2 as U,ke as V,Xe as W,Ye as X,_e as Y,e0 as Z,ce as _,$2 as a,ue as a0,fe as a1,we as a2,Be as a3,Je as a4,Re as a5,T2 as a6,R2 as a7,Ke as a8,z2 as a9,Qe as aA,Le as aB,A2 as aC,ve as aa,De as ab,me as ac,We as ad,Fe as ae,Ee as af,ye as ag,a0 as ah,t0 as ai,Ce as aj,W2 as ak,H2 as al,F2 as am,f2 as an,se as ao,Ae as ap,o0 as aq,D2 as ar,oe as as,ee as at,re as au,w2 as av,J2 as aw,Ne as ax,Me as ay,le as az,G2 as b,ge as c,X2 as d,Y2 as e,Oe as f,Q2 as g,Ie as h,C2 as i,O2 as j,P2 as k,E2 as l,S2 as m,Z2 as n,be as o,te as p,Pe as q,He as r,q2 as s,Ve as t,Ue as u,Ge as v,he as w,b2 as x,xe as y,j2 as z};
|