@skillkit/tui
Advanced tools
+27
-14
@@ -5,3 +5,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
| type Screen = 'home' | 'browse' | 'installed' | 'sync' | 'settings' | 'recommend' | 'translate' | 'context' | 'workflow' | 'execute' | 'history' | 'marketplace' | 'memory'; | ||
| type Screen = 'home' | 'browse' | 'installed' | 'sync' | 'settings' | 'recommend' | 'translate' | 'context' | 'workflow' | 'execute' | 'history' | 'marketplace' | 'memory' | 'team' | 'plugins'; | ||
| declare function App(): react_jsx_runtime.JSX.Element; | ||
@@ -65,2 +65,14 @@ | ||
| interface Props$d { | ||
| cols?: number; | ||
| rows?: number; | ||
| } | ||
| declare function Browse({ rows }: Props$d): react_jsx_runtime.JSX.Element; | ||
| interface Props$c { | ||
| cols?: number; | ||
| rows?: number; | ||
| } | ||
| declare function Installed({ rows }: Props$c): react_jsx_runtime.JSX.Element; | ||
| interface Props$b { | ||
@@ -70,3 +82,3 @@ cols?: number; | ||
| } | ||
| declare function Browse({ rows }: Props$b): react_jsx_runtime.JSX.Element; | ||
| declare function Sync({ rows }: Props$b): react_jsx_runtime.JSX.Element; | ||
@@ -77,3 +89,3 @@ interface Props$a { | ||
| } | ||
| declare function Installed({ rows }: Props$a): react_jsx_runtime.JSX.Element; | ||
| declare function Settings(_props: Props$a): react_jsx_runtime.JSX.Element; | ||
@@ -84,3 +96,3 @@ interface Props$9 { | ||
| } | ||
| declare function Sync({ rows }: Props$9): react_jsx_runtime.JSX.Element; | ||
| declare function Recommend({ rows }: Props$9): react_jsx_runtime.JSX.Element; | ||
@@ -91,3 +103,3 @@ interface Props$8 { | ||
| } | ||
| declare function Settings({}: Props$8): react_jsx_runtime.JSX.Element; | ||
| declare function Translate({ rows }: Props$8): react_jsx_runtime.JSX.Element; | ||
@@ -98,3 +110,3 @@ interface Props$7 { | ||
| } | ||
| declare function Recommend({ rows }: Props$7): react_jsx_runtime.JSX.Element; | ||
| declare function Context({ rows }: Props$7): react_jsx_runtime.JSX.Element; | ||
@@ -105,3 +117,3 @@ interface Props$6 { | ||
| } | ||
| declare function Translate({ rows }: Props$6): react_jsx_runtime.JSX.Element; | ||
| declare function Memory({ rows }: Props$6): react_jsx_runtime.JSX.Element; | ||
@@ -112,3 +124,3 @@ interface Props$5 { | ||
| } | ||
| declare function Context({ rows }: Props$5): react_jsx_runtime.JSX.Element; | ||
| declare function Workflow({ rows }: Props$5): react_jsx_runtime.JSX.Element; | ||
@@ -119,3 +131,3 @@ interface Props$4 { | ||
| } | ||
| declare function Memory({ rows }: Props$4): react_jsx_runtime.JSX.Element; | ||
| declare function Execute({ rows }: Props$4): react_jsx_runtime.JSX.Element; | ||
@@ -126,3 +138,3 @@ interface Props$3 { | ||
| } | ||
| declare function Workflow({ rows }: Props$3): react_jsx_runtime.JSX.Element; | ||
| declare function History({ rows }: Props$3): react_jsx_runtime.JSX.Element; | ||
@@ -133,3 +145,3 @@ interface Props$2 { | ||
| } | ||
| declare function Execute({ rows }: Props$2): react_jsx_runtime.JSX.Element; | ||
| declare function Marketplace({ rows }: Props$2): react_jsx_runtime.JSX.Element; | ||
@@ -140,3 +152,3 @@ interface Props$1 { | ||
| } | ||
| declare function History({ rows }: Props$1): react_jsx_runtime.JSX.Element; | ||
| declare function Team({ rows }: Props$1): react_jsx_runtime.JSX.Element; | ||
@@ -147,3 +159,3 @@ interface Props { | ||
| } | ||
| declare function Marketplace({ rows }: Props): react_jsx_runtime.JSX.Element; | ||
| declare function Plugins({ rows }: Props): react_jsx_runtime.JSX.Element; | ||
@@ -170,2 +182,3 @@ interface UseSkillsResult { | ||
| currentRepo: string | null; | ||
| failedRepos: string[]; | ||
| refresh: () => void; | ||
@@ -255,2 +268,2 @@ search: (query: string) => void; | ||
| export { App, Browse, Context, Execute, Header, History, Home, Installed, Marketplace, Memory, Recommend, type Screen, SearchInput, Settings, Sidebar, type SkillItem, SkillList, StatusBar, Sync, Translate, Workflow, colors, logo, startTUI, symbols, useKeyboard, useListNavigation, useMarketplace, useMemory, useRecommend, useSkills }; | ||
| export { App, Browse, Context, Execute, Header, History, Home, Installed, Marketplace, Memory, Plugins, Recommend, type Screen, SearchInput, Settings, Sidebar, type SkillItem, SkillList, StatusBar, Sync, Team, Translate, Workflow, colors, logo, startTUI, symbols, useKeyboard, useListNavigation, useMarketplace, useMemory, useRecommend, useSkills }; |
+3
-3
| { | ||
| "name": "@skillkit/tui", | ||
| "version": "1.4.0", | ||
| "version": "1.5.0", | ||
| "description": "Terminal UI for SkillKit", | ||
@@ -24,4 +24,4 @@ "type": "module", | ||
| "react": "^18.3.1", | ||
| "@skillkit/agents": "1.4.0", | ||
| "@skillkit/core": "1.4.0" | ||
| "@skillkit/core": "1.5.0", | ||
| "@skillkit/agents": "1.5.0" | ||
| }, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
382654
18.77%3587
18.15%9
12.5%+ Added
+ Added
- Removed
- Removed
Updated
Updated