@tree-ia/design-system 2.5.0 → 2.5.1
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.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1379,7 +1379,7 @@ function Sidebar({ menuItems, logo, collapsedLogo, currentPath, linkComponent: L
|
|
|
1379
1379
|
})
|
|
1380
1380
|
]
|
|
1381
1381
|
}), /* @__PURE__ */ jsx("div", {
|
|
1382
|
-
className: "overflow-hidden transition-all duration-200 ml-
|
|
1382
|
+
className: "overflow-hidden transition-all duration-200 ml-7 border-l-2 border-[var(--dashboard-sidebar-border,#e0dfe3)]",
|
|
1383
1383
|
style: { maxHeight: isExpanded ? `${countVisibleDescendants(item) * 40}px` : "0" },
|
|
1384
1384
|
children: item.children.map((grandchild) => renderChildItem(grandchild))
|
|
1385
1385
|
})] }, item.id);
|