@superlogica/checkbox
Advanced tools
Comparing version 0.0.27 to 0.0.28
{ | ||
"name": "@superlogica/checkbox", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "Checkbox - DSweb Superlogica", | ||
@@ -16,3 +16,3 @@ "dependencies": { | ||
"license": "MIT", | ||
"gitHead": "fbee90925aa6fbca72b3a812b8f5ae1f95c804a9" | ||
"gitHead": "af3179143ea7975ba01a691e0e69aee305be80d1" | ||
} |
@@ -63,3 +63,3 @@ "use strict"; | ||
function _templateObject() { | ||
var data = _taggedTemplateLiteral(["\n fill: none;\n stroke: white;\n stroke-width: 2px;\n transition: 0.2s all linear;\n margin: auto;\n vertical-align: top;\n"]); | ||
var data = _taggedTemplateLiteral(["\n fill: none;\n stroke: white;\n stroke-width: 2px;\n transition: 0.2s all linear;\n margin: auto;\n vertical-align: top;\n width: 100%;\n height: 1em;\n"]); | ||
@@ -108,3 +108,3 @@ _templateObject = function _templateObject() { | ||
colors = _ref2.colors; | ||
return "\n background: ".concat(colors.background, ";\n border: 1px solid ").concat(colors.borderColor, ";\n &:hover {\n border-color: ").concat(theme.color.primary, ";\n }\n ").concat(StyledCheckbox, "{\n background: ").concat(colors.backgroundDiv, ";\n }\n ").concat(StyledCheckbox, ":hover {\n box-shadow: 0 0 0 3px rgba(255,255,255,0.1);\n }\n ").concat(Icon, " {\n width: ").concat(theme.typography.lineHeight, ";\n height: ").concat(theme.typography.lineHeight, ";\n }"); | ||
return "\n background: ".concat(colors.background, ";\n border: 1px solid ").concat(colors.borderColor, ";\n &:hover {\n border-color: ").concat(theme.color.primary, ";\n }\n ").concat(StyledCheckbox, "{\n background: ").concat(colors.backgroundDiv, ";\n }\n ").concat(StyledCheckbox, ":hover {\n box-shadow: 0 0 0 3px rgba(255,255,255,0.1);\n }\n "); | ||
}); | ||
@@ -111,0 +111,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7420