@alfalab/core-components
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -22,3 +22,3 @@ "use strict"; | ||
if (href) { | ||
return (react_1.default.createElement("a", Object.assign({}, componentProps, restProps, { ref: ref }), buttonChildren)); | ||
return (react_1.default.createElement("a", Object.assign({}, componentProps, restProps, { href: href, ref: ref }), buttonChildren)); | ||
} | ||
@@ -25,0 +25,0 @@ return ( |
{ | ||
"name": "@alfalab/core-components", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -31,5 +31,5 @@ "use strict"; | ||
react_1.default.createElement("span", { className: index_module_css_1.default.switch }), | ||
(label || hint) && (react_1.default.createElement("div", { className: index_module_css_1.default.content }, | ||
(label || hint) && (react_1.default.createElement("span", { className: index_module_css_1.default.content }, | ||
label && react_1.default.createElement("span", { className: index_module_css_1.default.label }, label), | ||
hint && react_1.default.createElement("span", { className: index_module_css_1.default.hint }, hint))))); | ||
}; |
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
92290