@industry-theme/xterm-terminal-panel 0.5.13 → 0.5.14
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
|
@@ -1296,7 +1296,7 @@ var TabButton = ({
|
|
|
1296
1296
|
const icon = renderIcon ? renderIcon(tab) : undefined;
|
|
1297
1297
|
const displayIcon = icon !== undefined ? icon : tab.icon;
|
|
1298
1298
|
return displayIcon ? /* @__PURE__ */ jsx4("div", {
|
|
1299
|
-
style: { flexShrink: 0, display: "flex", alignItems: "center" },
|
|
1299
|
+
style: { flexShrink: 0, display: "flex", alignItems: "center", pointerEvents: "none" },
|
|
1300
1300
|
children: displayIcon
|
|
1301
1301
|
}) : null;
|
|
1302
1302
|
})(),
|
|
@@ -1307,7 +1307,8 @@ var TabButton = ({
|
|
|
1307
1307
|
style: {
|
|
1308
1308
|
overflow: "hidden",
|
|
1309
1309
|
textOverflow: "ellipsis",
|
|
1310
|
-
whiteSpace: "nowrap"
|
|
1310
|
+
whiteSpace: "nowrap",
|
|
1311
|
+
pointerEvents: "none"
|
|
1311
1312
|
},
|
|
1312
1313
|
title: typeof displayLabel === "string" ? displayLabel : tab.label,
|
|
1313
1314
|
children: displayLabel
|
|
@@ -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,CAqN9C,CAAC"}
|
package/package.json
CHANGED