intelicoreact 1.5.25 → 1.5.27

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.
@@ -255,7 +255,7 @@ const NavLine = _ref => {
255
255
  }, item.label), item.count !== undefined ? /*#__PURE__*/_react.default.createElement("span", {
256
256
  className: "nav-line--count ml5"
257
257
  }, "(", item.count || 0, ")") : null)) : /*#__PURE__*/_react.default.createElement(_reactRouterDom.NavLink, {
258
- to: "".concat(root).concat(item.tabId, "/"),
258
+ to: "".concat(root).concat((item === null || item === void 0 ? void 0 : item.linkChapter) || item.tabId, "/"),
259
259
  key: "tab__".concat(item.tabId),
260
260
  className: (0, _classnames.default)({
261
261
  "nav-line__item": !variant
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.5.25",
3
+ "version": "1.5.27",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [