@tutti-os/workspace-terminal 0.0.8 → 0.0.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 +1 -1
- package/dist/styles/terminal.css +4 -4
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Workspace Terminal
|
|
2
2
|
|
|
3
|
-
Reusable terminal node contracts and shared frontend surface for
|
|
3
|
+
Reusable terminal node contracts and shared frontend surface for Tutti
|
|
4
4
|
workspace hosts.
|
|
5
5
|
|
|
6
6
|
The package owns host-agnostic terminal semantics. Hosts own concrete process
|
package/dist/styles/terminal.css
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
min-height: 0;
|
|
14
14
|
height: 100%;
|
|
15
15
|
flex-direction: column;
|
|
16
|
-
background: var(--
|
|
17
|
-
color: var(--
|
|
16
|
+
background: var(--tutti-surface, #111);
|
|
17
|
+
color: var(--tutti-text, #f4f4f5);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.workspace-terminal__header {
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
height: 100%;
|
|
232
232
|
min-height: 160px;
|
|
233
233
|
place-items: center;
|
|
234
|
-
color: var(--
|
|
234
|
+
color: var(--tutti-text-muted, rgb(244 244 245 / 68%));
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
.workspace-terminal__close-guard {
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
|
|
259
259
|
.workspace-terminal__close-guard > p {
|
|
260
260
|
margin: 0;
|
|
261
|
-
color: var(--
|
|
261
|
+
color: var(--tutti-text-muted, rgb(244 244 245 / 68%));
|
|
262
262
|
font-size: 13px;
|
|
263
263
|
line-height: 1.5;
|
|
264
264
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/workspace-terminal",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"directory": "packages/workspace/terminal"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
41
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
42
|
-
"@tutti-os/ui-system": "0.0.
|
|
43
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
40
|
+
"@tutti-os/ui-i18n-runtime": "0.0.9",
|
|
41
|
+
"@tutti-os/ui-react-hooks": "0.0.9",
|
|
42
|
+
"@tutti-os/ui-system": "0.0.9",
|
|
43
|
+
"@tutti-os/workbench-surface": "0.0.9",
|
|
44
44
|
"@xterm/addon-fit": "^0.11.0",
|
|
45
45
|
"@xterm/addon-search": "^0.16.0",
|
|
46
46
|
"@xterm/addon-serialize": "^0.14.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"react": "^19.1.0",
|
|
61
61
|
"react-dom": "^19.1.0"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"tutti": {
|
|
64
64
|
"tailwindSourceRoot": "src"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|