@lincros-ui/components 0.2.3 → 0.2.4

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/README.md CHANGED
File without changes
package/dist/index.js CHANGED
@@ -4905,6 +4905,7 @@ function ControlSidebar({
4905
4905
  onLogout,
4906
4906
  getCurrentTenantId,
4907
4907
  logoUrl = "/lovable-uploads/632ebc32-3ae3-4944-8e70-0e9c2539494a.png",
4908
+ faviconUrl,
4908
4909
  appName = "App",
4909
4910
  appSubtitle = "Sistema"
4910
4911
  }) {
@@ -5084,7 +5085,7 @@ function ControlSidebar({
5084
5085
  isCollapsed && /* @__PURE__ */ jsx("div", { className: "flex justify-center px-2 py-2", children: /* @__PURE__ */ jsx(
5085
5086
  "img",
5086
5087
  {
5087
- src: logoUrl,
5088
+ src: faviconUrl || logoUrl,
5088
5089
  alt: `${appName} Logo`,
5089
5090
  className: "w-8 h-8 object-contain"
5090
5091
  }