@industry-theme/xterm-terminal-panel 0.8.4 → 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.3",
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,7 +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.backgroundSecondary,
2195
+ backgroundColor: isActive ? theme.colors.backgroundSecondary : theme.colors.backgroundDark ?? theme.colors.backgroundSecondary,
2196
+ borderBottom: isActive ? "1px solid transparent" : `1px solid ${theme.colors.border}`,
2196
2197
  cursor: draggable ? "grab" : "pointer",
2197
2198
  userSelect: "none",
2198
2199
  WebkitUserSelect: "none",
@@ -2348,7 +2349,6 @@ var TabBar = ({
2348
2349
  flex: 1,
2349
2350
  overflow: "hidden",
2350
2351
  backgroundColor: theme.colors.backgroundSecondary,
2351
- borderBottom: `1px solid ${theme.colors.border}`,
2352
2352
  boxSizing: "border-box"
2353
2353
  },
2354
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"}
@@ -1 +1 @@
1
- {"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../../src/components/TabBar/TabButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAQtD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAoP9C,CAAC"}
1
+ {"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../../src/components/TabBar/TabButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAQtD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA0P9C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@industry-theme/xterm-terminal-panel",
3
- "version": "0.8.4",
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": [