ywana-core8 0.0.290 → 0.0.293

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
@@ -3173,7 +3173,9 @@ var SiteMenu = function SiteMenu(_ref5) {
3173
3173
  }, /*#__PURE__*/React__default["default"].createElement("main", null, Object.keys(sections).map(function (title) {
3174
3174
  return /*#__PURE__*/React__default["default"].createElement(React.Fragment, {
3175
3175
  key: title
3176
- }, sections[title].map(function (_ref6) {
3176
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3177
+ className: "section-title " + style
3178
+ }, sideNav === "max" ? title : ''), sections[title].map(function (_ref6) {
3177
3179
  var id = _ref6.id,
3178
3180
  _ref6$icon = _ref6.icon,
3179
3181
  icon = _ref6$icon === void 0 ? 'info' : _ref6$icon,