UNPKG

@fluentui/react-northstar

Version:
16 lines (15 loc) 678 B
import { pxToRem, stringLiteralsArray } from '../../../../utils'; import { pickValuesFromColorScheme } from '../../../colorUtils'; export var dividerColorAreas = stringLiteralsArray('foreground'); export var dividerVariables = function dividerVariables(siteVars) { return { colorScheme: pickValuesFromColorScheme(siteVars.colorScheme, dividerColorAreas), dividerColor: siteVars.colorScheme.brand.border, textColor: siteVars.colors.grey[450], textFontSize: siteVars.fontSizeSmall, textLineHeight: siteVars.lineHeightSmall, importantFontWeight: siteVars.fontWeightBold, dividerPadding: pxToRem(4) }; }; //# sourceMappingURL=dividerVariables.js.map