ywana-core8 0.0.70 → 0.0.71

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
@@ -2700,7 +2700,7 @@
2700
2700
  icon: "folder",
2701
2701
  label: node.label,
2702
2702
  actions: [/*#__PURE__*/React__default["default"].createElement(Icon, {
2703
- small: true,
2703
+ size: "small",
2704
2704
  icon: "add",
2705
2705
  clickable: true,
2706
2706
  action: add
@@ -3064,7 +3064,7 @@
3064
3064
  action: function action() {
3065
3065
  return remove(index);
3066
3066
  },
3067
- small: true
3067
+ size: "small"
3068
3068
  })]
3069
3069
  });
3070
3070
  });