@industry-theme/xterm-terminal-panel 0.8.5 → 0.8.6

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 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.4",
39
+ version: "0.8.5",
40
40
  description: "Industry-themed xterm.js terminal components with panel framework integration",
41
41
  type: "module",
42
42
  sideEffects: [
@@ -2192,9 +2192,8 @@ var TabButton = ({
2192
2192
  justifyContent: "center",
2193
2193
  gap: "6px",
2194
2194
  padding: "6px 8px",
2195
- backgroundColor: isActive ? theme.colors.background : theme.colors.backgroundDark ?? theme.colors.backgroundSecondary,
2196
- borderBottom: isActive ? `1px solid ${theme.colors.background}` : "1px solid transparent",
2197
- marginBottom: isActive ? "-1px" : 0,
2195
+ backgroundColor: isActive ? theme.colors.backgroundSecondary : theme.colors.backgroundDark ?? theme.colors.backgroundSecondary,
2196
+ borderBottom: isActive ? "1px solid transparent" : `1px solid ${theme.colors.border}`,
2198
2197
  cursor: draggable ? "grab" : "pointer",
2199
2198
  userSelect: "none",
2200
2199
  WebkitUserSelect: "none",
@@ -2349,8 +2348,7 @@ var TabBar = ({
2349
2348
  alignItems: "center",
2350
2349
  flex: 1,
2351
2350
  overflow: "hidden",
2352
- backgroundColor: theme.colors.backgroundDark ?? theme.colors.backgroundSecondary,
2353
- borderBottom: `1px solid ${theme.colors.border}`,
2351
+ backgroundColor: theme.colors.backgroundSecondary,
2354
2352
  boxSizing: "border-box"
2355
2353
  },
2356
2354
  children: tabs.map((tab, index) => {
@@ -1 +1 @@
1
- {"version":3,"file":"TabBar.d.ts","sourceRoot":"","sources":["../../../../src/components/TabBar/TabBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAkBnD,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA4LxC,CAAC"}
1
+ {"version":3,"file":"TabBar.d.ts","sourceRoot":"","sources":["../../../../src/components/TabBar/TabBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAkBnD,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA2LxC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@industry-theme/xterm-terminal-panel",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "description": "Industry-themed xterm.js terminal components with panel framework integration",
5
5
  "type": "module",
6
6
  "sideEffects": [