Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cultureamp/kaizen-component-library

Package Overview
Dependencies
Maintainers
6
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cultureamp/kaizen-component-library - npm Package Compare versions

Comparing version 17.0.0 to 17.0.1

11

CHANGELOG.md

@@ -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 @@

3

draft/Kaizen/Select/Select.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc