themestress
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -25,3 +25,3 @@ "use strict"; | ||
var Button_1 = require("./Button"); | ||
var StyledButton = (0, styled_1.default)(Button_1.Button)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 0px;\n width: 40px;\n height: 40px;\n"], ["\n padding: 0px;\n width: 40px;\n height: 40px;\n"]))); | ||
var StyledButton = (0, styled_1.default)(Button_1.Button)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 0px;\n width: 40px;\n height: 40px;\n min-width: 40px;\n"], ["\n padding: 0px;\n width: 40px;\n height: 40px;\n min-width: 40px;\n"]))); | ||
var IconButton = function (props) { | ||
@@ -28,0 +28,0 @@ return react_1.default.createElement(StyledButton, __assign({ className: "IconButton" }, props)); |
{ | ||
"name": "themestress", | ||
"description": "A lightweight theme package.", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "types": "index.d.ts", |
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
156010