UNPKG

@fluentui/react-northstar

Version:
26 lines (24 loc) 984 B
"use strict"; exports.__esModule = true; exports.segmentVariables = exports.segmentColorAreas = void 0; var _colorUtils = require("../../../colorUtils"); var _utils = require("../../../../utils"); var segmentColorAreas = (0, _utils.stringLiteralsArray)('foreground'); exports.segmentColorAreas = segmentColorAreas; var segmentVariables = function segmentVariables(siteVariables) { return { colorScheme: (0, _colorUtils.pickValuesFromColorScheme)(siteVariables.colorScheme, segmentColorAreas), color: siteVariables.bodyColor, disabledColor: siteVariables.colors.grey[250], backgroundColor: siteVariables.bodyBackground, disabledBackgroundColor: siteVariables.colors.grey[150], disabledBorderColor: 'transparent', borderRadius: 0, borderStyle: 'solid', borderWidth: '2px 0 0 0', boxShadow: '0 1px 1px 1px rgba(34,36,38,.15)', padding: '1em' }; }; exports.segmentVariables = segmentVariables; //# sourceMappingURL=segmentVariables.js.map