@tutti-os/workspace-terminal 0.0.2 → 0.0.3
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/styles/terminal.css +5 -5
- package/package.json +5 -5
package/dist/styles/terminal.css
CHANGED
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
border-radius: 999px;
|
|
110
110
|
background: rgb(5 8 18 / 78%);
|
|
111
111
|
color: rgb(244 244 245);
|
|
112
|
-
font-size:
|
|
112
|
+
font-size: 11px;
|
|
113
113
|
line-height: 1;
|
|
114
114
|
outline: none;
|
|
115
115
|
padding: 0 11px;
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
border-radius: 6px;
|
|
222
222
|
background: rgb(69 10 10 / 92%);
|
|
223
223
|
color: rgb(254 226 226);
|
|
224
|
-
font-size:
|
|
224
|
+
font-size: 11px;
|
|
225
225
|
line-height: 1.4;
|
|
226
226
|
padding: 6px 8px;
|
|
227
227
|
}
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
|
|
254
254
|
.workspace-terminal__close-guard > h2 {
|
|
255
255
|
margin: 0;
|
|
256
|
-
font-size:
|
|
256
|
+
font-size: 15px;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
.workspace-terminal__close-guard > p {
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
border-radius: 4px;
|
|
269
269
|
background: rgb(0 0 0 / 32%);
|
|
270
270
|
color: inherit;
|
|
271
|
-
font-size:
|
|
271
|
+
font-size: 11px;
|
|
272
272
|
padding: 6px 8px;
|
|
273
273
|
text-overflow: ellipsis;
|
|
274
274
|
white-space: nowrap;
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
border-radius: 6px;
|
|
291
291
|
background: rgb(69 10 10 / 92%);
|
|
292
292
|
color: rgb(254 226 226);
|
|
293
|
-
font-size:
|
|
293
|
+
font-size: 11px;
|
|
294
294
|
line-height: 1.4;
|
|
295
295
|
padding: 6px 8px;
|
|
296
296
|
}
|
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.3",
|
|
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.3",
|
|
41
|
+
"@tutti-os/ui-react-hooks": "0.0.3",
|
|
42
|
+
"@tutti-os/ui-system": "0.0.3",
|
|
43
|
+
"@tutti-os/workbench-surface": "0.0.3",
|
|
44
44
|
"@xterm/addon-fit": "^0.11.0",
|
|
45
45
|
"@xterm/addon-search": "^0.16.0",
|
|
46
46
|
"@xterm/addon-serialize": "^0.14.0",
|