kiban-design-system 1.0.255-alpha.0 → 1.0.256-alpha.0

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.js CHANGED
@@ -18304,6 +18304,7 @@ const AlphaSideMenu = ({ children, collapsed, anchorComponent, collapseExpandIco
18304
18304
  });
18305
18305
  const cssClassNames = cssClassName(COMPONENT_NAME$m, isCollapsed && 'isCollapsed');
18306
18306
  const handleSetCurrentTierItems = (items, title) => {
18307
+ console.log('ALPHASIDE MENU', items, title);
18307
18308
  if (!items.length) {
18308
18309
  setSubNavigationTierItems([]);
18309
18310
  setSubNavigationTierTitle(undefined);