ywana-core8 0.0.983 → 0.0.984

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.umd.js CHANGED
@@ -2754,7 +2754,6 @@
2754
2754
  * Tree Node
2755
2755
  */
2756
2756
  var TreeNode = function TreeNode(_ref2) {
2757
- var _React$createElement;
2758
2757
  var id = _ref2.id,
2759
2758
  _ref2$icon = _ref2.icon,
2760
2759
  icon = _ref2$icon === void 0 ? 'folder' : _ref2$icon,
@@ -2780,10 +2779,10 @@
2780
2779
  icon: icon,
2781
2780
  size: "small",
2782
2781
  small: true
2783
- }) : null, /*#__PURE__*/React__default["default"].createElement("div", (_React$createElement = {
2784
- className: "label",
2782
+ }) : null, /*#__PURE__*/React__default["default"].createElement("div", {
2783
+ className: "label " + clickable,
2785
2784
  onClick: select
2786
- }, _React$createElement["className"] = clickable, _React$createElement), labelTxt), /*#__PURE__*/React__default["default"].createElement("div", {
2785
+ }, labelTxt), /*#__PURE__*/React__default["default"].createElement("div", {
2787
2786
  className: "actions"
2788
2787
  }, actions)), children);
2789
2788
  };