oolib 2.188.7 → 2.188.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,8 +21,8 @@ var styled_components_1 = __importDefault(require("styled-components"));
|
|
|
21
21
|
var mixins_1 = require("../../../../../../../themes/mixins");
|
|
22
22
|
var CheckSquare = icons_1.icons.CheckSquare, XSquare = icons_1.icons.XSquare;
|
|
23
23
|
var red = themes_1.colors.red, grey40 = themes_1.colors.grey40, grey80 = themes_1.colors.grey80, onSecondary = themes_1.colors.onSecondary, invertRed = themes_1.colors.invertRed;
|
|
24
|
-
var UI_BODY_SM_DF_STYLED = (0, styled_components_1.default)(Typo2_1.UI_BODY_SM_DF)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), (0, mixins_1.clampText)(2));
|
|
25
|
-
var UI_CAPTION_DF_STYLED = (0, styled_components_1.default)(Typo2_1.UI_CAPTION_DF)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), (0, mixins_1.clampText)(2));
|
|
24
|
+
var UI_BODY_SM_DF_STYLED = (0, styled_components_1.default)(Typo2_1.UI_BODY_SM_DF)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", ";\n white-space: normal;\n"], ["\n ", ";\n white-space: normal;\n"])), (0, mixins_1.clampText)(2));
|
|
25
|
+
var UI_CAPTION_DF_STYLED = (0, styled_components_1.default)(Typo2_1.UI_CAPTION_DF)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", ";\n white-space: normal;\n"], ["\n ", ";\n white-space: normal;\n"])), (0, mixins_1.clampText)(2));
|
|
26
26
|
var CheckboxInput = function (_a) {
|
|
27
27
|
var option = _a.option, onClick = _a.onClick, S = _a.S, inputStyle = _a.inputStyle, _b = _a.value, value = _b === void 0 ? [] : _b, invert = _a.invert, disabled = _a.disabled, rightWrongResult = _a.rightWrongResult, _c = _a.className, className = _c === void 0 ? '' : _c;
|
|
28
28
|
var isSelected = !!value.find(function (selOp) { return selOp.value === option.value; });
|