ywana-core8 0.0.54 → 0.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -194,7 +194,9 @@ var Button$1 = function Button(_ref) {
194
194
  onClick: click
195
195
  }, icon ? /*#__PURE__*/React__default["default"].createElement(Icon, {
196
196
  icon: icon,
197
- size: "small"
197
+ size: "small",
198
+ clickable: true,
199
+ action: click
198
200
  }) : null, /*#__PURE__*/React__default["default"].createElement("span", null, label));
199
201
  };
200
202