@industry-theme/xterm-terminal-panel 0.8.4 → 0.8.5
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.
|
|
39
|
+
version: "0.8.4",
|
|
40
40
|
description: "Industry-themed xterm.js terminal components with panel framework integration",
|
|
41
41
|
type: "module",
|
|
42
42
|
sideEffects: [
|
|
@@ -2192,7 +2192,9 @@ 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.background : theme.colors.backgroundDark ?? theme.colors.backgroundSecondary,
|
|
2196
|
+
borderBottom: isActive ? `1px solid ${theme.colors.background}` : "1px solid transparent",
|
|
2197
|
+
marginBottom: isActive ? "-1px" : 0,
|
|
2196
2198
|
cursor: draggable ? "grab" : "pointer",
|
|
2197
2199
|
userSelect: "none",
|
|
2198
2200
|
WebkitUserSelect: "none",
|
|
@@ -2347,7 +2349,7 @@ var TabBar = ({
|
|
|
2347
2349
|
alignItems: "center",
|
|
2348
2350
|
flex: 1,
|
|
2349
2351
|
overflow: "hidden",
|
|
2350
|
-
backgroundColor: theme.colors.backgroundSecondary,
|
|
2352
|
+
backgroundColor: theme.colors.backgroundDark ?? theme.colors.backgroundSecondary,
|
|
2351
2353
|
borderBottom: `1px solid ${theme.colors.border}`,
|
|
2352
2354
|
boxSizing: "border-box"
|
|
2353
2355
|
},
|
|
@@ -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,
|
|
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"}
|