quiz-interactions
Version:
A React UI component Library for quiz interaction types.
25 lines (23 loc) • 790 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = generator;
function generator(_ref) {
var spacing = _ref.spacing,
borders = _ref.borders,
colors = _ref.colors,
typography = _ref.typography;
return {
fileDropWrapperMargin: spacing.xSmall,
fileDropContentPadding: spacing.medium,
fileDropContentBackgroundColor: colors.porcelain,
fileDropContentBorderWidth: borders.widthSmall,
fileDropContentBorderColor: colors.tiara,
fileDropContentFontFamily: typography.fontFamily,
fileDropContentIconFontSize: typography.fontSizeXXLarge,
fileDropContentLabelPadding: spacing.xSmall,
fileDropContentLabelBrowsePadding: spacing.xxSmall,
fileDropContentLabelBrowseColor: colors.electric
};
}