@team-monolith/cds 0.12.7 → 0.12.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.
|
@@ -62,7 +62,7 @@ var Checkbox = React.forwardRef(function (props, ref) {
|
|
|
62
62
|
});
|
|
63
63
|
var CheckboxContainer = styled.span(function (_a) {
|
|
64
64
|
var spacer = _a.spacer, disabled = _a.disabled;
|
|
65
|
-
return css(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n display: inline-
|
|
65
|
+
return css(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n display: inline-block;\n position: relative;\n width: 16px;\n height: 16px;\n cursor: ", ";\n margin-bottom: ", ";\n "], ["\n display: inline-block;\n position: relative;\n width: 16px;\n height: 16px;\n cursor: ", ";\n margin-bottom: ", ";\n "])), disabled ? "default" : "pointer", spacer ? "8px" : "0");
|
|
66
66
|
});
|
|
67
67
|
var StyledInput = styled.input(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n cursor: inherit;\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n width: 16px;\n height: 16px;\n margin: 0;\n padding: 0;\n // input \uCEF4\uD3EC\uB10C\uD2B8\uB294 \uBCF4\uC774\uC9C0 \uC54A\uC9C0\uB9CC, \uD074\uB9AD\uC774 \uAC00\uB2A5\uD558\uAC8C z-index\uB97C \uC124\uC815\uD569\uB2C8\uB2E4.\n z-index: ", ";\n"], ["\n cursor: inherit;\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n width: 16px;\n height: 16px;\n margin: 0;\n padding: 0;\n // input \uCEF4\uD3EC\uB10C\uD2B8\uB294 \uBCF4\uC774\uC9C0 \uC54A\uC9C0\uB9CC, \uD074\uB9AD\uC774 \uAC00\uB2A5\uD558\uAC8C z-index\uB97C \uC124\uC815\uD569\uB2C8\uB2E4.\n z-index: ", ";\n"])), ZINDEX.inputBase);
|
|
68
68
|
var Label = styled.label(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n display: flex;\n position: relative;\n width: fit-content;\n font-size: 14px;\n font-weight: 500;\n line-height: 16px;\n color: ", ";\n align-self: center;\n"], ["\n display: flex;\n position: relative;\n width: fit-content;\n font-size: 14px;\n font-weight: 500;\n line-height: 16px;\n color: ", ";\n align-self: center;\n"])), function (_a) {
|
package/package.json
CHANGED