@rocket.chat/fuselage 0.32.0-dev.162 → 0.32.0-dev.164

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.
@@ -16071,7 +16071,7 @@ __webpack_require__.r(__webpack_exports__);
16071
16071
 
16072
16072
 
16073
16073
  if (true) {
16074
- console.log("fuselage: " + "0.31.18");
16074
+ console.log("fuselage: " + "0.31.19");
16075
16075
  }
16076
16076
 
16077
16077
 
@@ -16250,6 +16250,12 @@ var color = (0,_rocket_chat_memo__WEBPACK_IMPORTED_MODULE_3__.memoize)(function
16250
16250
  }
16251
16251
  return _rocket_chat_fuselage_tokens_colors_json__WEBPACK_IMPORTED_MODULE_1__.n100;
16252
16252
  }
16253
+ if (value === 'secondary-info') {
16254
+ if (cssSupportsVariable) {
16255
+ return "var(--rcx-color-secondary-info, " + _rocket_chat_fuselage_tokens_colors_json__WEBPACK_IMPORTED_MODULE_1__.n700 + ")";
16256
+ }
16257
+ return _rocket_chat_fuselage_tokens_colors_json__WEBPACK_IMPORTED_MODULE_1__.n700;
16258
+ }
16253
16259
  if (value === 'surface-neutral') {
16254
16260
  if (cssSupportsVariable) {
16255
16261
  return "var(--rcx-color-surface-neutral, " + _rocket_chat_fuselage_tokens_colors_json__WEBPACK_IMPORTED_MODULE_1__.n400 + ")";