@corex/bulma
Advanced tools
Comparing version 1.2.18 to 1.2.19
@@ -7,3 +7,3 @@ import classnames from 'classnames'; | ||
import HeroHead from './HeroHead'; | ||
const Hero = ({ className, isColor, isFullHeightWithNavbar, isBold, ...restProps }) => (React.createElement(BulmaComponent, Object.assign({}, restProps, { elementClass: classnames('hero', { | ||
const Hero = ({ isColor, isFullHeightWithNavbar, isBold, ...restProps }) => (React.createElement(BulmaComponent, Object.assign({}, restProps, { elementClass: classnames('hero', { | ||
'is-bold': isBold | ||
@@ -10,0 +10,0 @@ }, { |
{ | ||
"name": "@corex/bulma", | ||
"version": "1.2.18", | ||
"version": "1.2.19", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
90685