@fluentui/react-northstar
Version:
A themable React component library.
17 lines (15 loc) • 750 B
JavaScript
exports.__esModule = true;
exports.headerDescriptionVariables = exports.headerDescriptionColorAreas = void 0;
var _colorUtils = require("../../../colorUtils");
var _utils = require("../../../../utils");
var headerDescriptionColorAreas = (0, _utils.stringLiteralsArray)('foreground');
exports.headerDescriptionColorAreas = headerDescriptionColorAreas;
var headerDescriptionVariables = function headerDescriptionVariables(siteVariables) {
return {
colorScheme: (0, _colorUtils.pickValuesFromColorScheme)(siteVariables.colorScheme, headerDescriptionColorAreas),
color: siteVariables.colors.grey[350]
};
};
exports.headerDescriptionVariables = headerDescriptionVariables;
//# sourceMappingURL=headerDescriptionVariables.js.map
;