@cultureamp/kaizen-component-library
Advanced tools
Comparing version 5.11.0 to 5.12.0
@@ -0,1 +1,12 @@ | ||
# [5.12.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.11.0...v5.12.0) (2019-06-07) | ||
### Features | ||
* **kaizen:** add 'radio' LabelType to label component ([ca11396](https://github.com/cultureamp/big-frontend-repo/commit/ca11396)) | ||
* **kaizen:** add Radio (radio button) component ([a2076c1](https://github.com/cultureamp/big-frontend-repo/commit/a2076c1)) | ||
* **kaizen:** add unit tests ([c32a719](https://github.com/cultureamp/big-frontend-repo/commit/c32a719)) | ||
# [5.11.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.9.0...v5.11.0) (2019-06-06) | ||
@@ -11,3 +22,3 @@ | ||
* **kaizen:** Add Popover component ([1595373](https://github.com/cultureamp/big-frontend-repo/commit/1595373)) | ||
* **kaizen:** Add Popover component ([#378](https://github.com/cultureamp/big-frontend-repo/issues/378)) ([9dd1fe8](https://github.com/cultureamp/big-frontend-repo/commit/9dd1fe8)) | ||
@@ -25,3 +36,3 @@ | ||
## [5.8.2](https://github.com/cultureamp/big-frontend-repo/compare/v5.8.0...v5.8.2) (2019-05-31) | ||
## [5.8.2](https://github.com/cultureamp/big-frontend-repo/compare/v5.8.1...v5.8.2) (2019-05-31) | ||
@@ -31,6 +42,9 @@ | ||
* **kaizen:** `url()` imports in Modal `.scss` file ([#369](https://github.com/cultureamp/big-frontend-repo/issues/369)) ([eec47b3](https://github.com/cultureamp/big-frontend-repo/commit/eec47b3)) | ||
* **kaizen:** Add missing Flow types for CheckboxField ([#372](https://github.com/cultureamp/big-frontend-repo/issues/372)) ([31bc44d](https://github.com/cultureamp/big-frontend-repo/commit/31bc44d)) | ||
## [5.8.1](https://github.com/cultureamp/big-frontend-repo/compare/v5.8.0...v5.8.1) (2019-05-31) | ||
### Features | ||
@@ -42,5 +56,10 @@ | ||
# [5.8.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.7.0...v5.8.0) (2019-05-30) | ||
# [5.8.0](https://github.com/cultureamp/big-frontend-repo/compare/v5.7.0...v5.8.0) (2019-05-31) | ||
### Bug Fixes | ||
* **kaizen:** `url()` imports in Modal `.scss` file ([#369](https://github.com/cultureamp/big-frontend-repo/issues/369)) ([eec47b3](https://github.com/cultureamp/big-frontend-repo/commit/eec47b3)) | ||
### Features | ||
@@ -246,3 +265,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) | ||
@@ -381,1 +400,5 @@ | ||
# 0.1.0 (2019-02-05) | ||
@@ -15,2 +15,3 @@ "use strict"; | ||
__export(require("./Kaizen/Popover")); | ||
__export(require("./Kaizen/Radio")); | ||
//# sourceMappingURL=index.js.map |
@@ -21,3 +21,4 @@ "use strict"; | ||
[styles.checkbox]: labelType === "checkbox", | ||
[styles.toggle]: labelType === "toggle" | ||
[styles.toggle]: labelType === "toggle", | ||
[styles.radio]: labelType === "radio" | ||
}) }, | ||
@@ -24,0 +25,0 @@ children, |
@@ -57,4 +57,8 @@ "use strict"; | ||
}); | ||
it("should render a radio label", () => { | ||
const { container } = renderLabel({ labelType: "radio" }); | ||
expect(container.querySelector(".radio")).toBeTruthy(); | ||
}); | ||
}); | ||
}); | ||
//# sourceMappingURL=Label.spec.js.map |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "5.11.0", | ||
"version": "5.12.0", | ||
"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
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
1376194
508
3878