ywana-core8 0.0.424 → 0.0.425

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
@@ -3284,6 +3284,8 @@
3284
3284
  onClick: function onClick() {
3285
3285
  return _goto(id);
3286
3286
  }
3287
+ }, /*#__PURE__*/React__default["default"].createElement(Tooltip, {
3288
+ text: title
3287
3289
  }, /*#__PURE__*/React__default["default"].createElement(Icon, {
3288
3290
  key: id,
3289
3291
  icon: icon,
@@ -3291,7 +3293,7 @@
3291
3293
  action: function action() {
3292
3294
  return _goto(id);
3293
3295
  }
3294
- }), sideNav === 'max' ? /*#__PURE__*/React__default["default"].createElement("label", null, title) : null);
3296
+ })), sideNav === 'max' ? /*#__PURE__*/React__default["default"].createElement("label", null, title) : null);
3295
3297
  }), /*#__PURE__*/React__default["default"].createElement("div", {
3296
3298
  className: "section-divider"
3297
3299
  }));