Comparing version 0.1.14 to 0.1.15
@@ -26,3 +26,3 @@ "use strict"; | ||
var className = _a.className, icon = _a.icon, tooltip = _a.tooltip, onClick = _a.onClick, disabled = _a.disabled, strokeIcon = _a.strokeIcon; | ||
return React.createElement(ActionNode, { className: className, icon: icon, tooltip: tooltip, onClick: onClick, disabled: disabled, strokeIcon: strokeIcon }); | ||
return React.createElement(ActionNode, { key: className, className: className, icon: icon, tooltip: tooltip, onClick: onClick, disabled: disabled, strokeIcon: strokeIcon }); | ||
}); | ||
@@ -29,0 +29,0 @@ }; |
@@ -57,5 +57,4 @@ "use strict"; | ||
size: 18, | ||
fill: 'primary', | ||
}; | ||
exports.Icon = Icon; | ||
//# sourceMappingURL=icon.js.map |
{ | ||
"name": "cosmo-ui", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "Common React components", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
515618
1883