UNPKG

@fluentui/react-northstar

Version:
17 lines (15 loc) 750 B
"use strict"; 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