@rocket.chat/fuselage 0.32.0-dev.163 → 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.
|
@@ -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 + ")";
|