@brightleaf/elements
Advanced tools
Comparing version 0.13.1 to 0.13.2
@@ -258,5 +258,9 @@ "use strict"; | ||
hasTextWhiteTer = _ref4.hasTextWhiteTer, | ||
hasTextWhiteBis = _ref4.hasTextWhiteBis; | ||
hasTextWhiteBis = _ref4.hasTextWhiteBis, | ||
is4x = _ref4.is4x, | ||
is3x = _ref4.is3x; | ||
var classes = { | ||
'fa-lg': isLargeFA | ||
'fa-lg': isLargeFA, | ||
'fa-4x': is4x, | ||
'fa-3x': is3x | ||
}; | ||
@@ -294,3 +298,3 @@ | ||
return _react.default.createElement("span", { | ||
className: (0, _classnames.default)('icon', className, parent) | ||
className: (0, _classnames.default)('icons', className, parent) | ||
}, _react.default.createElement("span", { | ||
@@ -297,0 +301,0 @@ className: (0, _classnames.default)('fa-stack', classes) |
{ | ||
"name": "@brightleaf/elements", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "UI elements", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
213196
5021