UNPKG

quiz-interactions

Version:

A React UI component Library for quiz interaction types.

23 lines (21 loc) 663 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = generator; function generator(_ref) { var spacing = _ref.spacing, borders = _ref.borders, typography = _ref.typography, colors = _ref.colors; return { userResponsePadding: spacing.xSmall, userResponseMargin: spacing.xxSmall, userResponseFontSize: typography.fontSizeSmall, userResponseFontFamily: typography.fontFamily, gradingNotesWrapperMargin: spacing.xSmall, gradingNotesWrapperPadding: spacing.small, gradingNotesWrapperColor: colors.porcelain, gradingNotesWrapperBorderRadius: borders.radiusMedium }; }