@rocket.chat/fuselage 0.32.0-dev.244 → 0.32.0-dev.246
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.
|
@@ -16586,6 +16586,9 @@ var backgroundColor = (0,_rocket_chat_memo__WEBPACK_IMPORTED_MODULE_2__.memoize)
|
|
|
16586
16586
|
if ((0,_Theme__WEBPACK_IMPORTED_MODULE_4__.isStatusBackgroundColor)(value)) {
|
|
16587
16587
|
return _Theme__WEBPACK_IMPORTED_MODULE_4__.statusBackgroundColors[value].toString();
|
|
16588
16588
|
}
|
|
16589
|
+
if ((0,_Theme__WEBPACK_IMPORTED_MODULE_4__.isBadgeColor)(value)) {
|
|
16590
|
+
return _Theme__WEBPACK_IMPORTED_MODULE_4__.badgeBackgroundColors[value].toString();
|
|
16591
|
+
}
|
|
16589
16592
|
return color(value);
|
|
16590
16593
|
});
|
|
16591
16594
|
var fontColor = (0,_rocket_chat_memo__WEBPACK_IMPORTED_MODULE_2__.memoize)(function (value) {
|