@cultureamp/kaizen-component-library
Advanced tools
Comparing version 5.4.0 to 5.5.0
@@ -0,1 +1,10 @@ | ||
# [5.5.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.4.0...v5.5.0) (2019-05-20) | ||
### Bug Fixes | ||
* **kaizen:** Fix the out-of-date type for InlineNotification (following up from the 5.2.0 PR). ([df02a5d](https://github.com/cultureamp/big-frontend-repo/commit/df02a5d)) | ||
# [5.4.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.3.1...v5.4.0) (2019-05-20) | ||
@@ -173,3 +182,3 @@ | ||
# [3.1.0](https://github.com/cultureamp/big-frontend-repo/compare/v3.0.0...v3.1.0) (2019-04-15) | ||
# [3.1.0](https://github.com/cultureamp/big-frontend-repo/compare/v3.0.0...v3.1.0) (2019-04-18) | ||
@@ -176,0 +185,0 @@ |
@@ -500,5 +500,8 @@ declare module "@cultureamp/kaizen-component-library" { | ||
children: Node, | ||
autohide?: boolean, | ||
autohideDelay?: "short" | "long", | ||
hideCloseIcon?: boolean, | ||
persistent?: boolean, | ||
onHide?: () => void, | ||
automationId?: string, | ||
persistent?: boolean | ||
automationId?: string | ||
|}> | ||
@@ -521,5 +524,5 @@ } | ||
hideCloseIcon?: boolean, | ||
persistent?: boolean, | ||
onHide?: () => void, | ||
automationId?: string, | ||
persistent?: boolean | ||
automationId?: string | ||
|}> | ||
@@ -526,0 +529,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "5.4.0", | ||
"version": "5.5.0", | ||
"private": false, | ||
@@ -8,0 +8,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
861165
3061