UNPKG

@fluentui/react-northstar

Version:
18 lines (16 loc) 647 B
"use strict"; exports.__esModule = true; exports.headerVariables = exports.headerColorAreas = void 0; var _colorUtils = require("../../../colorUtils"); var _utils = require("../../../../utils"); var headerColorAreas = (0, _utils.stringLiteralsArray)('foreground'); exports.headerColorAreas = headerColorAreas; var headerVariables = function headerVariables(siteVars) { return { colorScheme: (0, _colorUtils.pickValuesFromColorScheme)(siteVars.colorScheme, headerColorAreas), color: siteVars.colors.grey[750], descriptionColor: undefined }; }; exports.headerVariables = headerVariables; //# sourceMappingURL=headerVariables.js.map