@industry-theme/xterm-terminal-panel 0.8.7 → 0.8.8

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -131,7 +131,7 @@ var package_default = {
131
131
  "@industry-theme/agent-panels": "^0.3.0",
132
132
  "@industry-theme/principal-view-panels": "0.12.79",
133
133
  "@opentelemetry/api": "^1.9.0",
134
- "@principal-ade/industry-theme": "^0.1.22",
134
+ "@principal-ade/industry-theme": "^0.1.24",
135
135
  "@principal-ade/panel-framework-core": "0.5.1",
136
136
  "@principal-ade/panels": "1.0.81",
137
137
  "@principal-ai/repository-abstraction": "^0.5.7",
@@ -2270,7 +2270,7 @@ var TabButton = ({
2270
2270
  justifyContent: "center",
2271
2271
  gap: "6px",
2272
2272
  padding: "6px 8px",
2273
- backgroundColor: isActive ? theme.colors.backgroundSecondary : theme.colors.backgroundDark ?? theme.colors.backgroundSecondary,
2273
+ backgroundColor: isActive ? theme.colors.backgroundDark ?? theme.colors.backgroundSecondary : theme.colors.background,
2274
2274
  borderBottom: isActive ? "1px solid transparent" : `1px solid ${theme.colors.border}`,
2275
2275
  cursor: draggable ? "grab" : "pointer",
2276
2276
  userSelect: "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@industry-theme/xterm-terminal-panel",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "Industry-themed xterm.js terminal components with panel framework integration",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -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.22",
97
+ "@principal-ade/industry-theme": "^0.1.24",
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",