@tutti-os/workspace-issue-manager 0.0.46 → 0.0.47
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.
|
@@ -4382,7 +4382,7 @@ function IssueManagerSidebarHeader({
|
|
|
4382
4382
|
onIssueSearchUsage,
|
|
4383
4383
|
onIssueSearchQueryChange
|
|
4384
4384
|
}) {
|
|
4385
|
-
return /* @__PURE__ */ jsx13("div", { className: "px-4
|
|
4385
|
+
return /* @__PURE__ */ jsx13("div", { className: "px-4 pb-4", children: /* @__PURE__ */ jsxs11("div", { className: issueManagerSidebarHeaderClassName, children: [
|
|
4386
4386
|
/* @__PURE__ */ jsx13(
|
|
4387
4387
|
IssueManagerSearchField,
|
|
4388
4388
|
{
|
|
@@ -6477,9 +6477,6 @@ function IssueManagerNodeHeader({
|
|
|
6477
6477
|
const sidebarHeaderStyle = {
|
|
6478
6478
|
width: effectiveCollapsed ? "max-content" : "min(var(--issue-manager-sidebar-width, 280px), 100%)"
|
|
6479
6479
|
};
|
|
6480
|
-
const rightHeaderDividerMaskStyle = {
|
|
6481
|
-
left: effectiveCollapsed ? "0px" : "min(var(--issue-manager-sidebar-width, 280px), 100%)"
|
|
6482
|
-
};
|
|
6483
6480
|
const topicHeaderStyle = {
|
|
6484
6481
|
left: effectiveCollapsed ? "50%" : "calc(min(var(--issue-manager-sidebar-width, 280px), 100%) + ((100% - min(var(--issue-manager-sidebar-width, 280px), 100%)) / 2))"
|
|
6485
6482
|
};
|
|
@@ -6491,6 +6488,7 @@ function IssueManagerNodeHeader({
|
|
|
6491
6488
|
"relative flex h-full min-h-0 w-full items-center bg-transparent",
|
|
6492
6489
|
className
|
|
6493
6490
|
),
|
|
6491
|
+
"data-workbench-custom-header-border": "none",
|
|
6494
6492
|
children: [
|
|
6495
6493
|
/* @__PURE__ */ jsx20(
|
|
6496
6494
|
"div",
|
|
@@ -6500,14 +6498,6 @@ function IssueManagerNodeHeader({
|
|
|
6500
6498
|
className: "absolute inset-0 cursor-grab active:cursor-grabbing"
|
|
6501
6499
|
}
|
|
6502
6500
|
),
|
|
6503
|
-
/* @__PURE__ */ jsx20(
|
|
6504
|
-
"div",
|
|
6505
|
-
{
|
|
6506
|
-
"aria-hidden": "true",
|
|
6507
|
-
className: "pointer-events-none absolute right-0 bottom-0 z-[11] h-px bg-[var(--background-panel)]",
|
|
6508
|
-
style: rightHeaderDividerMaskStyle
|
|
6509
|
-
}
|
|
6510
|
-
),
|
|
6511
6501
|
/* @__PURE__ */ jsxs18(
|
|
6512
6502
|
"div",
|
|
6513
6503
|
{
|
|
@@ -6706,4 +6696,4 @@ export {
|
|
|
6706
6696
|
IssueManagerNode,
|
|
6707
6697
|
IssueManagerNodeHeader
|
|
6708
6698
|
};
|
|
6709
|
-
//# sourceMappingURL=chunk-
|
|
6699
|
+
//# sourceMappingURL=chunk-MHE2AAJA.js.map
|