@caldera-digital/nav
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="1.0.6"></a> | ||
## [1.0.6](https://github.com/caldera-digital/platform/compare/@caldera-digital/nav@1.0.5...@caldera-digital/nav@1.0.6) (2019-10-19) | ||
### :sparkles: Features | ||
* add classname to nav ([671fd2a](https://github.com/caldera-digital/platform/commit/671fd2a)) | ||
<a name="1.0.5"></a> | ||
@@ -8,0 +20,0 @@ ## [1.0.5](https://github.com/caldera-digital/platform/compare/@caldera-digital/nav@1.0.4...@caldera-digital/nav@1.0.5) (2019-08-29) |
{ | ||
"name": "@caldera-digital/nav", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Fixed navbar component", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5ee414898717a3128cea1ae348ae3ef5ad753458" | ||
"gitHead": "17153e84e6365c518f1d6f3de41ab7cf3dda9197" | ||
} |
export * from './Nav' | ||
export * from './Hamburger' |
@@ -118,3 +118,8 @@ import React from 'react' | ||
return ( | ||
<NavContainer className={className} style={containerStyle}> | ||
<NavContainer | ||
className={`nav-container ${ | ||
hamburgerOpen ? 'hamburger-active' : '' | ||
} ${className}`} | ||
style={containerStyle} | ||
> | ||
{renderLeftSection()} | ||
@@ -121,0 +126,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
58034
876