@ranker/raxflow 2.0.4 → 2.1.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/hub/components/ChatInput.d.ts +14 -0
- package/dist/hub/components/ChatInput.d.ts.map +1 -0
- package/dist/hub/components/ChatInput.js +14 -0
- package/dist/hub/components/ChatInput.js.map +1 -0
- package/dist/hub/components/ChatMessage.d.ts +14 -0
- package/dist/hub/components/ChatMessage.d.ts.map +1 -0
- package/dist/hub/components/ChatMessage.js +23 -0
- package/dist/hub/components/ChatMessage.js.map +1 -0
- package/dist/hub/components/HubHeader.d.ts +12 -0
- package/dist/hub/components/HubHeader.d.ts.map +1 -0
- package/dist/hub/components/HubHeader.js +12 -0
- package/dist/hub/components/HubHeader.js.map +1 -0
- package/dist/hub/components/index.d.ts +7 -0
- package/dist/hub/components/index.d.ts.map +1 -0
- package/dist/hub/components/index.js +7 -0
- package/dist/hub/components/index.js.map +1 -0
- package/dist/tui/App.d.ts.map +1 -1
- package/dist/tui/App.js +7 -6
- package/dist/tui/App.js.map +1 -1
- package/dist/tui/components/ChatPanel.d.ts +1 -1
- package/dist/tui/components/ChatPanel.d.ts.map +1 -1
- package/dist/tui/components/ChatPanel.js +37 -26
- package/dist/tui/components/ChatPanel.js.map +1 -1
- package/dist/tui/components/DAGPanel.d.ts +3 -4
- package/dist/tui/components/DAGPanel.d.ts.map +1 -1
- package/dist/tui/components/DAGPanel.js +44 -36
- package/dist/tui/components/DAGPanel.js.map +1 -1
- package/dist/tui/components/Header.d.ts.map +1 -1
- package/dist/tui/components/Header.js +54 -36
- package/dist/tui/components/Header.js.map +1 -1
- package/dist/tui/components/HelpOverlay.d.ts.map +1 -1
- package/dist/tui/components/HelpOverlay.js +7 -5
- package/dist/tui/components/HelpOverlay.js.map +1 -1
- package/dist/tui/components/InputBar.d.ts.map +1 -1
- package/dist/tui/components/InputBar.js +25 -13
- package/dist/tui/components/InputBar.js.map +1 -1
- package/dist/tui/components/LogsPanel.d.ts.map +1 -1
- package/dist/tui/components/LogsPanel.js +23 -17
- package/dist/tui/components/LogsPanel.js.map +1 -1
- package/dist/tui/components/MemoryPanel.d.ts +1 -1
- package/dist/tui/components/MemoryPanel.d.ts.map +1 -1
- package/dist/tui/components/MemoryPanel.js +24 -31
- package/dist/tui/components/MemoryPanel.js.map +1 -1
- package/dist/tui/components/MetricsPanel.d.ts +1 -1
- package/dist/tui/components/MetricsPanel.d.ts.map +1 -1
- package/dist/tui/components/MetricsPanel.js +10 -13
- package/dist/tui/components/MetricsPanel.js.map +1 -1
- package/dist/tui/components/SelectMenu.d.ts +20 -0
- package/dist/tui/components/SelectMenu.d.ts.map +1 -0
- package/dist/tui/components/SelectMenu.js +19 -0
- package/dist/tui/components/SelectMenu.js.map +1 -0
- package/dist/tui/components/StatusPanel.d.ts +1 -1
- package/dist/tui/components/StatusPanel.d.ts.map +1 -1
- package/dist/tui/components/StatusPanel.js +26 -18
- package/dist/tui/components/StatusPanel.js.map +1 -1
- package/dist/tui/components/animations/ProgressBar.d.ts +8 -1
- package/dist/tui/components/animations/ProgressBar.d.ts.map +1 -1
- package/dist/tui/components/animations/ProgressBar.js +52 -26
- package/dist/tui/components/animations/ProgressBar.js.map +1 -1
- package/dist/tui/components/animations/Pulse.d.ts +11 -3
- package/dist/tui/components/animations/Pulse.d.ts.map +1 -1
- package/dist/tui/components/animations/Pulse.js +23 -14
- package/dist/tui/components/animations/Pulse.js.map +1 -1
- package/dist/tui/components/animations/Spinner.d.ts +2 -1
- package/dist/tui/components/animations/Spinner.d.ts.map +1 -1
- package/dist/tui/components/animations/Spinner.js +31 -16
- package/dist/tui/components/animations/Spinner.js.map +1 -1
- package/dist/tui/components/animations/StatusAnimator.d.ts +3 -0
- package/dist/tui/components/animations/StatusAnimator.d.ts.map +1 -1
- package/dist/tui/components/animations/StatusAnimator.js +43 -28
- package/dist/tui/components/animations/StatusAnimator.js.map +1 -1
- package/dist/tui/components/animations/TypingEffect.d.ts +1 -0
- package/dist/tui/components/animations/TypingEffect.d.ts.map +1 -1
- package/dist/tui/components/animations/TypingEffect.js +13 -7
- package/dist/tui/components/animations/TypingEffect.js.map +1 -1
- package/dist/tui/components/animations/index.d.ts +3 -2
- package/dist/tui/components/animations/index.d.ts.map +1 -1
- package/dist/tui/components/animations/index.js +2 -2
- package/dist/tui/components/animations/index.js.map +1 -1
- package/dist/tui/components/composed/Button.d.ts +18 -0
- package/dist/tui/components/composed/Button.d.ts.map +1 -0
- package/dist/tui/components/composed/Button.js +22 -0
- package/dist/tui/components/composed/Button.js.map +1 -0
- package/dist/tui/components/composed/Divider.d.ts +13 -0
- package/dist/tui/components/composed/Divider.d.ts.map +1 -0
- package/dist/tui/components/composed/Divider.js +18 -0
- package/dist/tui/components/composed/Divider.js.map +1 -0
- package/dist/tui/components/composed/StatusBadge.d.ts +14 -0
- package/dist/tui/components/composed/StatusBadge.d.ts.map +1 -0
- package/dist/tui/components/composed/StatusBadge.js +28 -0
- package/dist/tui/components/composed/StatusBadge.js.map +1 -0
- package/dist/tui/components/composed/index.d.ts +7 -0
- package/dist/tui/components/composed/index.d.ts.map +1 -0
- package/dist/tui/components/composed/index.js +7 -0
- package/dist/tui/components/composed/index.js.map +1 -0
- package/dist/tui/components/layouts/Container.d.ts +14 -0
- package/dist/tui/components/layouts/Container.d.ts.map +1 -0
- package/dist/tui/components/layouts/Container.js +10 -0
- package/dist/tui/components/layouts/Container.js.map +1 -0
- package/dist/tui/components/layouts/Grid.d.ts +14 -0
- package/dist/tui/components/layouts/Grid.d.ts.map +1 -0
- package/dist/tui/components/layouts/Grid.js +13 -0
- package/dist/tui/components/layouts/Grid.js.map +1 -0
- package/dist/tui/components/layouts/Stack.d.ts +32 -0
- package/dist/tui/components/layouts/Stack.d.ts.map +1 -0
- package/dist/tui/components/layouts/Stack.js +17 -0
- package/dist/tui/components/layouts/Stack.js.map +1 -0
- package/dist/tui/components/layouts/index.d.ts +7 -0
- package/dist/tui/components/layouts/index.d.ts.map +1 -0
- package/dist/tui/components/layouts/index.js +7 -0
- package/dist/tui/components/layouts/index.js.map +1 -0
- package/dist/tui/components/primitives/Box.d.ts +28 -0
- package/dist/tui/components/primitives/Box.d.ts.map +1 -0
- package/dist/tui/components/primitives/Box.js +38 -0
- package/dist/tui/components/primitives/Box.js.map +1 -0
- package/dist/tui/components/primitives/Panel.d.ts +17 -0
- package/dist/tui/components/primitives/Panel.d.ts.map +1 -0
- package/dist/tui/components/primitives/Panel.js +12 -0
- package/dist/tui/components/primitives/Panel.js.map +1 -0
- package/dist/tui/components/primitives/Text.d.ts +18 -0
- package/dist/tui/components/primitives/Text.d.ts.map +1 -0
- package/dist/tui/components/primitives/Text.js +21 -0
- package/dist/tui/components/primitives/Text.js.map +1 -0
- package/dist/tui/components/primitives/index.d.ts +7 -0
- package/dist/tui/components/primitives/index.d.ts.map +1 -0
- package/dist/tui/components/primitives/index.js +7 -0
- package/dist/tui/components/primitives/index.js.map +1 -0
- package/dist/tui/hooks/useTerminalSize.d.ts +3 -0
- package/dist/tui/hooks/useTerminalSize.d.ts.map +1 -1
- package/dist/tui/hooks/useTerminalSize.js +36 -10
- package/dist/tui/hooks/useTerminalSize.js.map +1 -1
- package/dist/tui/styles/colors.d.ts +4 -0
- package/dist/tui/styles/colors.d.ts.map +1 -1
- package/dist/tui/styles/colors.js +54 -14
- package/dist/tui/styles/colors.js.map +1 -1
- package/dist/tui/styles/design-system.d.ts +107 -0
- package/dist/tui/styles/design-system.d.ts.map +1 -0
- package/dist/tui/styles/design-system.js +140 -0
- package/dist/tui/styles/design-system.js.map +1 -0
- package/dist/tui/styles/index.d.ts +4 -2
- package/dist/tui/styles/index.d.ts.map +1 -1
- package/dist/tui/styles/index.js +3 -2
- package/dist/tui/styles/index.js.map +1 -1
- package/dist/tui/styles/themes.d.ts +10 -0
- package/dist/tui/styles/themes.d.ts.map +1 -1
- package/dist/tui/styles/themes.js +137 -47
- package/dist/tui/styles/themes.js.map +1 -1
- package/dist/tui/styles/tokens.d.ts +262 -0
- package/dist/tui/styles/tokens.d.ts.map +1 -0
- package/dist/tui/styles/tokens.js +230 -0
- package/dist/tui/styles/tokens.js.map +1 -0
- package/package.json +1 -1
|
@@ -2,153 +2,215 @@ export const themes = {
|
|
|
2
2
|
default: {
|
|
3
3
|
name: "default",
|
|
4
4
|
label: "Industrial Dark",
|
|
5
|
+
isDark: true,
|
|
5
6
|
colors: {
|
|
6
|
-
primary: "#
|
|
7
|
-
secondary: "#
|
|
7
|
+
primary: "#ff6b35",
|
|
8
|
+
secondary: "#00a8cc",
|
|
9
|
+
accent: "#f7c548",
|
|
8
10
|
success: "#22c55e",
|
|
9
11
|
warning: "#f59e0b",
|
|
10
12
|
error: "#ef4444",
|
|
11
13
|
info: "#3b82f6",
|
|
12
|
-
textPrimary: "#
|
|
13
|
-
textSecondary: "#
|
|
14
|
-
textTertiary: "#
|
|
15
|
-
textQuaternary: "#
|
|
16
|
-
|
|
14
|
+
textPrimary: "#e5e5e5",
|
|
15
|
+
textSecondary: "#a3a3a3",
|
|
16
|
+
textTertiary: "#737373",
|
|
17
|
+
textQuaternary: "#525252",
|
|
18
|
+
textMuted: "#404040",
|
|
19
|
+
border: "#262626",
|
|
20
|
+
borderActive: "#ff6b35",
|
|
17
21
|
background: "#0a0a0a",
|
|
22
|
+
surface: "#0f0f0f",
|
|
23
|
+
surfaceHighlight: "#171717",
|
|
18
24
|
},
|
|
19
25
|
indicators: {
|
|
20
26
|
online: "●",
|
|
21
|
-
running: "
|
|
27
|
+
running: "◐",
|
|
22
28
|
error: "✗",
|
|
23
29
|
idle: "○",
|
|
30
|
+
progress: "▸",
|
|
31
|
+
bullet: "·",
|
|
32
|
+
arrow: "→",
|
|
33
|
+
marker: "◆",
|
|
24
34
|
},
|
|
25
35
|
},
|
|
26
36
|
"tempest-white": {
|
|
27
37
|
name: "tempest-white",
|
|
28
38
|
label: "Tempest White",
|
|
39
|
+
isDark: false,
|
|
29
40
|
colors: {
|
|
30
41
|
primary: "#0ea5e9",
|
|
31
42
|
secondary: "#8b5cf6",
|
|
43
|
+
accent: "#f59e0b",
|
|
32
44
|
success: "#10b981",
|
|
33
45
|
warning: "#f59e0b",
|
|
34
46
|
error: "#ef4444",
|
|
35
47
|
info: "#06b6d4",
|
|
36
|
-
textPrimary: "#
|
|
37
|
-
textSecondary: "#
|
|
38
|
-
textTertiary: "#
|
|
39
|
-
textQuaternary: "#
|
|
48
|
+
textPrimary: "#0f172a",
|
|
49
|
+
textSecondary: "#334155",
|
|
50
|
+
textTertiary: "#64748b",
|
|
51
|
+
textQuaternary: "#94a3b8",
|
|
52
|
+
textMuted: "#cbd5e1",
|
|
40
53
|
border: "#e2e8f0",
|
|
54
|
+
borderActive: "#0ea5e9",
|
|
41
55
|
background: "#ffffff",
|
|
56
|
+
surface: "#f8fafc",
|
|
57
|
+
surfaceHighlight: "#f1f5f9",
|
|
42
58
|
},
|
|
43
59
|
indicators: {
|
|
44
60
|
online: "●",
|
|
45
|
-
running: "
|
|
61
|
+
running: "◐",
|
|
46
62
|
error: "✗",
|
|
47
63
|
idle: "○",
|
|
64
|
+
progress: "▸",
|
|
65
|
+
bullet: "·",
|
|
66
|
+
arrow: "→",
|
|
67
|
+
marker: "◆",
|
|
48
68
|
},
|
|
49
69
|
},
|
|
50
70
|
obsidian: {
|
|
51
71
|
name: "obsidian",
|
|
52
72
|
label: "Obsidian",
|
|
73
|
+
isDark: true,
|
|
53
74
|
colors: {
|
|
54
|
-
primary: "#
|
|
55
|
-
secondary: "#
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
75
|
+
primary: "#a78bfa",
|
|
76
|
+
secondary: "#64748b",
|
|
77
|
+
accent: "#fb923c",
|
|
78
|
+
success: "#34d399",
|
|
79
|
+
warning: "#fbbf24",
|
|
80
|
+
error: "#f87171",
|
|
81
|
+
info: "#60a5fa",
|
|
82
|
+
textPrimary: "#fafafa",
|
|
83
|
+
textSecondary: "#d4d4d4",
|
|
84
|
+
textTertiary: "#a3a3a3",
|
|
85
|
+
textQuaternary: "#737373",
|
|
86
|
+
textMuted: "#525252",
|
|
87
|
+
border: "#262626",
|
|
88
|
+
borderActive: "#a78bfa",
|
|
89
|
+
background: "#0a0a0a",
|
|
90
|
+
surface: "#0f0f0f",
|
|
91
|
+
surfaceHighlight: "#171717",
|
|
66
92
|
},
|
|
67
93
|
indicators: {
|
|
68
94
|
online: "●",
|
|
69
|
-
running: "
|
|
95
|
+
running: "◐",
|
|
70
96
|
error: "✗",
|
|
71
97
|
idle: "○",
|
|
98
|
+
progress: "▸",
|
|
99
|
+
bullet: "·",
|
|
100
|
+
arrow: "→",
|
|
101
|
+
marker: "◆",
|
|
72
102
|
},
|
|
73
103
|
},
|
|
74
104
|
dracula: {
|
|
75
105
|
name: "dracula",
|
|
76
106
|
label: "Dracula",
|
|
107
|
+
isDark: true,
|
|
77
108
|
colors: {
|
|
78
109
|
primary: "#bd93f9",
|
|
79
110
|
secondary: "#ff79c6",
|
|
111
|
+
accent: "#f1fa8c",
|
|
80
112
|
success: "#50fa7b",
|
|
81
113
|
warning: "#ffb86c",
|
|
82
114
|
error: "#ff5555",
|
|
83
115
|
info: "#8be9fd",
|
|
84
116
|
textPrimary: "#f8f8f2",
|
|
85
|
-
textSecondary: "#
|
|
86
|
-
textTertiary: "#
|
|
87
|
-
textQuaternary: "#
|
|
117
|
+
textSecondary: "#bfbfbf",
|
|
118
|
+
textTertiary: "#6272a4",
|
|
119
|
+
textQuaternary: "#44475a",
|
|
120
|
+
textMuted: "#282a36",
|
|
88
121
|
border: "#44475a",
|
|
89
|
-
|
|
122
|
+
borderActive: "#bd93f9",
|
|
123
|
+
background: "#282a36",
|
|
124
|
+
surface: "#2d2f3e",
|
|
125
|
+
surfaceHighlight: "#343746",
|
|
90
126
|
},
|
|
91
127
|
indicators: {
|
|
92
128
|
online: "●",
|
|
93
|
-
running: "
|
|
129
|
+
running: "◐",
|
|
94
130
|
error: "✗",
|
|
95
131
|
idle: "○",
|
|
132
|
+
progress: "▸",
|
|
133
|
+
bullet: "·",
|
|
134
|
+
arrow: "→",
|
|
135
|
+
marker: "◆",
|
|
96
136
|
},
|
|
97
137
|
},
|
|
98
138
|
nord: {
|
|
99
139
|
name: "nord",
|
|
100
140
|
label: "Nord",
|
|
141
|
+
isDark: true,
|
|
101
142
|
colors: {
|
|
102
143
|
primary: "#88c0d0",
|
|
103
144
|
secondary: "#81a1c1",
|
|
145
|
+
accent: "#ebcb8b",
|
|
104
146
|
success: "#a3be8c",
|
|
105
147
|
warning: "#ebcb8b",
|
|
106
148
|
error: "#bf616a",
|
|
107
149
|
info: "#5e81ac",
|
|
108
150
|
textPrimary: "#eceff4",
|
|
109
|
-
textSecondary: "#
|
|
110
|
-
textTertiary: "#
|
|
111
|
-
textQuaternary: "#
|
|
151
|
+
textSecondary: "#e5e9f0",
|
|
152
|
+
textTertiary: "#d8dee9",
|
|
153
|
+
textQuaternary: "#4c566a",
|
|
154
|
+
textMuted: "#3b4252",
|
|
112
155
|
border: "#3b4252",
|
|
156
|
+
borderActive: "#88c0d0",
|
|
113
157
|
background: "#2e3440",
|
|
158
|
+
surface: "#3b4252",
|
|
159
|
+
surfaceHighlight: "#434c5e",
|
|
114
160
|
},
|
|
115
161
|
indicators: {
|
|
116
162
|
online: "●",
|
|
117
|
-
running: "
|
|
163
|
+
running: "◐",
|
|
118
164
|
error: "✗",
|
|
119
165
|
idle: "○",
|
|
166
|
+
progress: "▸",
|
|
167
|
+
bullet: "·",
|
|
168
|
+
arrow: "→",
|
|
169
|
+
marker: "◆",
|
|
120
170
|
},
|
|
121
171
|
},
|
|
122
172
|
monokai: {
|
|
123
173
|
name: "monokai",
|
|
124
174
|
label: "Monokai",
|
|
175
|
+
isDark: true,
|
|
125
176
|
colors: {
|
|
126
177
|
primary: "#f92672",
|
|
127
178
|
secondary: "#a6e22e",
|
|
179
|
+
accent: "#e6db74",
|
|
128
180
|
success: "#a6e22e",
|
|
129
181
|
warning: "#e6db74",
|
|
130
182
|
error: "#f92672",
|
|
131
183
|
info: "#66d9ef",
|
|
132
184
|
textPrimary: "#f8f8f2",
|
|
133
|
-
textSecondary: "#
|
|
134
|
-
textTertiary: "#
|
|
135
|
-
textQuaternary: "#
|
|
185
|
+
textSecondary: "#cfcfc2",
|
|
186
|
+
textTertiary: "#75715e",
|
|
187
|
+
textQuaternary: "#49483e",
|
|
188
|
+
textMuted: "#272822",
|
|
136
189
|
border: "#49483e",
|
|
190
|
+
borderActive: "#f92672",
|
|
137
191
|
background: "#272822",
|
|
192
|
+
surface: "#2d2e27",
|
|
193
|
+
surfaceHighlight: "#3e3d32",
|
|
138
194
|
},
|
|
139
195
|
indicators: {
|
|
140
196
|
online: "●",
|
|
141
|
-
running: "
|
|
197
|
+
running: "◐",
|
|
142
198
|
error: "✗",
|
|
143
199
|
idle: "○",
|
|
200
|
+
progress: "▸",
|
|
201
|
+
bullet: "·",
|
|
202
|
+
arrow: "→",
|
|
203
|
+
marker: "◆",
|
|
144
204
|
},
|
|
145
205
|
},
|
|
146
206
|
forest: {
|
|
147
207
|
name: "forest",
|
|
148
208
|
label: "Forest",
|
|
209
|
+
isDark: true,
|
|
149
210
|
colors: {
|
|
150
211
|
primary: "#10b981",
|
|
151
212
|
secondary: "#34d399",
|
|
213
|
+
accent: "#fbbf24",
|
|
152
214
|
success: "#22c55e",
|
|
153
215
|
warning: "#fbbf24",
|
|
154
216
|
error: "#ef4444",
|
|
@@ -156,47 +218,67 @@ export const themes = {
|
|
|
156
218
|
textPrimary: "#ecfdf5",
|
|
157
219
|
textSecondary: "#a7f3d0",
|
|
158
220
|
textTertiary: "#6ee7b7",
|
|
159
|
-
textQuaternary: "#
|
|
221
|
+
textQuaternary: "#34d399",
|
|
222
|
+
textMuted: "#047857",
|
|
160
223
|
border: "#064e3b",
|
|
224
|
+
borderActive: "#10b981",
|
|
161
225
|
background: "#022c22",
|
|
226
|
+
surface: "#033d2d",
|
|
227
|
+
surfaceHighlight: "#064e3b",
|
|
162
228
|
},
|
|
163
229
|
indicators: {
|
|
164
230
|
online: "●",
|
|
165
|
-
running: "
|
|
231
|
+
running: "◐",
|
|
166
232
|
error: "✗",
|
|
167
233
|
idle: "○",
|
|
234
|
+
progress: "▸",
|
|
235
|
+
bullet: "·",
|
|
236
|
+
arrow: "→",
|
|
237
|
+
marker: "◆",
|
|
168
238
|
},
|
|
169
239
|
},
|
|
170
240
|
ocean: {
|
|
171
241
|
name: "ocean",
|
|
172
242
|
label: "Ocean",
|
|
243
|
+
isDark: true,
|
|
173
244
|
colors: {
|
|
174
245
|
primary: "#0ea5e9",
|
|
175
|
-
secondary: "#
|
|
246
|
+
secondary: "#06b6d4",
|
|
247
|
+
accent: "#f59e0b",
|
|
176
248
|
success: "#14b8a6",
|
|
177
249
|
warning: "#f59e0b",
|
|
178
250
|
error: "#ef4444",
|
|
179
|
-
info: "#
|
|
251
|
+
info: "#0ea5e9",
|
|
180
252
|
textPrimary: "#f0f9ff",
|
|
181
253
|
textSecondary: "#bae6fd",
|
|
182
254
|
textTertiary: "#7dd3fc",
|
|
183
|
-
textQuaternary: "#
|
|
255
|
+
textQuaternary: "#38bdf8",
|
|
256
|
+
textMuted: "#0284c7",
|
|
184
257
|
border: "#0369a1",
|
|
258
|
+
borderActive: "#0ea5e9",
|
|
185
259
|
background: "#0c1929",
|
|
260
|
+
surface: "#0f2133",
|
|
261
|
+
surfaceHighlight: "#1e3a5f",
|
|
186
262
|
},
|
|
187
263
|
indicators: {
|
|
188
264
|
online: "●",
|
|
189
|
-
running: "
|
|
265
|
+
running: "◐",
|
|
190
266
|
error: "✗",
|
|
191
267
|
idle: "○",
|
|
268
|
+
progress: "▸",
|
|
269
|
+
bullet: "·",
|
|
270
|
+
arrow: "→",
|
|
271
|
+
marker: "◆",
|
|
192
272
|
},
|
|
193
273
|
},
|
|
194
274
|
cyberpunk: {
|
|
195
275
|
name: "cyberpunk",
|
|
196
276
|
label: "Cyberpunk",
|
|
277
|
+
isDark: true,
|
|
197
278
|
colors: {
|
|
198
279
|
primary: "#ff00ff",
|
|
199
280
|
secondary: "#00ffff",
|
|
281
|
+
accent: "#ffff00",
|
|
200
282
|
success: "#39ff14",
|
|
201
283
|
warning: "#ffff00",
|
|
202
284
|
error: "#ff073a",
|
|
@@ -204,15 +286,23 @@ export const themes = {
|
|
|
204
286
|
textPrimary: "#ffffff",
|
|
205
287
|
textSecondary: "#ff00ff",
|
|
206
288
|
textTertiary: "#00ffff",
|
|
207
|
-
textQuaternary: "#
|
|
289
|
+
textQuaternary: "#bf00ff",
|
|
290
|
+
textMuted: "#1a1a2e",
|
|
208
291
|
border: "#ff00ff",
|
|
292
|
+
borderActive: "#00ffff",
|
|
209
293
|
background: "#0d0d1a",
|
|
294
|
+
surface: "#13132a",
|
|
295
|
+
surfaceHighlight: "#1a1a3e",
|
|
210
296
|
},
|
|
211
297
|
indicators: {
|
|
212
298
|
online: "●",
|
|
213
|
-
running: "
|
|
299
|
+
running: "◐",
|
|
214
300
|
error: "✗",
|
|
215
301
|
idle: "○",
|
|
302
|
+
progress: "▸",
|
|
303
|
+
bullet: "·",
|
|
304
|
+
arrow: "→",
|
|
305
|
+
marker: "◆",
|
|
216
306
|
},
|
|
217
307
|
},
|
|
218
308
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themes.js","sourceRoot":"","sources":["../../../src/tui/styles/themes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"themes.js","sourceRoot":"","sources":["../../../src/tui/styles/themes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
export declare const spacing: {
|
|
2
|
+
readonly none: 0;
|
|
3
|
+
readonly xs: 1;
|
|
4
|
+
readonly sm: 2;
|
|
5
|
+
readonly md: 3;
|
|
6
|
+
readonly lg: 4;
|
|
7
|
+
readonly xl: 5;
|
|
8
|
+
readonly xxl: 6;
|
|
9
|
+
};
|
|
10
|
+
export type SpacingKey = keyof typeof spacing;
|
|
11
|
+
export declare const borders: {
|
|
12
|
+
readonly thin: {
|
|
13
|
+
readonly top: "─";
|
|
14
|
+
readonly bottom: "─";
|
|
15
|
+
readonly left: "│";
|
|
16
|
+
readonly right: "│";
|
|
17
|
+
readonly topLeft: "┌";
|
|
18
|
+
readonly topRight: "┐";
|
|
19
|
+
readonly bottomLeft: "└";
|
|
20
|
+
readonly bottomRight: "┘";
|
|
21
|
+
readonly cross: "┼";
|
|
22
|
+
readonly horizontal: "─";
|
|
23
|
+
readonly vertical: "│";
|
|
24
|
+
};
|
|
25
|
+
readonly thick: {
|
|
26
|
+
readonly top: "═";
|
|
27
|
+
readonly bottom: "═";
|
|
28
|
+
readonly left: "║";
|
|
29
|
+
readonly right: "║";
|
|
30
|
+
readonly topLeft: "╔";
|
|
31
|
+
readonly topRight: "╗";
|
|
32
|
+
readonly bottomLeft: "╚";
|
|
33
|
+
readonly bottomRight: "╝";
|
|
34
|
+
readonly cross: "╬";
|
|
35
|
+
readonly horizontal: "═";
|
|
36
|
+
readonly vertical: "║";
|
|
37
|
+
};
|
|
38
|
+
readonly rounded: {
|
|
39
|
+
readonly top: "─";
|
|
40
|
+
readonly bottom: "─";
|
|
41
|
+
readonly left: "│";
|
|
42
|
+
readonly right: "│";
|
|
43
|
+
readonly topLeft: "╭";
|
|
44
|
+
readonly topRight: "╮";
|
|
45
|
+
readonly bottomLeft: "╰";
|
|
46
|
+
readonly bottomRight: "╯";
|
|
47
|
+
readonly cross: "┼";
|
|
48
|
+
readonly horizontal: "─";
|
|
49
|
+
readonly vertical: "│";
|
|
50
|
+
};
|
|
51
|
+
readonly double: {
|
|
52
|
+
readonly top: "═";
|
|
53
|
+
readonly bottom: "═";
|
|
54
|
+
readonly left: "║";
|
|
55
|
+
readonly right: "║";
|
|
56
|
+
readonly topLeft: "╦";
|
|
57
|
+
readonly topRight: "╦";
|
|
58
|
+
readonly bottomLeft: "╩";
|
|
59
|
+
readonly bottomRight: "╩";
|
|
60
|
+
readonly cross: "╬";
|
|
61
|
+
readonly horizontal: "═";
|
|
62
|
+
readonly vertical: "║";
|
|
63
|
+
};
|
|
64
|
+
readonly minimal: {
|
|
65
|
+
readonly top: " ";
|
|
66
|
+
readonly bottom: " ";
|
|
67
|
+
readonly left: " ";
|
|
68
|
+
readonly right: " ";
|
|
69
|
+
readonly topLeft: " ";
|
|
70
|
+
readonly topRight: " ";
|
|
71
|
+
readonly bottomLeft: " ";
|
|
72
|
+
readonly bottomRight: " ";
|
|
73
|
+
readonly cross: "·";
|
|
74
|
+
readonly horizontal: "·";
|
|
75
|
+
readonly vertical: "·";
|
|
76
|
+
};
|
|
77
|
+
readonly industrial: {
|
|
78
|
+
readonly top: "━";
|
|
79
|
+
readonly bottom: "━";
|
|
80
|
+
readonly left: "┃";
|
|
81
|
+
readonly right: "┃";
|
|
82
|
+
readonly topLeft: "┏";
|
|
83
|
+
readonly topRight: "┓";
|
|
84
|
+
readonly bottomLeft: "┗";
|
|
85
|
+
readonly bottomRight: "┛";
|
|
86
|
+
readonly cross: "╋";
|
|
87
|
+
readonly horizontal: "━";
|
|
88
|
+
readonly vertical: "┃";
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
export type BorderStyle = keyof typeof borders;
|
|
92
|
+
export declare const animations: {
|
|
93
|
+
readonly durations: {
|
|
94
|
+
readonly instant: 50;
|
|
95
|
+
readonly fast: 100;
|
|
96
|
+
readonly normal: 200;
|
|
97
|
+
readonly slow: 400;
|
|
98
|
+
readonly slower: 600;
|
|
99
|
+
readonly verySlow: 1000;
|
|
100
|
+
};
|
|
101
|
+
readonly easing: {
|
|
102
|
+
readonly linear: "linear";
|
|
103
|
+
readonly easeIn: "ease-in";
|
|
104
|
+
readonly easeOut: "ease-out";
|
|
105
|
+
readonly easeInOut: "ease-in-out";
|
|
106
|
+
readonly bounce: "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
|
|
107
|
+
readonly smooth: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
108
|
+
};
|
|
109
|
+
readonly types: {
|
|
110
|
+
readonly fadeIn: {
|
|
111
|
+
readonly duration: 150;
|
|
112
|
+
readonly easing: "ease-in";
|
|
113
|
+
};
|
|
114
|
+
readonly fadeOut: {
|
|
115
|
+
readonly duration: 100;
|
|
116
|
+
readonly easing: "ease-out";
|
|
117
|
+
};
|
|
118
|
+
readonly slideUp: {
|
|
119
|
+
readonly duration: 200;
|
|
120
|
+
readonly easing: "ease-out";
|
|
121
|
+
};
|
|
122
|
+
readonly slideDown: {
|
|
123
|
+
readonly duration: 200;
|
|
124
|
+
readonly easing: "ease-out";
|
|
125
|
+
};
|
|
126
|
+
readonly pulse: {
|
|
127
|
+
readonly duration: 800;
|
|
128
|
+
readonly easing: "ease-in-out";
|
|
129
|
+
};
|
|
130
|
+
readonly breathe: {
|
|
131
|
+
readonly duration: 1200;
|
|
132
|
+
readonly easing: "ease-in-out";
|
|
133
|
+
};
|
|
134
|
+
readonly typing: {
|
|
135
|
+
readonly duration: 40;
|
|
136
|
+
};
|
|
137
|
+
readonly bounce: {
|
|
138
|
+
readonly duration: 300;
|
|
139
|
+
readonly easing: "ease-out";
|
|
140
|
+
};
|
|
141
|
+
readonly spin: {
|
|
142
|
+
readonly duration: 80;
|
|
143
|
+
};
|
|
144
|
+
readonly wave: {
|
|
145
|
+
readonly duration: 150;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
export declare const typography: {
|
|
150
|
+
readonly sizes: {
|
|
151
|
+
readonly xs: 8;
|
|
152
|
+
readonly sm: 10;
|
|
153
|
+
readonly base: 12;
|
|
154
|
+
readonly lg: 14;
|
|
155
|
+
readonly xl: 16;
|
|
156
|
+
readonly xxl: 20;
|
|
157
|
+
};
|
|
158
|
+
readonly weights: {
|
|
159
|
+
readonly regular: "400";
|
|
160
|
+
readonly medium: "500";
|
|
161
|
+
readonly bold: "700";
|
|
162
|
+
};
|
|
163
|
+
readonly lineHeight: {
|
|
164
|
+
readonly tight: 1.2;
|
|
165
|
+
readonly normal: 1.5;
|
|
166
|
+
readonly relaxed: 1.75;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
export declare const indicators: {
|
|
170
|
+
readonly success: "✓";
|
|
171
|
+
readonly error: "✗";
|
|
172
|
+
readonly warning: "!";
|
|
173
|
+
readonly info: "i";
|
|
174
|
+
readonly pending: "·";
|
|
175
|
+
readonly running: "○";
|
|
176
|
+
readonly online: "●";
|
|
177
|
+
readonly offline: "○";
|
|
178
|
+
readonly arrow: "→";
|
|
179
|
+
readonly arrowRight: "▶";
|
|
180
|
+
readonly arrowLeft: "◀";
|
|
181
|
+
readonly arrowUp: "▲";
|
|
182
|
+
readonly arrowDown: "▼";
|
|
183
|
+
readonly selected: "›";
|
|
184
|
+
readonly unselected: " ";
|
|
185
|
+
readonly bullet: "·";
|
|
186
|
+
readonly dash: "─";
|
|
187
|
+
readonly pipe: "│";
|
|
188
|
+
readonly dot: "·";
|
|
189
|
+
readonly star: "★";
|
|
190
|
+
readonly diamond: "◆";
|
|
191
|
+
readonly square: "■";
|
|
192
|
+
readonly triangle: "▲";
|
|
193
|
+
readonly horizontalEllipsis: "…";
|
|
194
|
+
readonly verticalEllipsis: "⋮";
|
|
195
|
+
readonly checkbox: {
|
|
196
|
+
readonly checked: "[x]";
|
|
197
|
+
readonly unchecked: "[ ]";
|
|
198
|
+
readonly partial: "[~]";
|
|
199
|
+
};
|
|
200
|
+
readonly expandable: {
|
|
201
|
+
readonly collapsed: "▸";
|
|
202
|
+
readonly expanded: "▾";
|
|
203
|
+
};
|
|
204
|
+
readonly brackets: {
|
|
205
|
+
readonly left: "「";
|
|
206
|
+
readonly right: "」";
|
|
207
|
+
};
|
|
208
|
+
readonly progress: {
|
|
209
|
+
readonly filled: "█";
|
|
210
|
+
readonly empty: "░";
|
|
211
|
+
readonly half: "▒";
|
|
212
|
+
readonly marker: "▸";
|
|
213
|
+
readonly glow: "█";
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
export declare const dimensions: {
|
|
217
|
+
readonly minTerminalWidth: 60;
|
|
218
|
+
readonly minTerminalHeight: 16;
|
|
219
|
+
readonly breakpoints: {
|
|
220
|
+
readonly tiny: 60;
|
|
221
|
+
readonly small: 80;
|
|
222
|
+
readonly medium: 120;
|
|
223
|
+
readonly large: 160;
|
|
224
|
+
readonly xlarge: 200;
|
|
225
|
+
};
|
|
226
|
+
readonly components: {
|
|
227
|
+
readonly headerHeight: 2;
|
|
228
|
+
readonly headerHeightCompact: 1;
|
|
229
|
+
readonly footerHeight: 2;
|
|
230
|
+
readonly inputHeight: 2;
|
|
231
|
+
readonly inputHeightCompact: 1;
|
|
232
|
+
readonly minPanelWidth: 20;
|
|
233
|
+
readonly minPanelHeight: 8;
|
|
234
|
+
readonly sidebarWidth: 30;
|
|
235
|
+
readonly sidebarWidthCompact: 20;
|
|
236
|
+
};
|
|
237
|
+
readonly padding: {
|
|
238
|
+
readonly panel: 1;
|
|
239
|
+
readonly panelCompact: 0;
|
|
240
|
+
readonly element: 1;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
export declare const zIndex: {
|
|
244
|
+
readonly base: 0;
|
|
245
|
+
readonly content: 1;
|
|
246
|
+
readonly panel: 5;
|
|
247
|
+
readonly menu: 10;
|
|
248
|
+
readonly overlay: 50;
|
|
249
|
+
readonly modal: 100;
|
|
250
|
+
readonly tooltip: 500;
|
|
251
|
+
readonly notification: 1000;
|
|
252
|
+
};
|
|
253
|
+
export declare const shadows: {
|
|
254
|
+
readonly none: "";
|
|
255
|
+
readonly subtle: "│ ";
|
|
256
|
+
readonly medium: "║ ";
|
|
257
|
+
readonly strong: "┃ ";
|
|
258
|
+
};
|
|
259
|
+
export type AnimationType = keyof typeof animations.types;
|
|
260
|
+
export type BorderType = BorderStyle;
|
|
261
|
+
export type IndentLevel = 0 | 1 | 2 | 3 | 4;
|
|
262
|
+
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/tui/styles/tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;CAQV,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,OAAO,CAAC;AAE9C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+EV,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,OAAO,CAAC;AAE/C,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Bb,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;CAmBb,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8Cb,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Bb,CAAC;AAEX,eAAO,MAAM,MAAM;;;;;;;;;CAST,CAAC;AAEX,eAAO,MAAM,OAAO;;;;;CAKV,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,UAAU,CAAC,KAAK,CAAC;AAC1D,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC;AACrC,MAAM,MAAM,WAAW,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC"}
|