@industry-theme/xterm-terminal-panel 0.8.1 → 0.8.2
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/index.js +4 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
// package.json
|
|
37
37
|
var package_default = {
|
|
38
38
|
name: "@industry-theme/xterm-terminal-panel",
|
|
39
|
-
version: "0.8.
|
|
39
|
+
version: "0.8.2",
|
|
40
40
|
description: "Industry-themed xterm.js terminal components with panel framework integration",
|
|
41
41
|
type: "module",
|
|
42
42
|
sideEffects: [
|
|
@@ -99,7 +99,7 @@ var package_default = {
|
|
|
99
99
|
},
|
|
100
100
|
peerDependencies: {
|
|
101
101
|
"@opentelemetry/api": ">=1.8.0",
|
|
102
|
-
"@principal-ade/industry-theme": ">=0.1.
|
|
102
|
+
"@principal-ade/industry-theme": ">=0.1.22",
|
|
103
103
|
"@principal-ade/panel-framework-core": ">=0.5.1",
|
|
104
104
|
"@principal-ade/panel-layouts": ">=0.4.0",
|
|
105
105
|
"@principal-ade/panels": ">=1.0.79",
|
|
@@ -130,7 +130,7 @@ var package_default = {
|
|
|
130
130
|
"@industry-theme/agent-panels": "^0.3.0",
|
|
131
131
|
"@industry-theme/principal-view-panels": "0.12.79",
|
|
132
132
|
"@opentelemetry/api": "^1.9.0",
|
|
133
|
-
"@principal-ade/industry-theme": "^0.1.
|
|
133
|
+
"@principal-ade/industry-theme": "^0.1.22",
|
|
134
134
|
"@principal-ade/panel-framework-core": "0.5.1",
|
|
135
135
|
"@principal-ade/panels": "1.0.81",
|
|
136
136
|
"@principal-ai/repository-abstraction": "^0.5.7",
|
|
@@ -202,7 +202,7 @@ function withSpanSync(span, fn) {
|
|
|
202
202
|
// src/utils/terminalTheme.ts
|
|
203
203
|
function createTerminalTheme(theme) {
|
|
204
204
|
return {
|
|
205
|
-
background: theme.colors.background,
|
|
205
|
+
background: theme.colors.backgroundDark ?? theme.colors.background,
|
|
206
206
|
foreground: theme.colors.text,
|
|
207
207
|
cursor: theme.colors.primary,
|
|
208
208
|
cursorAccent: theme.colors.background,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@industry-theme/xterm-terminal-panel",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "Industry-themed xterm.js terminal components with panel framework integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@opentelemetry/api": ">=1.8.0",
|
|
66
|
-
"@principal-ade/industry-theme": ">=0.1.
|
|
66
|
+
"@principal-ade/industry-theme": ">=0.1.22",
|
|
67
67
|
"@principal-ade/panel-framework-core": ">=0.5.1",
|
|
68
68
|
"@principal-ade/panel-layouts": ">=0.4.0",
|
|
69
69
|
"@principal-ade/panels": ">=1.0.79",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@industry-theme/agent-panels": "^0.3.0",
|
|
95
95
|
"@industry-theme/principal-view-panels": "0.12.79",
|
|
96
96
|
"@opentelemetry/api": "^1.9.0",
|
|
97
|
-
"@principal-ade/industry-theme": "^0.1.
|
|
97
|
+
"@principal-ade/industry-theme": "^0.1.22",
|
|
98
98
|
"@principal-ade/panel-framework-core": "0.5.1",
|
|
99
99
|
"@principal-ade/panels": "1.0.81",
|
|
100
100
|
"@principal-ai/repository-abstraction": "^0.5.7",
|