@boomerang-io/carbon-addons-boomerang-react 4.6.21-beta.6 → 4.6.21-beta.7

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.
@@ -231,6 +231,7 @@ function AdvantageSideNav(props) {
231
231
  } }, "Document Collections")) : null,
232
232
  showSecondDivider ? React__default.default.createElement(react.SideNavDivider, null) : null,
233
233
  catalogNavlink ? (React__default.default.createElement(react.SideNavLink, { "data-testid": "sidenav-catalog-link", isActive: location.pathname.includes("/catalog"), renderIcon: icons.Catalog, href: catalogNavlink, onClick: (e) => {
234
+ console.log("sfsf");
234
235
  e.preventDefault();
235
236
  historyy.push(catalogNavlink);
236
237
  } }, "Catalog")) : null,
@@ -222,6 +222,7 @@ function AdvantageSideNav(props) {
222
222
  } }, "Document Collections")) : null,
223
223
  showSecondDivider ? React.createElement(SideNavDivider, null) : null,
224
224
  catalogNavlink ? (React.createElement(SideNavLink, { "data-testid": "sidenav-catalog-link", isActive: location.pathname.includes("/catalog"), renderIcon: Catalog, href: catalogNavlink, onClick: (e) => {
225
+ console.log("sfsf");
225
226
  e.preventDefault();
226
227
  historyy.push(catalogNavlink);
227
228
  } }, "Catalog")) : null,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boomerang-io/carbon-addons-boomerang-react",
3
3
  "description": "Carbon Addons for Boomerang apps",
4
- "version": "4.6.21-beta.6",
4
+ "version": "4.6.21-beta.7",
5
5
  "author": {
6
6
  "name": "Tim Bula",
7
7
  "email": "timrbula@gmail.com"