@cultureamp/kaizen-component-library
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -1,11 +0,20 @@ | ||
# [5.2.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.1.0...v5.2.0) (2019-05-16) | ||
## [5.3.1](https://github.com/cultureamp/big-frontend-repo/compare/v5.3.0...v5.3.1) (2019-05-17) | ||
### Bug Fixes | ||
* **kaizen:** Ensure reversed font color is always white ([062b67d](https://github.com/cultureamp/big-frontend-repo/commit/062b67d)) | ||
# [5.3.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.2.0...v5.3.0) (2019-05-17) | ||
### Features | ||
* **kaizen:** allow autohide for InlineNotification. ([103c53a](https://github.com/cultureamp/big-frontend-repo/commit/103c53a)) | ||
* **kaizen:** adding translation icon svg ([#348](https://github.com/cultureamp/big-frontend-repo/issues/348)) ([296cc4f](https://github.com/cultureamp/big-frontend-repo/commit/296cc4f)) | ||
# [5.1.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.0.3...v5.1.0) (2019-05-16) | ||
# [5.2.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.1.0...v5.2.0) (2019-05-16) | ||
@@ -15,7 +24,7 @@ | ||
* **kaizen:** Add animation for LoadingPlaceholder ([#340](https://github.com/cultureamp/big-frontend-repo/issues/340)) ([c6e5249](https://github.com/cultureamp/big-frontend-repo/commit/c6e5249)) | ||
* **kaizen:** allow autohide for InlineNotification. ([#342](https://github.com/cultureamp/big-frontend-repo/issues/342)) ([9589743](https://github.com/cultureamp/big-frontend-repo/commit/9589743)) | ||
## [5.0.3](https://github.com/cultureamp/big-frontend-repo/compare/v5.0.2...v5.0.3) (2019-05-16) | ||
# [5.1.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.0.2...v5.1.0) (2019-05-16) | ||
@@ -28,3 +37,8 @@ | ||
### Features | ||
* **kaizen:** Add animation for LoadingPlaceholder ([#340](https://github.com/cultureamp/big-frontend-repo/issues/340)) ([c6e5249](https://github.com/cultureamp/big-frontend-repo/commit/c6e5249)) | ||
## [5.0.2](https://github.com/cultureamp/big-frontend-repo/compare/v5.0.0...v5.0.2) (2019-05-13) | ||
@@ -148,3 +162,3 @@ | ||
# [3.1.0](https://github.com/cultureamp/big-frontend-repo/compare/v3.0.0...v3.1.0) (2019-04-18) | ||
# [3.1.0](https://github.com/cultureamp/big-frontend-repo/compare/v3.0.0...v3.1.0) (2019-04-15) | ||
@@ -283,5 +297,1 @@ | ||
# 0.1.0 (2019-02-05) | ||
@@ -27,3 +27,3 @@ "use strict"; | ||
if (props.title !== undefined) { | ||
return (React.createElement("h2", { "data-automation-id": "TitleBlock__Heading", className: styles.title }, props.title)); | ||
return (React.createElement("div", { "data-automation-id": "TitleBlock__Heading", className: styles.title }, props.title)); | ||
} | ||
@@ -41,3 +41,3 @@ }; | ||
return (React.createElement(react_1.Fragment, null, | ||
React.createElement("h3", { className: styles.subtitle, "data-automation-id": "TitleBlock__Subtitle" }, props.subtitle), | ||
React.createElement("div", { className: styles.subtitle, "data-automation-id": "TitleBlock__Subtitle" }, props.subtitle), | ||
renderTag())); | ||
@@ -44,0 +44,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"private": false, | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
842539