@rocket.chat/fuselage 0.66.1 → 0.66.2

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.
@@ -17238,9 +17238,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
17238
17238
  exports.SidebarItemTimestamp = void 0;
17239
17239
  var jsx_runtime_1 = __webpack_require__(/*! react/jsx-runtime */ "../../node_modules/react/jsx-runtime.js");
17240
17240
  var SidebarItemTimestamp = function (_a) {
17241
- var className = _a.className, props = __rest(_a, ["className"]);
17241
+ var className = _a.className, unread = _a.unread, props = __rest(_a, ["className", "unread"]);
17242
17242
  return ((0, jsx_runtime_1.jsx)("div", __assign({ className: [
17243
17243
  'rcx-box rcx-box--full rcx-sidebar-v2-item__timestamp',
17244
+ unread && 'rcx-sidebar-v2-item__timestamp--highlighted',
17244
17245
  className,
17245
17246
  ]
17246
17247
  .filter(Boolean)