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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +0 -1
- package/dist/index.css.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/ContentEditor.js +2 -2
- package/src/html/tree.css +0 -1
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
|
-
|
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
|
-
|
3067
|
+
size: "small"
|
3068
3068
|
})]
|
3069
3069
|
});
|
3070
3070
|
});
|