@ssplib/react-components 0.0.198 → 0.0.199

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.
@@ -114,7 +114,10 @@ function TabNavBar(_a) {
114
114
  cursor: 'pointer',
115
115
  userSelect: 'none',
116
116
  },
117
- }, onClick: (e) => changeRoute(e, x.path) },
117
+ }, onClick: (e) => {
118
+ next && console.log('pathname:', router === null || router === void 0 ? void 0 : router.pathname, ':=', x.path);
119
+ changeRoute(e, x.path);
120
+ } },
118
121
  react_1.default.createElement(material_1.Stack, { height: '95%', justifyContent: 'center' }, x.name))))),
119
122
  react_1.default.createElement(material_1.Box, { sx: {
120
123
  display: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssplib/react-components",
3
- "version": "0.0.198",
3
+ "version": "0.0.199",
4
4
  "description": "SSP React Components",
5
5
  "main": "index.js",
6
6
  "author": "Pedro Henrique <sr.hudrick@gmail.com>",