@fayz-ai/plugin-conversations 0.14.0 → 0.15.0

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
@@ -468,7 +468,7 @@ function InboxWatcher({ label, route = "/conversations", section = "main", posit
468
468
  void supabase.removeChannel?.(canal);
469
469
  };
470
470
  }, [contar]);
471
- useNavContribution("conversations:unread", naoLidas > 0 ? [{ id: "conversations", label, route, badge: naoLidas, section, position }] : []);
471
+ useNavContribution("conversations:unread", naoLidas > 0 ? [{ id: "conversations", label, route, badge: naoLidas, badgeTone: "destructive", section, position }] : []);
472
472
  return null;
473
473
  }
474
474
  var STATUS_UI = {