@cultureamp/kaizen-component-library
Advanced tools
Comparing version 17.0.0 to 17.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [17.0.1](https://github.com/cultureamp/kaizen-design-system/compare/@cultureamp/kaizen-component-library@17.0.0...@cultureamp/kaizen-component-library@17.0.1) (2019-12-18) | ||
### Bug Fixes | ||
* apply fastclick "opt-out" classname to enable React Select to work on mobile ([#174](https://github.com/cultureamp/kaizen-design-system/issues/174)) ([ed2afea](https://github.com/cultureamp/kaizen-design-system/commit/ed2afea)) | ||
# [17.0.0](https://github.com/cultureamp/kaizen-design-system/compare/@cultureamp/kaizen-component-library@16.5.1...@cultureamp/kaizen-component-library@17.0.0) (2019-12-18) | ||
@@ -8,0 +19,0 @@ |
@@ -58,5 +58,6 @@ "use strict"; | ||
var Menu = function (props) { return (React.createElement(react_select_1.components.Menu, __assign({}, props, { className: styles.menu }))); }; | ||
// TODO - needsclick class disables fastclick on this element. Remove when fastclick is removed from consuming repos | ||
var Option = function (props) { | ||
var _a; | ||
return (React.createElement(react_select_1.components.Option, __assign({}, props, { className: classnames_1["default"](styles.option, (_a = {}, | ||
return (React.createElement(react_select_1.components.Option, __assign({}, props, { className: classnames_1["default"]("needsclick", styles.option, (_a = {}, | ||
_a[styles.focusedOption] = props.isFocused, | ||
@@ -63,0 +64,0 @@ _a[styles.selectedOption] = props.isSelected, |
@@ -24,3 +24,3 @@ { | ||
"sideEffects": false, | ||
"version": "17.0.0", | ||
"version": "17.0.1", | ||
"private": false, | ||
@@ -57,3 +57,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "e85b9e3d8521064a675f7a0a39908e2989fdcedd" | ||
"gitHead": "ce57977fa7210129ae016c6ef52d5437f0fcff36" | ||
} |
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
1493583
4855