quiz-interactions
Version:
A React UI component Library for quiz interaction types.
22 lines (20 loc) • 599 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = generator;
function generator(_ref) {
var spacing = _ref.spacing,
colors = _ref.colors;
return {
stemPadding: spacing.small,
stemBorderColor: colors.porcelain,
topLabelPadding: spacing.xSmall,
choiceContainerPadding: spacing.xSmall,
choiceContainerInputPadding: spacing.xxSmall,
choiceContainerInputMargin: spacing.xxSmall,
choiceContainerInputColor: colors.porcelain,
choiceContainerPositionWidth: spacing.large,
optionPanelPadding: spacing.small
};
}