jobiqo-cl
Advanced tools
Comparing version 0.1.69 to 0.1.70
@@ -53,3 +53,5 @@ 'use strict'; | ||
props.children, | ||
React.createElement(StyledChipRemove, { onClick: props.onRemove }) | ||
React.createElement(StyledChipRemove, { onClick: function onClick(chip) { | ||
return props.onRemove(props.chipId); | ||
} }) | ||
); | ||
@@ -56,0 +58,0 @@ }; |
@@ -48,3 +48,3 @@ 'use strict'; | ||
_2.default, | ||
{ onRemove: (0, _addonActions.action)('Remove'), chipStyle: (0, _addonKnobs.select)(chipTypesLabel, chipTypes, chipDefaultValue) }, | ||
{ chipId: 'chipSt', onRemove: (0, _addonActions.action)('Remove'), chipStyle: (0, _addonKnobs.select)(chipTypesLabel, chipTypes, chipDefaultValue) }, | ||
_react2.default.createElement( | ||
@@ -51,0 +51,0 @@ 'span', |
{ | ||
"name": "jobiqo-cl", | ||
"version": "0.1.69", | ||
"version": "0.1.70", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
174555
3684